Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap etherpeek.c file.c libpcap.c libpcap

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Feb 2002 02:57:27 -0600 (CST)
guy         2002/02/27 02:57:27 CST

  Modified files:
    wiretap              etherpeek.c file.c libpcap.c libpcap.h 
                         netmon.c netmon.h netxray.c netxray.h 
                         ngsniffer.c ngsniffer.h snoop.c snoop.h 
                         visual.c visual.h 
  Log:
  From Joerg Mayer: remove unused variables and declarations of
  non-existent functions.
  
  Remove the "filetype" argument from the "can_write_encap" functions for
  particular capture file types - the argument value is implicit, in that
  the routine being called is the routine for that particular file type.
  
  Revision  Changes    Path
  1.17      +1 -7      ethereal/wiretap/etherpeek.c
  1.81      +4 -4      ethereal/wiretap/file.c
  1.66      +3 -3      ethereal/wiretap/libpcap.c
  1.12      +2 -3      ethereal/wiretap/libpcap.h
  1.48      +3 -3      ethereal/wiretap/netmon.c
  1.9       +2 -3      ethereal/wiretap/netmon.h
  1.45      +3 -3      ethereal/wiretap/netxray.c
  1.7       +2 -3      ethereal/wiretap/netxray.h
  1.72      +2 -3      ethereal/wiretap/ngsniffer.c
  1.10      +2 -3      ethereal/wiretap/ngsniffer.h
  1.41      +3 -3      ethereal/wiretap/snoop.c
  1.10      +2 -3      ethereal/wiretap/snoop.h
  1.2       +2 -4      ethereal/wiretap/visual.c
  1.3       +2 -2      ethereal/wiretap/visual.h