Rename the _to_str() functions in this dissector to tvb_*_to_str() and make
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 16 Feb 2011 02:55:58 +0000 (02:55 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 16 Feb 2011 02:55:58 +0000 (02:55 +0000)
commitc78c52ea1d4e3dfd929968329aecfc82fb246933
tree7981cca6c715c92efa961f36a5271535a006ea64
parenta86aab3916e9ea803e10462c6ef49a39dc443ce6
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35958 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-aarp.c