-1

I would like create HTTP packet with random IP source.

Apparently, Pcap.net does it. I asked here : http://pcapdotnet.codeplex.com/Thread/View.aspx?ThreadId=227725, but I still have not figured out how to do it.

Anybody to help me to write code ?

I'm ready to do it in other langage than C#.

Thank you

brickner
  • 6,595
  • 3
  • 41
  • 54

1 Answers1

0

IP address spoofing is the term you are looking for.

An example of doing this with C# can be found here:

or this similar question may help you:

Community
  • 1
  • 1
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
  • Yeah, before posting, I've been searching for long time and I found this two examples. The first, doesn't work, second, it's not HTTP packet. I need someone to help me to write code exactely – LinkMan Sep 26 '10 at 19:18