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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 29 Jan 2003 23:21:35 -0600 (CST)
guy         2003/01/29 23:21:35 CST

  Modified files:
    .                    packet-ipx.c packet-ipx.h 
  Log:
  Get rid of the "sap_server_ident" structure - just fetch stuff from that
  structure in the packet as required.
  
  The server name in that structure is not necessarily null-terminated;
  use "%.48s", not "%s", to print it.
  
  Revision  Changes    Path
  1.119     +252 -267  ethereal/packet-ipx.c
  1.21      +1 -11     ethereal/packet-ipx.h