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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Mon, 22 Nov 1999 00:03:51 -0600 (CST)
gram        1999/11/22 00:03:49 CST

  Modified files:
    .                    packet-ipx.c packet-ipx.h resolv.c 
  Log:
  Fixed the way IPX network name resolution works with name resolution
  turned off (the '-n' option), and made it a bit faster by removing
  sprintf()'s.
  
  Revision  Changes    Path
  1.36      +38 -14    ethereal/packet-ipx.c
  1.3       +3 -1      ethereal/packet-ipx.h
  1.21      +5 -3      ethereal/resolv.c