aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-01802.11 Radio: Add null pointer checks.Gerald Combs1-27/+29
2021-06-08ieee80211_radio: Clarify Aggregate duration field description.Simon Barber1-3/+3
2021-06-02ieee80211_radio: Use calculated bitrate if not suppliedSimon Barber1-8/+2
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris1-7/+0
2020-05-27ieee80211: Add datarate for 802.11AX packetsGlenden Lee1-0/+275
2019-11-27Annnnnd fix another typo.Guy Harris1-1/+1
2019-11-27Add short descriptions of the PHYs other than the legacy PHYs.Guy Harris1-8/+8
2019-11-27Add entries for 802.11ad and 802.11ah PHY values.Guy Harris1-0/+2
2019-11-27Add more support for the 802.11ax PHY.Guy Harris1-0/+1
2019-07-19Provide only one data rate per user for VHT frames.Guy Harris1-8/+0
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-10-31Make the SNR a 32-bit field.Guy Harris1-1/+1
2018-10-31Fix copy-and-pasteo.Guy Harris1-1/+1
2018-10-30Add a tap for the radio dissector that passes the pseudo-header.Guy Harris1-1/+9
2018-10-29The signal strength and noise in dB from an arbitrary reference are unsigned.Guy Harris1-5/+5
2018-10-29Calculate the signal/noise ratio.Guy Harris1-2/+16
2018-10-29Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.Guy Harris1-6/+19
2018-08-09Pass zero-length PSDU type information to the radio dissector.Guy Harris1-5/+27
2018-02-20ieee80211: Remove obsolete assignmentsStig Bjørlykke1-4/+1
2018-02-20ieee80211: fix preamble duration calculationNeil Ostroff1-5/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-29Use a separate Boolean to indicate whether we have a duration.Guy Harris1-3/+10
2017-09-15wireless-timeline: handle generators that report incorrect MCS for some framesSimon Barber1-6/+32
2017-07-08ieee80211: disable wireless timeline by defaultPeter Wu1-1/+8
2017-06-20ieee80211-radio: allow 0 duration and handle missing phy typeSimon Barber1-4/+14
2017-06-09ieee80211-radio: Fix calculation of frame start timeSimon Barber1-1/+1
2017-06-07ieee80211-radio: Fix description of packet start and end time fieldsSimon Barber1-2/+2
2017-06-07ieee80211: Explain TSF in wlan_radio.timestamp blurbStig Bjørlykke1-4/+4
2017-06-05Add a timeline view for packets, with the timing data used to generate the di...Simon Barber1-26/+21
2017-05-15Add a null pointer check.Guy Harris1-2/+3
2017-05-13IEEE80211-radio: Fix divide by zeroBjörn Ruytenberg1-1/+1
2017-05-12Adds aggregate detection, calculation of frame start and end time, and IFSSimon Barber1-22/+342
2017-04-30Remove a now-unused table.Guy Harris1-10/+0
2017-04-30packet-ieee80211-radio.c: Minor refactor and whitespace cleanupSimon Barber1-316/+306
2017-03-14ieee80211-radio: fix this condition has identical branches [-Werror=duplicate...Alexis La Goutte1-19/+8
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-10/+4
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-21/+9
2016-11-06Add wlan_radio preference to assume 802.11 preamble is short for durationSimon Barber1-1/+15
2016-07-14Fix VHT valid checks.Guy Harris1-2/+2
2016-07-14packet-ieee80211-radio.c: Prevent array overflow.Michael Mann1-1/+1
2016-06-30802.11 radio: fix an out of bounds accessPascal Quantin1-1/+1
2016-06-26Check for an invalid 11ac MCS/bandwidth/NSS combination.Guy Harris1-1/+92
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer1-4/+30
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-09And we need to check Nsts as well.Guy Harris1-1/+5
2016-02-07Check whether Ness is valid as well.Guy Harris1-1/+5
2016-02-07MAX_MCS_INDEX is a valid array index.Guy Harris1-1/+1
2016-02-07MAX_MCS_INDEX is a valid array index.Guy Harris1-1/+1
2016-02-06Check whether mcs_index is sane, not just whether it's set.Guy Harris1-1/+3