Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan to_str.c to_str.h Makefile.am packet.c

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:57 -0600 (CST)
hagbard     2001/03/31 20:47:56 CST

  Modified files:
    epan                 Makefile.am packet.c packet.h 
  Added files:
    epan                 to_str.c to_str.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.18      +3 -1      ethereal/epan/Makefile.am
  1.25      +2 -322    ethereal/epan/packet.c
  1.25      +2 -16     ethereal/epan/packet.h