Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40949: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 10 Feb 2012 03:37:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40949

User: cmaynard
Date: 2012/02/09 07:37 PM

Log:
 Since the nonce and reserved bits were added in r34084, tcp.flags is now 12 bits, so its type needs to be changed from an FT_UINT8 to an FT_UINT16.  This should avoid the crash experienced by Lanell Allen as reported on -dev: http://article.gmane.org/gmane.network.wireshark.devel/24846 (although in my testing on Windows XP SP3 (32-bit), Wireshark did not crash).

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1 -1      packet-tcp.c    Modified
  +11 -10    packet-tcp.h    Modified