I am looking for the tool to generator IPv6 Traffic. It should allow me to give all its header value manually by me.
It would be great if source code is available.
Thanks in Advance.
I am looking for the tool to generator IPv6 Traffic. It should allow me to give all its header value manually by me.
It would be great if source code is available.
Thanks in Advance.
Curl should do what you want to. You can get it here : http://curl.haxx.se/
It's open source so the code will be available for you to inspect and it supports IPv6
curl --header "Content-Type: text/xml" ... --ipv6 http://www.example.com/ should do exactly what the OP wants to do.
curl -h gives a complete list of the command line options
As bortzmeyer notes in the comments to another answer, the tool you want for controlling all the header values manually is Scapy. Get it here: http://hg.secdev.org/scapy/