Wireshark-commits: [Wireshark-commits] rev 44985: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 18 Sep 2012 20:46:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44985

User: alagoutte
Date: 2012/09/18 01:46 PM

Log:
 From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7716
 Adding VHT Radiotap fields support
 
 Parsing and UI representation for recently adopted VHT Radiotap fields for
 802.11ac specification
 http://www.radiotap.org/defined-fields/VHT 
 
 From me :
 * Make checkAPIs happy
 * Fix wrong last argument for some proto_tree_add_item
 * Use proto_tree_add_item when it is possible

Directory: /trunk/epan/dissectors/
  Changes    Path                                Action
  +52 -2     packet-ieee80211-radiotap-defs.h    Modified
  +3 -1      packet-ieee80211-radiotap-iter.c    Modified
  +501 -2    packet-ieee80211-radiotap.c         Modified