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

Date: Fri, 21 Dec 2012 17:43:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46682

User: morriss
Date: 2012/12/21 09:43 AM

Log:
 Use TVB_SET_ADDRESS_HF() and COPY_ADDRESS_SHALLOW() instead of tvb_get_ptr()
 and a couple of SET_ADDRESS()s.
 
 Use proto_tree_add_item() instead of proto_tree_add_ether() called with a
 pointer into the TVB.
 
 Leave a comment for a place where a bunch of code in several case statements
 could probably be collapsed into much less code.

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