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