Ethereal-cvs: [Ethereal-cvs] rev 12909: /trunk/epan/dissectors/: packet-fcdns.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 22:00:53 -0000
User: guy
Date: 2004/12/31 04:00 PM

Log:
 Note what Fibre Channel spec documents this protocol.
 
 Don't assign the const pointers passed to hash routines to non-const
 pointers.
 
 In "zonenm_to_str()", don't assume there's a null terminator in the
 packet - use "tvb_get_string()" so that the buffer into which it's
 copied is explicitly null-terminated.
 
 Put the Domain & Port into the protocol tree as a "0xXXXXXXXX" string,
 rather than as a string with one blank in it.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +27 -24    packet-fcdns.c    Modified



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