Wireshark-bugs: [Wireshark-bugs] [Bug 10514] TCP Window Size incorrectly reported in Packet List

Date: Mon, 20 Oct 2014 23:27:18 +0000

changed bug 10514


What Removed Added
CC   [email protected]

Comment # 2 on bug 10514 from
1.10.10 - dissects TCP options, then does verify_tcp_window_scaling (which
would set values to '-2' for disabled)
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-tcp.c;hb=refs/tags/v1.10.10#l4664

1.12 - does verify_tcp_windows_scaling and then later dissects TCP options
(undoing the '-2')
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-tcp.c;hb=refs/tags/v1.12.1#l4732


You are receiving this mail because:
  • You are watching all bug changes.