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

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:11:52 -0600 (CST)
hagbard     2001/03/31 22:11:51 CST

  Modified files:
    epan                 Makefile.am epan.c packet.c packet.h 
  Added files:
    epan                 frame_data.c frame_data.h 
  Log:
  Moved the frame_data structures and functions from packet.{h,c} to
  frame_data{h,c}.  Added a frame_data_init to be called by epan_init.
  
  Revision  Changes    Path
  1.21      +3 -1      ethereal/epan/Makefile.am
  1.8       +3 -1      ethereal/epan/epan.c
  1.27      +2 -106    ethereal/epan/packet.c
  1.28      +2 -32     ethereal/epan/packet.h