aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radiotap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-459/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-06In "packet-ieee80211.c", use the same scheme for displaying the dataGuy Harris1-2/+2
rate used elsewhere, rather than using floating point. In "packet-prism.c", show the data rate correctly in the column display, and show it as Mb/s in the protocol tree, and show it as "Data Rate", as it is in "packet-ieee80211.c". In "packet-radiotap.c" and "packet-wlancap.c", show it as "Data Rate" rather than as "Datarate". Show the units uniformly as "Mb/s", rather than "mb/s" (it's mega, not milli) or "Mbps", except for the AVS header, where it's Kb/s. svn path=/trunk/; revision=11323
2004-07-05From Jouni Malinen: add columns for the 802.11 data rate and signalGuy Harris1-52/+76
strength for AVS headers. Also add them for the Prism and Radiotap headers, and for the pseudo-header from non-native captures. svn path=/trunk/; revision=11316
2004-02-01Add consts to avoid 'cast discards qualifiers from pointer target type'Jörg Mayer1-3/+3
svn path=/trunk/; revision=9935
2004-02-01Remove comma after last element of enumJörg Mayer1-2/+2
svn path=/trunk/; revision=9934
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.Guy Harris1-0/+435
svn path=/trunk/; revision=9919