tcpreplay icon indicating copy to clipboard operation
tcpreplay copied to clipboard

Pcap editing and replay tools for *NIX and Windows

Results 100 tcpreplay issues
Sort by recently updated
recently updated
newest added

I did this a long time ago for mudos, but basically the idea is allow the user to specify variable packet rates over time. ie: 1. 5sec @ 5kpps 2....

enhancement

--regex + --reverse never matches? On 4.0 --regex never matches?

bug
v3.4.x

Looks like Apple has deprecated the AbsoluteTime? API in Mountain Lion and it'll be missing in the next major release :( Will need to examine what API has replaced it.

enhancement
v3.4.x
v4.0.x

http://tools.ietf.org/html/rfc1624.html Originally designed for NAT devices, but would work for tcprewrite as well. Would allow proper calculation of checksums when the packet is fragmented.

enhancement

http://tcpreplay.synfin.net/ticket/532

enhancement
v3.4.x
v4.0.x

http://tcpreplay.synfin.net/ticket/537

bug

http://tcpreplay.synfin.net/ticket/454 People need to often test code/applications over WAN's which introduces latency. It would be great if tcpbridge could add a configurable amount of latency (say a median value +/-...

enhancement

http://tcpreplay.synfin.net/ticket/528 patch: ``` c Index: src/tcpreplay_api.c =================================================================== --- src/tcpreplay_api.c (revision 2648) +++ src/tcpreplay_api.c (working copy) @@ -344,6 +344,7 @@ tcpreplay_opt_t *options; interface_list_t *intlist, *intlistnext; packet_cache_t *packet_cache, *next; + int i;...

bug

http://tcpreplay.synfin.net/ticket/435

enhancement
stalled

http://tcpreplay.synfin.net/ticket/307

enhancement