messageanalyzer: fix 'etw.ndis.packet_metadata.wifi_channel' exists multiple times...
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 20 Sep 2017 11:54:55 +0000 (11:54 +0000)
committerAnders Broman <a.broman58@gmail.com>
Wed, 20 Sep 2017 12:47:27 +0000 (12:47 +0000)
Change-Id: I402eb393da5a4cfd4fa19e4f3166bcf9ee058f96
Reviewed-on: https://code.wireshark.org/review/23641
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-messageanalyzer.c

index 29a5db3341aa4d1c34a91cac3f167df82c39ae0e..41249465139a6dae67c2adb6ac089d2769a6af73 100644 (file)
@@ -1616,7 +1616,7 @@ void proto_register_message_analyzer(void)
                        FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
                },
                { &hf_etw_ndis_packet_metadata_wifi_rssi,
-                       { "RSSI", "etw.ndis.packet_metadata.wifi_channel",
+                       { "RSSI", "etw.ndis.packet_metadata.wifi_rssi",
                        FT_INT32, BASE_DEC|BASE_UNIT_STRING, &units_dbm, 0x0, NULL, HFILL }
                },
                { &hf_etw_ndis_packet_metadata_wifi_datarate,