Moved various to_str files from packet.{c,h} to a separate
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Apr 2001 02:47:56 +0000 (02:47 +0000)
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Apr 2001 02:47:56 +0000 (02:47 +0000)
commita85b033822dc5bad196c4d1eef677fc34d85ea15
treeaa445c8e30cfee75054eb46e14d58c1e7789ffd7
parent698a86843da1720b6702a85dd56e70a2710ee179
Moved various to_str files from packet.{c,h} to a separate
to_str.{c,h}.  Resolved strange situation where ipx_addr_to_str was
declared in packet.h but defined in packet-ipx.c by moving
ipx_addr_to_str, ipxnet_to_str_punct, and ipxnet_to_str from packet-ipx.{c,h}   to to_str.{c,h}

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3219 f5534014-38df-0310-8fa8-9805f1628bb7
epan/Makefile.am
epan/packet.c
epan/packet.h
epan/to_str.c [new file with mode: 0644]
epan/to_str.h [new file with mode: 0644]
packet-ipx.c
packet-ipx.h