Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ascend-grammar.y ascend-scanner.l

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: Mon, 10 Jan 2000 11:33:29 -0600 (CST)
gram        2000/01/10 11:33:27 CST

  Modified files:
    wiretap              ascend-grammar.y ascend-scanner.l 
                         ascend.c config.h.win32 configure.in 
                         file.c 
  Log:
  Some initial changes for win32 support, but not all.
  
  Added lots of #ifdef HAVE_*_H wrappers.
  Added some #defines in config.h.win32
  Check for more headers in configure.in
  Added prototype for inet_aton() in inet_v6defs.h.
  Changed "BYTE" token (i.e., #define) in ascend-gramamr.y because it
  conflicts with a windows definition. Use HEXBYTE instead.
  
  Revision  Changes    Path
  1.9       +3 -3      ethereal/wiretap/ascend-grammar.y
  1.10      +7 -2      ethereal/wiretap/ascend-scanner.l
  1.10      +5 -1      ethereal/wiretap/ascend.c
  1.3       +4 -1      ethereal/wiretap/config.h.win32
  1.19      +2 -2      ethereal/wiretap/configure.in
  1.44      +7 -1      ethereal/wiretap/file.c