aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris1-2137/+0
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-1/+1
2012-03-26There is no "dBm transmit attenuation" field in radiotap; there is,Guy Harris1-13/+13
2012-03-17Mark the computed-from-the-MCS-field data rate as generated, and make itGuy Harris1-6/+8
2012-01-10From Wojciech Dubowik via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+18
2011-10-19Manually fix a proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-21/+21
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-8/+5
2011-04-28Array indices are integers, not Booleans. (The code is the same, givenGuy Harris1-11/+12
2011-04-28Fix warnings:Anders Broman1-5/+5
2011-04-27Picky, picky....Guy Harris1-156/+160
2011-04-27Put the rate in for the MCS field, if all the information needed toGuy Harris1-66/+527
2011-04-13From Solomon Peachy:Fix "Missing indication that we recognize the Radiotap MC...Bill Meier1-0/+3
2011-02-16Put the "MCS known information" field into the protocol tree; yes, it'sGuy Harris1-4/+49
2011-01-27Fix chekcAPIs.Gerald Combs1-1/+1
2011-01-27From Johannes Berg via bug 5625:Gerald Combs1-0/+96
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-18Remove blurbs equal to name.Stig Bjørlykke1-2/+2
2010-10-14Tighten up our data rate check. This should fix bug 5280 (mostly).Gerald Combs1-1/+7
2010-10-14From Johannes Berg via bug 4421:Gerald Combs1-335/+300
2010-10-13From Johannes Berg via bug 4421:Gerald Combs1-1060/+1214
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-4/+4
2010-04-30Clean up some calls to use the same offset as the call to put the parentGuy Harris1-175/+192
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-03-30Revert commit 31798 and 31799 as requested by Johannes Berg Anders Broman1-86/+2
2010-02-05Try to pacify the buildbot.Anders Broman1-1/+1
2010-02-05From Joshua Zhao:Anders Broman1-1/+85
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-6/+12
2010-01-16Update URL in comments.Stephen Fisher1-1/+1
2010-01-14Fix for Bug 3747:Gerasimos Dimitriadis1-5/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-23Don't divide the data rate by 2 - that loses information (yes, I have aGuy Harris1-64/+64
2009-07-23- Ambiguous value for radiotap datarate.Anders Broman1-71/+60
2009-07-02Update documentation links.Gerald Combs1-1/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2009-05-17Add newline to end of fileMartin Mathieson1-1/+2
2009-05-17From Johannes Berg via bug 3415:Gerald Combs1-47/+91
2008-11-27Enhancements from bug #3043 with a few whitespace cleanups.Stephen Fisher1-1/+20
2008-10-24Add a modeline blurb for the predominant indentation style, and update someGerald Combs1-42/+56
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2007-11-27From Sam Leffler: Add support for IEEE80211_RADIOTAP_XCHANNEL.Gerald Combs1-16/+246