Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ascend-grammar.y ascend-int.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 19 May 2000 03:18:26 -0500 (CDT)
guy         2000/05/19 03:18:23 CDT

  Modified files:
    wiretap              ascend-grammar.y ascend-int.h 
                         ascend-scanner.l i4btrace.c iptrace.c 
                         nettl.c ngsniffer.c radcom.c snoop.c 
                         toshiba.c 
  Log:
  In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (a
  "FILE_T" is either a "gzFile" or a "FILE *", depending on whether zlib
  support is enabled or not).  Fix various function declarations and
  definitions.
  
  Revision  Changes    Path
  1.12      +2 -2      ethereal/wiretap/ascend-grammar.y
  1.6       +3 -3      ethereal/wiretap/ascend-int.h
  1.15      +3 -3      ethereal/wiretap/ascend-scanner.l
  1.6       +5 -5      ethereal/wiretap/i4btrace.c
  1.28      +5 -5      ethereal/wiretap/iptrace.c
  1.12      +5 -5      ethereal/wiretap/nettl.c
  1.41      +9 -9      ethereal/wiretap/ngsniffer.c
  1.22      +5 -5      ethereal/wiretap/radcom.c
  1.27      +5 -5      ethereal/wiretap/snoop.c
  1.10      +5 -5      ethereal/wiretap/toshiba.c