Can anyone recommend a quality packet builder? I'm analyzing network traffic (academic purposes) with Wireshark, and I'd like to be able to create packets as well. Open Source is always a bonus.

I'm using Windows 7.

link|improve this question

I'll be trying these out over the weekend and update when I've picked my favorite - thanks to all! – Chris Feb 5 '10 at 5:46
feedback

4 Answers

up vote 3 down vote accepted
  1. If you are willing to dabble a bit in Python,
    Scapy is a good tool.
  2. For simpler activities, hping3 is a quick Tcl based tool.

An important advantage with these is, they are available as debian packages.

link|improve this answer
+1 hping is great software. – Dentrasi Feb 4 '10 at 18:28
feedback

Netwox will likely do what you want. It did a lot of that stuff for me (see here).

link|improve this answer
feedback

I used to use Packetyzer. But @nik's suggestion of Scapy is what I would have used had I needed to forge more than a few packets.

link|improve this answer
feedback

What is your OS?I am testing network monitor under windows, and I am using Colasoft Packet Builder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.