aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-extreme-exeh.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-09-05 12:43:07 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-06 03:47:56 +0000
commitda6ef0a3f06ba2f78094fe4b2ecb0e0bee699afa (patch)
treeea04fc0a92194486654fbaa76ae2f0140abf983a /epan/dissectors/packet-extreme-exeh.c
parent95b63d04d925fad738eaa1c1a90fb0b8b0393ded (diff)
extreme-exeh: fix conflict
'exeh.unknown17' exists multiple times with incompatible types: FT_BOOLEAN and FT_UINT8
Diffstat (limited to 'epan/dissectors/packet-extreme-exeh.c')
-rw-r--r--epan/dissectors/packet-extreme-exeh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-extreme-exeh.c b/epan/dissectors/packet-extreme-exeh.c
index 7a62d69eb2..579c35ae1b 100644
--- a/epan/dissectors/packet-extreme-exeh.c
+++ b/epan/dissectors/packet-extreme-exeh.c
@@ -222,7 +222,7 @@ proto_register_exeh(void)
0xfd, NULL, HFILL }},
{ &hf_exeh_unknown_17_0x02,
- { "Unknown_17 (Add dot1Q?)", "exeh.unknown17", FT_BOOLEAN, 8, TFS(&tfs_no_yes),
+ { "Unknown_17 (Add dot1Q?)", "exeh.unknown17.dot1q", FT_BOOLEAN, 8, TFS(&tfs_no_yes),
0x02, NULL, HFILL }},
{ &hf_exeh_unknown_18_21,