"string_to_hex()" doesn't modify its first argument, so make it a
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 03:14:18 +0000 (03:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 03:14:18 +0000 (03:14 +0000)
commit2cc5af3c852eb1ca6ed2a07f617fcfce034687e2
tree3301633853b43b39cb4b98012c7d0528bd49a35d
parenta8c448c5233e34e99d82e13a4ce878f853b299b3
"string_to_hex()" doesn't modify its first argument, so make it a
"const" pointer, and don't cast away the constness of "tvb_get_ptr()"s
result when passing it to "string_to_hex()".

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