aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-09-20 11:49:12 +0000
committerAnders Broman <a.broman58@gmail.com>2017-09-20 12:16:49 +0000
commit1768cea96f233d36e3c5a2f539128f029139d872 (patch)
tree411fdba3e03d07d44f43093f0ccda68ddf96affa /epan/dissectors/packet-gtpv2.c
parentee4c70b92cfa0b44eed3d0d07078f943ce34c56a (diff)
GTPv2: fix 'gtpv2.uli_lai_flg' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8
Change-Id: I14fbe09aad243d65da0af5ab623a1ec67eeac893 Reviewed-on: https://code.wireshark.org/review/23640 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index f26a1ab7c9..476b115e1f 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -8270,7 +8270,7 @@ void proto_register_gtpv2(void)
NULL, HFILL}
},
{ &hf_gtpv2_uli_spare,
- { "Spare", "gtpv2.uli_lai_flg",
+ { "Spare", "gtpv2.uli_spare_flg",
FT_UINT8, BASE_HEX, NULL, 0xc0,
NULL, HFILL }
},