captcp icon indicating copy to clipboard operation
captcp copied to clipboard

A open source program for TCP analysis of PCAP files

Results 16 captcp issues
Sort by recently updated
recently updated
newest added

When I was generating spacing graph, all two lines are named "TX" in spacing.gpi The 2nd Line should be named "RX" Should be fixed in file 'captcp / data /...

bug

I need to calculate the throughput over a trace contains only UDP packets. I try the program first but it terminated therefore I check the code and I find that:...

feature

Actually, if I have 3 flows and want to plot their throughput, I need to run 3 times captcp, using each time a different -f parameter . What about adding...

feature

I have ONE TCP flow of 64kb download a pcap file. When I run the following command, I get throughput.data but it is empty! Please correct me if I have...

bug

``` ./captcp.py animation test.pcap -f 13.1 --output-dir foo # captcp 2010-2013 Hagen Paul Pfeifer (c) # http://research.protocollabs.com/captcp/ # connection: 13 (local flow: 1, remote flow: 2) Traceback (most recent call...

captcp is Ethernet centric. Some values like link layer overhead is always calculated with a Ethernet assumption. Since bb00a872c08 and PPP support this is not true. There is no easy...

bug