http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35958
User: morriss
Date: 2011/02/15 06:56 PM
Log:
Rename the _to_str() functions in this dissector to tvb_*_to_str() and make
the functions take a pointer to a TVB and an offset rather than (generally)
a pointer into a TVB.
Use NULL as the value_ptr in proto_tree_add_bytes_format() since the bytes are
coming straight from the TVB anyway.
Remove unnecessary include file.
Directory: /trunk/epan/dissectors/
Changes Path Action
+20 -30 packet-aarp.c Modified