http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37317
User: morriss
Date: 2011/05/19 07:42 PM
Log:
Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer into
the TVB.
Introduce and start using tvb_get_manuf_name() and tvb_get_manuf_name_if_known()
which do the same as the non-tvb versions but take a tvb and an offset instead
of (commonly) a pointer into a TVB.
Directory: /trunk/epan/dissectors/
Changes Path Action
+7 -13 packet-ieee80211.c Modified
+31 -31 packet-pw-eth.c Modified
+5 -8 packet-radiotap.c Modified
+10 -15 packet-slowprotocols.c Modified
Directory: /trunk/epan/
Changes Path Action
+12 -1 addr_resolv.c Modified
+10 -3 addr_resolv.h Modified
+2 -0 libwireshark.def Modified