tags:

views:

29

answers:

1

Hello there,

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

A: 

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:

Colin Pickard
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