Ethereal-cvs: [Ethereal-cvs] rev 12904: /trunk/epan/dissectors/: packet-fcfcs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 31 Dec 2004 20:36:04 -0000
User: guy
Date: 2004/12/31 02:35 PM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +25 -38    packet-fcfcs.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12904&view=rev