ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Fri, 01 Jul 2011 19:40:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37856

User: cmaynard
Date: 2011/07/01 12:40 PM

Log:
 Since the TCP Flags tree encompasses 12 bits including the 3 reserved bits and
 the nonce bit, we should display 3 nibbles on the Flags summary line in order
 to represent all flag bits.  While arguably we need not worry about reserved
 bits, the nonce bit is not currently represented, so that bit alone pushes us
 into the next nibble.

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