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>
This commit is contained in:
Simon Barber 2017-06-07 13:38:08 -07:00 committed by Stig Bjørlykke
parent f5dd12d71e
commit 23a2f56b0f
1 changed files with 2 additions and 2 deletions

View File

@ -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,