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

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 22:50:43 -0600 (CST)
hagbard     2001/03/31 22:50:43 CST

  Modified files:
    epan                 Makefile.am Makefile.nmake packet.c 
                         packet.h 
  Added files:
    epan                 packet_info.c packet_info.h 
  Log:
  Moved the packet_info structure and supporting functions out of
  packet.{h,c} and into a separate packet_info{h,c}.
  
  Revision  Changes    Path
  1.22      +3 -1      ethereal/epan/Makefile.am
  1.12      +1 -0      ethereal/epan/Makefile.nmake
  1.28      +1 -19     ethereal/epan/packet.c
  1.29      +2 -70     ethereal/epan/packet.h