Wireshark-commits: [Wireshark-commits] rev 38326: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 03 Aug 2011 19:11:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38326

User: gerald
Date: 2011/08/03 12:11 PM

Log:
 From Dirk Jagdmann via bug 6194:
 
 The attachted patch fixes and enhances the SCPS TCP option dissection. Changes
 are:
 
 - fix order of reserved Bit 1,2,3
 - fix minimum TCP option length
 - fix proto items
 - add proto item for Connection ID
 - removed the verify_scps() function. It's logic was broken, because it did
 reset the scps_capable flag on both flows if one of them did not have it.
 However sometimes that flag is only enabled in one flow direction and that flow
 direction could see TCP options later on, which would get dissected as invalid.
 See the attachted capture file for an example.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +54 -68    packet-tcp.c    Modified