Developers¶
For building on Tcpreplay rather than just using it — embedding the engines in your own program, adding link-layer support, or contributing to the project.
-
Drive the replay engine from your own C program and read live statistics — no forking the binary and scraping stdout.
-
Embed the packet-rewriting engine that
tcprewrite,tcpbridgeandtcpreplay-editshare. -
Add support for a new link-layer type by writing one self-contained plugin.
-
The design rationale behind the DLT plugin system.
-
Build, test, and submit changes to the project.