You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… no SYN packets
Using 'animation' with a flow that has no SYN packets gives the
following backtrace:
Traceback (most recent call last):
File "./captcp.py", line 5210, in <module>
sys.exit(captcp.run())
File "./captcp.py", line 5191, in run
pcap_parser.run()
File "./captcp.py", line 562, in run
self.callback(dt, packet.data)
File "./captcp.py", line 4360, in process_packet
self.process_local_side(ts, packet, tpi)
File "./captcp.py", line 4302, in process_local_side
(td, len(packet) / 2, self.rtt_data["twh-delay"] /
self.acceleration))
KeyError: 'twh-delay'
Error out properly in such conditions.
Slightly simplify calc_rtt while we're at it
Fixes Issue #15 - #15
The text was updated successfully, but these errors were encountered: