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: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Mar 2001 20:47:55 -0600 (CST)
hagbard     2001/03/31 20:47:55 CST

  Modified files:
    .                    packet-ipx.c packet-ipx.h 
  Log:
  Moved various to_str files from packet.{c,h} to a separate
  to_str.{c,h}.  Resolved strange situation where ipx_addr_to_str was
  declared in packet.h but defined in packet-ipx.c by moving
  ipx_addr_to_str, ipxnet_to_str_punct, and ipxnet_to_str from packet-ipx.{c,h}   to to_str.{c,h}
  
  Revision  Changes    Path
  1.81      +1 -75     ethereal/packet-ipx.c
  1.13      +1 -3      ethereal/packet-ipx.h