Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ChangeLog Makefile.am Makefile.in

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: Wed, 7 Jul 1999 17:53:17 -0500 (CDT)
gram        1999/07/07 17:53:14 CDT

  Modified files:
    wiretap              ChangeLog Makefile.am Makefile.in 
                         aclocal.m4 configure configure.in file.c 
                         wtap.c wtap.h 
  Removed files:
    wiretap              bpf-engine.c bpf-engine.h bpf.c bpf.h 
                         ct-compile.c ct-compile.h ct-grammar.y 
                         ct-main.c ct-scanner.l filter-eth 
                         filter-tr glib-new.c glib-new.h 
                         rt-compile.c rt-compile.h rt-global.h 
                         rt-grammar-skel.y rt-scanner-skel.l 
  Log:
  Created a new protocol tree implementation and a new display filter
  mechanism that is built into ethereal. Wiretap is now used to read all
  file formats. Libpcap is used only for capturing.
  
  Revision  Changes    Path
  1.9       +4 -0      ethereal/wiretap/ChangeLog
  1.15      +3 -68     ethereal/wiretap/Makefile.am
  1.19      +36 -130   ethereal/wiretap/Makefile.in
  1.9       +3 -1      ethereal/wiretap/aclocal.m4
  1.14      +60 -86    ethereal/wiretap/configure
  1.10      +1 -20     ethereal/wiretap/configure.in
  1.10      +1 -5      ethereal/wiretap/file.c
  1.8       +3 -29     ethereal/wiretap/wtap.c
  1.19      +1 -13     ethereal/wiretap/wtap.h