aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Clean up some calls to use the same offset as the call to put the parentguy1-175/+192
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-03-30Revert commit 31798 and 31799 as requested by Johannes Berg etxrab1-86/+2
2010-02-05Try to pacify the buildbot.etxrab1-1/+1
2010-02-05From Joshua Zhao:etxrab1-1/+85
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-6/+12
2010-01-16Update URL in comments.sfisher1-1/+1
2010-01-14Fix for Bug 3747:dimeg1-5/+5
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-07-23Don't divide the data rate by 2 - that loses information (yes, I have aguy1-64/+64
2009-07-23- Ambiguous value for radiotap datarate.etxrab1-71/+60
2009-07-02Update documentation links.gerald1-1/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-7/+7
2009-05-17Add newline to end of filemartinm1-1/+2
2009-05-17From Johannes Berg via bug 3415:gerald1-47/+91
2008-11-27Enhancements from bug #3043 with a few whitespace cleanups.sfisher1-1/+20
2008-10-24Add a modeline blurb for the predominant indentation style, and update somegerald1-42/+56
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+3
2007-11-27From Sam Leffler: Add support for IEEE80211_RADIOTAP_XCHANNEL.gerald1-16/+246
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald1-50/+11
2007-06-27I think David Young needs to be granted the power of life and deathguy1-0/+20
2007-05-18From Dustin Johnson:gerald1-4/+60
2007-04-30Don't cast a "guint8 *" to a pointer to a structure; just use theguy1-11/+14
2007-02-15According to David Young, IEEE80211_RADIOTAP_FCS was never officiallygerald1-0/+2
2007-01-30Add descriptions to radiotap fields. Fix some formatting. Add an extrasfisher1-45/+118
2006-11-23Back out most of r19878; it was making the 802.11 dissector overwrite thegerald1-8/+5
2006-11-16David Young pointed out that we weren't aligning fields according to thegerald1-12/+76
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.gerald1-10/+25
2006-10-31Make sure we round up to the nearest 4-byte boundary before trying to processgerald1-2/+11
2006-10-25Fix bug 1085 -- handle the various ways that a radiotap frame cangram1-53/+254
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-5/+40
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-28Don't change rflags for any properties other thanguy1-10/+0
2006-04-27This was completely broken, as the "length" variable actually reflectedguy1-25/+27
2006-01-23Add some more sanity checking of the Radiotap header.guy1-11/+77
2006-01-23Call capture_radiotap() when capturing on a device supplying Radiotapguy1-14/+54
2006-01-23From Sam Leffler:guy1-43/+53
2005-08-28Put the units after the values for signal and noise, as that's a bitguy1-12/+24
2005-08-25Show dBm and dB signal and noise values differently, so that the userguy1-13/+35
2005-07-22Beginning of radiotap's header dissectionjmayer1-15/+41
2005-07-20Convert the result of tvb_get_guint8 to (gint8) so that the displayjmayer1-2/+2
2005-07-12Add value for FCS (no decoding).jmayer1-1/+2
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+459