Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.c packet.h resolv.c resolv.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 19 Aug 2000 03:26:11 -0500 (CDT)
guy         2000/08/19 03:26:08 CDT

  Modified files:
    .                    packet.c packet.h resolv.c resolv.h 
  Log:
  Michael Tuexen's changes to define a port type for SCTP ports, handle
  SCTP ports in "col_set_port()", and add a "get_sctp_port()" routine to
  resolve SCTP port numbers to services.
  
  Also, make the "get_XXX_port()" routines format the port number as an
  unsigned integer, rather than a signed integer, if the service name for
  the port isn't found (the port number passed in is unsigned).
  
  Revision  Changes    Path
  1.100     +8 -1      ethereal/packet.c
  1.195     +2 -1      ethereal/packet.h
  1.28      +34 -8     ethereal/resolv.c
  1.13      +6 -3      ethereal/resolv.h