aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-50/+11
2007-06-27I think David Young needs to be granted the power of life and deathGuy Harris1-0/+20
2007-05-18From Dustin Johnson:Gerald Combs1-4/+60
2007-04-30Don't cast a "guint8 *" to a pointer to a structure; just use theGuy Harris1-11/+14
2007-02-15According to David Young, IEEE80211_RADIOTAP_FCS was never officiallyGerald Combs1-0/+2
2007-01-30Add descriptions to radiotap fields. Fix some formatting. Add an extraStephen Fisher1-45/+118
2006-11-23Back out most of r19878; it was making the 802.11 dissector overwrite theGerald Combs1-8/+5
2006-11-16David Young pointed out that we weren't aligning fields according to theGerald Combs1-12/+76
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs1-10/+25
2006-10-31Make sure we round up to the nearest 4-byte boundary before trying to processGerald Combs1-2/+11
2006-10-25Fix bug 1085 -- handle the various ways that a radiotap frame canGilbert Ramirez1-53/+254
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-5/+40
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-28Don't change rflags for any properties other thanGuy Harris1-10/+0
2006-04-27This was completely broken, as the "length" variable actually reflectedGuy Harris1-25/+27
2006-01-23Add some more sanity checking of the Radiotap header.Guy Harris1-11/+77
2006-01-23Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris1-14/+54
2006-01-23From Sam Leffler:Guy Harris1-43/+53
2005-08-28Put the units after the values for signal and noise, as that's a bitGuy Harris1-12/+24
2005-08-25Show dBm and dB signal and noise values differently, so that the userGuy Harris1-13/+35
2005-07-22Beginning of radiotap's header dissectionJörg Mayer1-15/+41
2005-07-20Convert the result of tvb_get_guint8 to (gint8) so that the displayJörg Mayer1-2/+2