aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
diff options
context:
space:
mode:
authorSimon Barber <simon.barber@meraki.net>2017-06-07 13:38:08 -0700
committerStig Bjørlykke <stig@bjorlykke.org>2017-06-07 21:00:26 +0000
commit23a2f56b0fcfb72c183f0ace8f30e25400036408 (patch)
tree59d9d8e4b2f2eff5f7dc715bed5bb4358df1f463 /epan/dissectors/packet-ieee80211-radio.c
parentf5dd12d71e8a3210bdb46d209b00b3bc81353b9a (diff)
ieee80211-radio: Fix description of packet start and end time fields
Change-Id: I8b0acaa689c468b6da553d47a15a9d47fe9d45a6 Reviewed-on: https://code.wireshark.org/review/22021 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radio.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211-radio.c b/epan/dissectors/packet-ieee80211-radio.c
index bd5cee40e7..59b2cfdf31 100644
--- a/epan/dissectors/packet-ieee80211-radio.c
+++ b/epan/dissectors/packet-ieee80211-radio.c
@@ -1399,11 +1399,11 @@ void proto_register_ieee80211_radio(void)
{&hf_wlan_radio_start_tsf,
{"Start", "wlan_radio.start_tsf", FT_UINT64, BASE_DEC|BASE_UNIT_STRING, &units_microseconds, 0,
- "Duration of the PLCP or preamble in microseconds, calculated from PHY data", HFILL }},
+ "Calculated start time of the frame", HFILL }},
{&hf_wlan_radio_end_tsf,
{"End", "wlan_radio.end_tsf", FT_UINT64, BASE_DEC|BASE_UNIT_STRING, &units_microseconds, 0,
- "Duration of the PLCP or preamble in microseconds, calculated from PHY data", HFILL }},
+ "Calculated end time of the frame", HFILL }},
{&hf_wlan_radio_aggregate_duration,
{"Duration", "wlan_radio.aggregate.duration", FT_UINT32, BASE_DEC|BASE_UNIT_STRING, &units_microseconds, 0,