hgn / captcp

A open source program for TCP analysis of PCAP files
http://research.protocollabs.com/captcp/
GNU General Public License v3.0
113 stars 40 forks source link

sack problem #37

Open wuzui03 opened 8 years ago

wuzui03 commented 8 years ago

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.