]> The Tcpdump Group git mirrors - tcpdump/commit
Support RX flags, MCS and the vendor namespace, and fix Rate.
authorGuy Harris <[email protected]>
Wed, 27 Apr 2011 19:08:27 +0000 (12:08 -0700)
committerGuy Harris <[email protected]>
Wed, 27 Apr 2011 19:08:27 +0000 (12:08 -0700)
commit54db122321d0eb50ba5f990df2f5bbc74db3e880
tree721fc671ff7eb297728ec4cccfa9dc9e7eb43ea7
parent5779709949c1092c62cdd07095be68101d78b1de
Support RX flags, MCS and the vendor namespace, and fix Rate.

Based on patches from an anonymous donor, support the radiotap RX flags and
MCS fields, and the vendor namespace, and, if Channel and XChannel are
both present, use XChannel, not Channel.

Do not try to look up a rate for an MCS value from the Rate field; you
cannot map an MCS value to a rate without also knowing the channel width
and guard interval length.
cpack.c
cpack.h
ieee802_11_radio.h
print-802_11.c