Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am dfilter-grammar.y dfilte

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: Sat, 14 Aug 1999 01:24:32 -0500 (CDT)
gram        1999/08/14 01:24:30 CDT

  Modified files:
    .                    Makefile.am dfilter-grammar.y 
                         dfilter-scanner.l dfilter.c 
  Log:
  Modified YACC grammar to use non-yy symbols, to avoid conflicts with
  libpcap's that were compiled with symbols beginning with 'yy'.
  
  Revision  Changes    Path
  1.56      +2 -1      ethereal/Makefile.am
  1.10      +2 -4      ethereal/dfilter-grammar.y
  1.8       +28 -28    ethereal/dfilter-scanner.l
  1.10      +6 -5      ethereal/dfilter.c