aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-12Add value for FCS (no decoding).Jörg Mayer1-1/+2
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+459