Pcap editing and replay tools for *NIX and Windows - Users please download source from
Tcpreplay is a suite of GPLv3 licensed utilities for UNIX (and Win32 under
Cygwin) operating systems for editing and replaying network traffic which
was previously captured by tools like tcpdump and Wireshark.
It allows you to classify traffic as client or server, rewrite Layer 2, 3 and 4
packets and finally replay the traffic back onto the network and through other
devices such as switches, routers, firewalls, NIDS and IPS’s. Tcpreplay supports
both single and dual NIC modes for testing both sniffing and in-line devices.
Tcpreplay is used by numerous firewall, IDS, IPS, NetFlow and other networking
vendors, enterprises, universities, labs and open source projects. If your
organization uses Tcpreplay, please let us know who you are and what you use
it for so that I can continue to add features which are useful.
Tcpreplay is designed to work with network hardware and normally does not
penetrate deeper than Layer 2. Yazan Siam with sponsorship from Cisco developed
tcpliveplay to replay TCP pcap files directly to servers. Use this utility
if you want to test the entire network stack and into the application.
As of version 4.0, Tcpreplay has been enhanced to address the complexities of
testing and tuning IP Flow/NetFlow hardware. Enhancements include:
Version 4.0 is the first version delivered by Fred Klassen and sponsored by
AppNeta. Many thanks to the author of Tcpreplay, Aaron Turner who has supplied
the world with a a solid and full-featured test product thus far. The new author
strives to take Tcprelay performance to levels normally only seen in commercial
network test equipment.
The Tcpreplay suite includes the following tools:
Please visit our downloads
page on our wiki
for detailed download and installation instructions.
./configure
make
sudo make install
This feature will detect netmap
capable network drivers on Linux and BSD
systems. If detected, the network driver is bypassed for the execution
duration of tcpreplay and tcpreplay-edit, and network buffers will be
written to directly. This will allow you to achieve full line rates on
commodity network adapters, similar to rates achieved by commercial network
traffic generators.
Note that bypassing the network driver will disrupt other applications connected
through the test interface. Don’t test on the same interface you ssh’ed into.
Download latest and install netmap from http://info.iet.unipi.it/~luigi/netmap
If you extracted netmap into /usr/src/ or /usr/local/src you can build normally. Otherwise you
will have to specify the netmap source directory, for example:
./configure --with-netmap=/home/fklassen/git/netmap
make
sudo make install
You can also find netmap source here.
Detailed installation instructions are available in the INSTALL document in the tar ball.
Download the tar ball or
zip file. Optionally clone the git
repository:
git clone git@github.com:appneta/tcpreplay.git
If you have a question or think you are experiencing a bug, submit them
here. It is important
that you provide enough information for us to help you.
If your problem has to do with COMPILING tcpreplay:
If your problem has to do with RUNNING tcpreplay or one of the sub-tools:
Note: The author of tcpreplay primarily uses OS X and Linux; hence, if you’re reporting
an issue on another platform, it is important that you give very detailed
information as I may not be able to reproduce your issue.
You are also strongly encouraged to read the extensive documentation (man
pages, FAQ, documents in /docs and email list archives) BEFORE posting to the
tcpreplay-users email list:
http://lists.sourceforge.net/lists/listinfo/tcpreplay-users
If you have a bug to report you can submit it here:
https://github.com/appneta/tcpreplay/issues
If you want to help with development, visit our developers wiki:
https://github.com/appneta/tcpreplay/wiki
Lastly, please don’t email the authors directly with your questions. Doing so
prevents others from potentially helping you and your question/answer from
showing up in the list archives.
Tcpreplay 3.5 is GPLv3 and includes software developed by the University of
California, Berkeley, Lawrence Berkeley Laboratory and its contributors.
Tcpreplay is authored by Aaron Turner. In 2013 Fred Klassen, Founder and VP Network Technology,
AppNeta added performance features and enhancements,
and ultimately took over the maintenance of Tcpreplay.
The source code repository has moved to GitHub. You can get a working copy of the repository
by installing git and executing:
git clone https://github.com/appneta/tcpreplay.git
It’s easy. Basically you…
You will find that you will not be able to contribute to the Tcpreplay project directly if you
use clone the appneta/tcpreplay repo. If you believe that you may someday contribute to the
repository, GitHub provides an innovative approach. Forking the @appneta/tcpreplay repository
allows you to work on your own copy of the repository and submit code changes without first
asking permission from the authors. Forking is also considered to be a compliment so fork away:
git clone git@github.com:<your ID>/tcpreplay.git
We will review and possibly discuss the changes with you through GitHub services.
If we accept the submission, it will instantly be applied to the production master branch.
Please visit our wiki.
or visit our developers wiki