When dissecting an NFS file handle, show the raw bytes of the file
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Mar 2000 00:38:11 +0000 (00:38 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Mar 2000 00:38:11 +0000 (00:38 +0000)
commitc97d65a2c526a15f7c696d5ad5fd77612fc88001
treeb35c745dd4380ea8ce10d48ee45bfb16733d4ee7
parentc3728ff82b12eb9c1c3ca18aaac239036951b03c
When dissecting an NFS file handle, show the raw bytes of the file
handle data (snoop does this, and it's somewhat convenient if you're
trying to see whether, say, an ACCESS call is acting on the file whose
file handle you got back from a previous MOUNT request).

Boost the maximum number of bytes worth of hex data shown by
"bytes_to_str()" from 10 to 16, so that we can show the file handle 16
bytes per line (as snoop does).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1744 f5534014-38df-0310-8fa8-9805f1628bb7
packet-nfs.c
packet.c