aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-11-15 23:30:04 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-11-15 22:30:55 +0000
commit6012ba8f008bfba24fd44ce7a2a3055572453dce (patch)
treef0103909235fc7487f3bb7290b6784fb5f82fc6d /epan/dissectors
parent2db454361d4115caaf08b8c1df57f05ee1c0694e (diff)
tcp: Indicate number of bits used for Flags.
Change-Id: Iac003993e820e3ad5ecbe2c9322bce1957a14c25 Reviewed-on: https://code.wireshark.org/review/11855 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 431a6f9643..010efce078 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -5648,7 +5648,7 @@ proto_register_tcp(void)
{ &hf_tcp_flags,
{ "Flags", "tcp.flags", FT_UINT16, BASE_HEX, NULL, TH_MASK,
- NULL, HFILL }},
+ "Flags (12 bits)", HFILL }},
{ &hf_tcp_flags_res,
{ "Reserved", "tcp.flags.res", FT_BOOLEAN, 12, TFS(&tfs_set_notset), TH_RES,