Note what Fibre Channel spec documents this protocol.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 20:35:55 +0000 (20:35 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 20:35:55 +0000 (20:35 +0000)
commitcc14b6ad71cca9e77830904fa3289836d66e6833
tree186d7b3f11227a24c5ea0d40200813847cc37e84
parent03acf166c998326c6f2e52925a601e0b7306cd8d
Note what Fibre Channel spec documents this protocol.

Don't assign the const pointers passed to hash routines to non-const
pointers.

Don't assume that strings the spec says are null-terminated are
necessarily null-terminated in the packet - use "tvb_strsize()" to find
the length of the purported null-terminated string; it'll throw the
appropriate exception if no null is found.

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