Wireshark-commits: [Wireshark-commits] rev 36916: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 27 Apr 2011 21:59:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36916

User: guy
Date: 2011/04/27 02:59 PM

Log:
 Put the rate in for the MCS field, if all the information needed to
 calculate the rate is present.
 
 Don't put the rate in for MCS indices in the Rate field - we need not
 only the MCS index but the bandwidth (20 MHz vs. 40 MHz) and the length
 of the guard interval.  Note in a comment that those other items *might*
 be available from some other radiotap fields.
 
 Expand a comment on the hack to try to figure out whether a Rate field
 with the 0x80 bit set is a FreeBSD MCS index or a high data rate.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +527 -66   packet-radiotap.c    Modified