http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39322
User: alagoutte
Date: 2011/10/09 06:09 AM
Log:
From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422
Clean up IEEE 802.11 dissector - fixed fields
Many of the fixed fields use similar bitfield construction in the proto_tree. Use proto_tree_add_bitmask() to avoid having to implement the same subtree and item addition separately for each field.
Directory: /trunk/epan/dissectors/
Changes Path Action
+135 -188 packet-ieee80211.c Modified