I'm not 100% sure, but having a look at the source for utilities like nmap and winpcap might be beneficial because I believe these were both modified to work under SP2. Maybe you could have a look at the change history and find the version before and after SP2 was supported and do a diff?
On 9/9/05, Kevin Mesiab <[EMAIL PROTECTED]> wrote: > > I am familiar with these restrictions to an extent. Is there an official > explanation of what is and is not allowed? > > What means do we have at our disposal to perform those aspects of > networked > code that are still required, for instance, ARP requests, promiscuous > packet > retrieval, etc. > > > > -----Original Message----- > > From: Unmoderated discussion of advanced .NET topics. [mailto:ADVANCED- > > [EMAIL PROTECTED] On Behalf Of William Bartholomew > > Sent: Thursday, September 08, 2005 3:57 PM > > To: [email protected] > > Subject: Re: [ADVANCED-DOTNET] ARP > > > > I seem to recall that in Service Pack 2 the ability to use raw sockets > was > > restricted to stop certain exploits being possible. > > > > On 9/9/05, Kevin Mesiab <[EMAIL PROTECTED]> wrote: > > > > > > Yes > > > > > > > Is this on Windows XP Service Pack 2? > > > > > > > > On 9/8/05, Kevin Mesiab <[EMAIL PROTECTED]> wrote: > > > > > > > > > > While attempting to send ARP packets using sockets set to raw, the > > > > socket > > > > > refuses to send the packet. > > > > > > > > > > Is there any way to get around this? This appears to be true when > > > > setting > > > > > the socket option HeaderIncluded as well, for instance, when > > including > > > > the > > > > > IP Header data. > > > > > > > > > > > =================================== > > > This list is hosted by DevelopMentor(r) http://www.develop.com > > > > > > View archives and manage your subscription(s) at > > > http://discuss.develop.com > > > > > > > > > > > -- > > > > Regards, > > > > William D. Bartholomew > > http://blog.bartholomew.id.au/ > > > > =================================== > > This list is hosted by DevelopMentorR http://www.develop.com > > > > View archives and manage your subscription(s) at > > http://discuss.develop.com > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > -- Regards, William D. Bartholomew http://blog.bartholomew.id.au/ =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
