aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-03Adds calculation of preamble length and frame duration.Simon Barber1-73/+379
2016-01-29Add A-MPDU reassembly information to the radio metadata.Guy Harris1-0/+25
2016-01-07dBm signal strength is signed; report it as such in the RSSI column.Guy Harris1-1/+1
2015-12-30802.11 (radio): fix no previous prototype for function 'ieee80211_vhtrate' [-...Alexis La Goutte1-1/+1
2015-12-25Refactor VHT rates table, to use Ndbps (number of data bits per symbol)Simon Barber1-72/+23
2015-12-25Refactoring: Use data bits per symbol MCS table to calculate rates andSimon Barber1-389/+34
2015-12-24Refactor 802.11 radio flags.Simon Barber1-42/+39
2015-12-11Consistently use spaces rather than tabs.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-1/+0
2015-11-26Wrong field name for signal strength as a percentage.Guy Harris1-1/+1