aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radiotap.c
AgeCommit message (Expand)AuthorFilesLines
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