Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal summary.c summary.h AUTHORS Makefile.am

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: Tue, 22 Jun 1999 17:02:23 -0500 (CDT)
gram        1999/06/22 17:02:20 CDT

  Modified files:
    .                    AUTHORS Makefile.am Makefile.in NEWS 
                         aclocal.m4 capture.c configure ethereal.c 
                         ethertype.c etypes.h file.c file.h menu.c 
  Added files:
    .                    summary.c summary.h 
  Log:
  Added Aaron Hillegass' summary dialogue. We're ignoring the problem with
  NetMon statistic packets for now. We might fix that problem with wiretap,
  either filtering out those packets, and/or providing the summary
  information through a new wiretap API.
  
  Revision  Changes    Path
  1.25      +4 -0      ethereal/AUTHORS
  1.35      +2 -0      ethereal/Makefile.am
  1.41      +11 -10    ethereal/Makefile.in
  1.15      +1 -0      ethereal/NEWS
  1.11      +30 -16    ethereal/aclocal.m4
  1.29      +3 -1      ethereal/capture.c
  1.26      +93 -92    ethereal/configure
  1.44      +9 -1      ethereal/ethereal.c
  1.15      +5 -1      ethereal/ethertype.c
  1.6       +8 -1      ethereal/etypes.h
  1.33      +15 -1     ethereal/file.c
  1.17      +4 -1      ethereal/file.h
  1.21      +6 -1      ethereal/menu.c