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