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