aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 02:59:17 +0000
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 02:59:17 +0000
commit48da387052b676a74c821cfec79a98e493e94141 (patch)
tree50e9d4a5c282a0d8f29e78eff15c7ccf8267a126 /epan/dissectors/packet-gtp.c
parent8254ac52f595afbe0dc1f1001cda5ca79dbfc812 (diff)
remove unnecessary underscores from display filters
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44181 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 803fe2108b..456d4e858e 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -8341,7 +8341,7 @@ proto_register_gtp(void)
"Reserved (shall be sent as '111' )", HFILL}
},
{&hf_gtp_flags_hdr_length,
- { "Header length", "gtp.flags._hdr_length",
+ { "Header length", "gtp.flags.hdr_length",
FT_BOOLEAN, 8, TFS(&gtp_hdr_length_vals), 0x01,
NULL, HFILL}
},