Public bug reported:

The last statement in ImpackPacket.TCPOption.get_ts_echo is
self.get_long(6)
and get_ts_echo thus always returns None. Instead it should be
return self.get_long(6)

** Affects: impacket (Ubuntu)
     Importance: Undecided
         Status: New

-- 
"return" missing in ImpactPacket.TCPOptions.get_ts_echo
https://bugs.launchpad.net/bugs/132802
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to