aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.h
AgeCommit message (Collapse)AuthorFilesLines
2020-02-08ieee80211-radiotap: Add support for radiotap TLVs.Richard Sharpe1-2/+2
From Johannes Berg with changes by Richard Sharpe to make it easier for people to add support for RADIOTAP Header TLVs in the future. Change-Id: I66d69cbe16740abce1e75ca1e789a2034283306b Reviewed-on: https://code.wireshark.org/review/36057 Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com> Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-07-10packet-ieee80211-radiotap-iter.h: Try to fix doxygen warnings.Anders Broman1-42/+23
Change-Id: Icca2505f933a43b218043055201b00a47e77bef8 Reviewed-on: https://code.wireshark.org/review/33883 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-09spdx: convert files with multiple licenses.Dario Lombardo1-18/+1
Change-Id: Iac29428b5a6d26896e559f06acf202f03fa8ec90 Reviewed-on: https://code.wireshark.org/review/26366 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-26Updates to radiotap-iter licensing terms. The upstream version has a COPYINGEvan Huus1-3/+13
file containing what is actually the ISC license (BSD-like), so add that to the header for licensecheck's sake (and remove the confusing reference to the BSD license). This makes the code actually your choice of ISC and GPL2 (since it is used in the Linux kernel which is GPL2-only). ISC is already acceptable for us, so ISC \union * must be also, so add ISC+GPL2 to checlicenses' list. Upstream COPYING file, for reference: http://git.sipsolutions.net/?p=radiotap.git;a=blob;f=COPYING;hb=97478c8467ce7ab56b7c9e8fd7cdc0f4e2cb22ed svn path=/trunk/; revision=52879
2012-05-02Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris1-0/+116
dissector source files to match the "packet-ieee80211-XXX" pattern used for other 802.11 radio header dissectors. svn path=/trunk/; revision=42380