aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-14/+15
2022-07-31radiotap(ieee80211): fix typo (duplicate hf)Alexis La Goutte1-1/+1
2022-03-17ieee80211-radiotap: Add support for headers to be bit-based as well as TLVs.Richard Sharpe1-69/+81
2022-01-15ieee80211: fix wrong proto_tree_add_item call.Dario Lombardo1-1/+1
2022-01-14Fixed a typoBahadir Ozgun1-1/+1
2022-01-14Fixed non-existent ness value because of wrong numberBahadir Ozgun1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-15ieee80211-radiotap: Fix a problem with S1G 0-length PPDUS.Richard Sharpe1-1/+4
2021-12-13ieee802-radiotap: Fix a silly issue with the S1G radiotap dissector.Richard Sharpe1-0/+8
2021-07-29More fussing with masks.Martin Mathieson1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2021-07-01Radiotap: add 'data retries' field (bit number 17)Tomas Kukosa1-0/+21
2021-03-09radiotap: fix a comment.Guy Harris1-1/+1
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris1-71/+155
2021-03-05IEEE80211-Radiotap: Fix a typoMartin Mathieson1-1/+1
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris1-1/+1
2021-02-07radiotap: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2021-02-01ieee80211: Add support for S1G including PV1.Richard Sharpe1-7/+1153
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-2/+2
2020-08-10ieee80211: add radiotap TX flagsMathy Vanhoef1-0/+78
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-41/+17
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