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

Please consider migrating the application to python 3: python 2 is EOL from January 1st 2020 on.

``` $ captcp statistic 500M.pcap # captcp 2010-2013 Hagen Paul Pfeifer and others (c) # http://research.protocollabs.com/captcp/ Traceback (most recent call last): File "/usr/bin/captcp", line 6054, in sys.exit(captcp.run()) File "/usr/bin/captcp", line...

File can be found at https://goo.gl/AWATmN $captcp statistic file.pcap Traceback (most recent call last): File "/usr/bin/captcp", line 5868, in sys.exit(captcp.run()) File "/usr/bin/captcp", line 5854, in run ret = classinstance.process_final() File...

I am using captcp to extract tcp throughput for point to point protocol links (PPP) from pcap files. Now using same captcp, I am not able to extract WiFi 802.11ac...

Hello people. When I use the module " TIMESECUENCE " I keep everything in a folder, that folder and income to do "make all" or "make png" displays on screen...

bug

When using the t-range of the timesequence module, the arrows in plots are not bounded by the gnuplot y-range and thus be drawn in the whole plot outside of the...

bug

There is quite a big amount of white space above and below of plotted graphs. Especially when embedding in other documents this is inconvenient. Following some additions to the default...

View merge request comment for detailed info. Issues: - Module is not very efficient - Might miss Spur. Retr. atm due to Linux echo timestamp behaviour Dumps: [all-dumpfiles.zip](https://github.com/hgn/captcp/files/331660/all-dumpfiles.zip) Cmds: ./captcp.py...

Hi, when read the source of captcp.py, sack start is left edge, and stop is right edge, also in memory. but the function linear_sackblocks_array() exchange start and stop.

python captcp.py statistic file.txt # captcp 2010-2013 Hagen Paul Pfeifer and others (c) # http://research.protocollabs.com/captcp/ Traceback (most recent call last): File "captcp.py", line 5301, in sys.exit(captcp.run()) File "captcp.py", line 5269,...