aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18radiotap: make tables that we modify automatic rather than static.Guy Harris1-30/+46
2020-06-18radiotap: make tables that we modify automatic rather than static.Guy Harris1-60/+84
2020-06-18radiotap: fix typo.Guy Harris1-3/+3
2020-05-27ieee80211: Add datarate for 802.11AX packetsGlenden Lee1-2/+25
2020-05-14Add radiotap.vendor dissector table for vendor namespaceTomas Kukosa1-6/+15
2020-02-10radiotap: remove unused increment.Dario Lombardo1-1/+0
2020-02-10radiotap: remove unused increment (CID: 1458175).Dario Lombardo1-3/+0
2020-02-08ieee80211-radiotap: Add support for radiotap TLVs.Richard Sharpe1-47/+135
2019-12-20There's a macro to test for 802.11ad frequencies; use it.Guy Harris1-6/+6
2019-12-11radiotap: Detect 11ad based on the frequency.Guy Harris1-2/+22
2019-11-27Add more support for the 802.11ax PHY.Guy Harris1-0/+6
2019-09-14802.11 radiotap: Fix wrong data structure in the dissector for HE TRIGGER framesSébastien Deronne1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-03-03ieee80211-radiotap: Bring up to date with the actual spec.Richard Sharpe1-146/+352
2018-11-13Move the Linux ARPHRD_ types to epan/arptypes.h.Guy Harris1-2/+2
2018-11-13Fix dissection of 802.11+radiotap frames in Linux "cooked" captures.Guy Harris1-0/+9
2018-10-30Get rid of the radiotap tap.Guy Harris1-63/+22
2018-10-29The signal strength and noise in dB from an arbitrary reference are unsigned.Guy Harris1-7/+7
2018-10-29Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.Guy Harris1-10/+37
2018-09-10radiotap: Correct support for 0-length PSDUs.Richard Sharpe1-0/+9
2018-09-08Register some unregistered etts.Jeff Morriss1-1/+4
2018-08-13radiotap: Implement L-SIG support based on the RFC.Richard Sharpe1-0/+89
2018-08-09Pass zero-length PSDU type information to the radio dissector.Guy Harris1-13/+22
2018-08-09Always process the "present flags" bitmaps.Guy Harris1-76/+84
2018-08-08The radiotap header length must be >= 8.Guy Harris1-2/+16
2018-08-08802.11 Radiotap: add a missing subtree initializationPascal Quantin1-0/+1
2018-08-01radiotap: Add support for 0-length PSDUs.Richard Sharpe1-0/+49
2018-07-31radiotap: fix indent (use tab)Alexis La Goutte1-2/+2
2018-07-26Add a preference to override the radiotap FCS bit.Guy Harris1-3/+33
2018-05-13radiotap: Bring the HE header dissection into conformance with changes.Richard Sharpe1-26/+50
2018-04-21radiotap: Warn that the HE-MU header dissector needs a new version.Richard Sharpe1-0/+9
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-2/+2
2018-04-03radiotap: Correct the handling of MU Preamble Puncturing when unknown.Richard Sharpe1-1/+13
2018-03-31radiotap: Remove a redundant increment from the end of the HE-MU dissector.Richard Sharpe1-1/+0
2018-03-30radiotap: Add support for the HE-MU header.Richard Sharpe1-1/+352
2018-02-24Fix capitalization and white space.Guy Harris1-2/+2
2018-02-24radiotap: Fix bug 14455.Richard Sharpe1-14/+14
2018-02-23Clean up description of power and attenuation fields.Guy Harris1-10/+12
2018-02-22Fix endianness.Guy Harris1-15/+21
2018-02-22radiotap: Fixes because the meaning of some fields changed.Richard Sharpe1-10/+31
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10radiotap: Add support for the EOF bit in the A-MPDU Status flags.Richard Sharpe1-0/+16
2018-01-30radiotap: Refactor some aspects of the radiotap dissector.Richard Sharpe1-448/+514
2018-01-29radiotap: Mark unknown fields as unknown instead of reserved.Richard Sharpe1-132/+135
2018-01-19radiotap: Updates to the radiotap dissector to avoid confusion.Richard Sharpe1-43/+306
2017-12-24Note that the HE information is not yet a defined radiotap field.Guy Harris1-0/+5
2017-12-24ieee80211-radiotap: Add definitions for HE information and dissect it.Richard Sharpe1-1/+607
2017-10-15Add support for BASE_OUIMichael Mann1-6/+5
2017-06-08radiotap: no expert info under if (tree) pleaseMartin Kaiser1-1/+1