aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-07 18:04:03 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-07 18:04:03 +0000
commit59afe9e90558146b07a66921d63c51f3021c94a8 (patch)
treef6b0956b830c6f71e5a15c2a66b25d6d0c94e662 /epan/dissectors/packet-gtpv2.c
parentcc70b8cf923a6dc43df7973aaa818fb1897ff2a4 (diff)
** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have an
abbreviation ** ERROR **: Field 'IPv4 Address' (gtpv2.ipv4_addr) is an FT_IPv4 but is being displayed as BASE_DEC instead of BASE_NONE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35420 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index eaad7f3854..6d8d12e009 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -3032,7 +3032,7 @@ void proto_register_gtpv2(void)
{
static hf_register_info hf_gtpv2[] = {
{ &hf_gtpv2_reserved,
- {"Reserved bit(s)", "",
+ {"Reserved bit(s)", "gtpv2.reserved",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Reserved", HFILL }
},
@@ -3118,7 +3118,7 @@ void proto_register_gtpv2(void)
},
{ &hf_gtpv2_ipv4_addr,
{"IPv4 Address", "gtpv2.ipv4_addr",
- FT_IPv4, BASE_DEC, NULL, 0x0,
+ FT_IPv4, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{ &hf_gtpv2_cause,