summaryrefslogtreecommitdiff
path: root/epan
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:38 +0000
commit7db8e5423b79b62aacd298a3b2b256c8fad5a06f (patch)
tree095e83f693171051c3ec5c0d4f2c20b2b699c4b5 /epan
parent316d09a5aee68904ba0348c2017647b4dea3aab1 (diff)
downloadwireshark-7db8e5423b79b62aacd298a3b2b256c8fad5a06f.tar.gz
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> (cherry picked from commit 23a2f56b0fcfb72c183f0ace8f30e25400036408) Reviewed-on: https://code.wireshark.org/review/22022
Diffstat (limited to 'epan')
-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,