aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-14 10:43:55 +0200
committerMichael Mann <mmann78@netscape.net>2017-08-14 11:12:08 +0000
commit34d3ad990cdcebe9f1630e805e41b037bca3cb17 (patch)
treefa03d12ad41420fe4d4974230b7e83a002ceb1fc
parent97e0eb3ec6f3ded3549a768897a86cd09cae3a2e (diff)
wifi-dpp: fix dppi.[init|resp].hash doesn't match PROTOABBREV of wifi-dpp
Change-Id: I7132f40aaed8ee217af66ec89a3ccce61a359554 Reviewed-on: https://code.wireshark.org/review/23070 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-wifi-dpp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wifi-dpp.c b/epan/dissectors/packet-wifi-dpp.c
index b96f3c8ef9..e276078ed6 100644
--- a/epan/dissectors/packet-wifi-dpp.c
+++ b/epan/dissectors/packet-wifi-dpp.c
@@ -356,10 +356,10 @@ proto_register_wifi_dpp(void)
{ "Wi-Fi DPP Status", "dpp.status",
FT_UINT8, BASE_HEX, VALS(dpp_status_codes), 0x0, NULL, HFILL }},
{ &hf_wifi_dpp_init_hash,
- { "Wi-Fi DPP Initiator Hash", "dppi.init.hash",
+ { "Wi-Fi DPP Initiator Hash", "dpp.init.hash",
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_wifi_dpp_resp_hash,
- { "Wi-Fi DPP Responder Hash", "dppi.resp.hash",
+ { "Wi-Fi DPP Responder Hash", "dpp.resp.hash",
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_wifi_dpp_key_x,
{ "Wi-Fi DPP Key X value", "dpp.key.x",