aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-09-20 11:47:33 +0000
committerAnders Broman <a.broman58@gmail.com>2017-09-20 12:17:28 +0000
commitfd0e0513f03514399bd4c3634778de9b3f8051ab (patch)
treeb6491f22130c281abd618cc14ba02ef60b9ede58 /epan
parent1768cea96f233d36e3c5a2f539128f029139d872 (diff)
PFCP: fix 'pfcp.mp' exists multiple times with NOT compatible types: FT_UINT24 and FT_BOOLEAN
Change-Id: I3099da21dedec71b0ebf130420f83234300339b3 Reviewed-on: https://code.wireshark.org/review/23639 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-pfcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pfcp.c b/epan/dissectors/packet-pfcp.c
index 7b6f010217..ef48d6b148 100644
--- a/epan/dissectors/packet-pfcp.c
+++ b/epan/dissectors/packet-pfcp.c
@@ -3302,7 +3302,7 @@ proto_register_pfcp(void)
NULL, HFILL }
},
{ &hf_pfcp_mp_flag,
- { "MP", "pfcp.mp",
+ { "MP", "pfcp.mp_flag",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }
},