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

Date: Thu, 27 Jan 2011 17:45:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35684

User: gerald
Date: 2011/01/27 09:45 AM

Log:
 From Johannes Berg via bug 5625:
 
 The radiotap standard just adopted the new MCS field to display MCS
 information. The attached patch allows wireshark to parse that field.
 
 
 From me: 
 
 Terminate value_strings. Move the IEEE80211_RADIOTAP_XCHANNEL definition
 to packet-radiotap-defs.h.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +24 -0     packet-radiotap-defs.h    Modified
  +3 -1      packet-radiotap-iter.c    Modified
  +96 -0     packet-radiotap.c         Modified