Re: Sending UDP packets to local machine
From: Arkady Frenkel (arkadyf_at_hotmailxdotxcom)
Date: 01/06/05
- Next message: Arkady Frenkel: "Re: Looking for more docs on PfCreateInterface"
- Previous message: Arkady Frenkel: "Re: about the proto of WZCQueryInterface(*,*,*,*)?"
- In reply to: James Bass: "Sending UDP packets to local machine"
- Next in thread: Eugene Gershnik: "Re: Sending UDP packets to local machine"
- Reply: Eugene Gershnik: "Re: Sending UDP packets to local machine"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 Jan 2005 23:08:11 +0200
That's part of struggle with DOS attackers , you suffer from :).
The only way is go down in TCP stack and change the address after TCPIP , I
mean on IM level on NDIS driver( kernel mode ) . I can't see opportunity to
do that in user mode
Arkady
"James Bass" <anon@somewhere.com> wrote in message
news:1105031151.725118@ernani.logica.co.uk...
> Since Windows XP SP2 has broken some of the raw socket support (and
> therefore our application), I am looking for a way around this problem:
>
> Our application needs to send multicast packets with a spoofed source
> address to other standard applications (e.g. Windows Media Player) on the
> local machine (and NOT onto the network).
>
> Currently we do this by using a raw socket to send an IP packet from the
> machine with multicast TTL=0 (which stops packets being sent onto the
> physical interface, but allows them to be looped back to the local
machine).
>
> However, Windows XP SP2 will no longer allow UDP packets with an incorrect
> source address to be sent using raw sockets.
>
> Does anyone have any ideas of how to get around this restriction?
>
> Thanks,
> James
>
>
- Next message: Arkady Frenkel: "Re: Looking for more docs on PfCreateInterface"
- Previous message: Arkady Frenkel: "Re: about the proto of WZCQueryInterface(*,*,*,*)?"
- In reply to: James Bass: "Sending UDP packets to local machine"
- Next in thread: Eugene Gershnik: "Re: Sending UDP packets to local machine"
- Reply: Eugene Gershnik: "Re: Sending UDP packets to local machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|