GUI tool for packet replay
Posted
by
superuser
on Server Fault
See other posts from Server Fault
or by superuser
Published on 2011-02-19T18:17:43Z
Indexed on
2012/05/31
4:42 UTC
Read the original article
Hit count: 609
Is there a freeware Windows/Linux GUI packet replay tool that has the advanced features of tcpreplay (http://tcpreplay.synfin.net/) or bittwist (http://bittwist.sourceforge.net)? I'm particularly interested in the following features:
- Open pcap files for editing and injecting into arbitrary network
- Change source and destination addresses/ports of UDP packets
- Change packet timing (with millisecond resolution)
- Edit packet contents, including modifying its length
- Has graphical front end for Windows or Linux (or Mac OS X)
I've scanned a couple lists of potential tools (here and here), but nothing really fits my requirements. The closest tool might be Ostinato (http://code.google.com/p/ostinato/), but it doesn't appear to open packet capture files. Thanks for any help!
© Server Fault or respective owner