Wireshark-commits: [Wireshark-commits] rev 36523: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 08 Apr 2011 19:52:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36523

User: alagoutte
Date: 2011/04/08 12:52 PM

Log:
 Enhance Vendor Specific Atheros IE 
 
 * Replace proto_tree_add_ether/boolean by proto_tree_add_item
 * use BASE_CUSTOM for XR beacon interval 
 * use ENC_* macro for encoding
 * replace if(...) by switch(...) for type and subtype (more extensible if new (sub)type)
 * add expert info when tag_len is incorrect
 
 Fix also a minor issue with tag_end...

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +100 -67   packet-ieee80211.c    Modified