Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal README dfilter-grammar.y dfilter-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: Fri, 20 Aug 1999 01:01:13 -0500 (CDT)
gram        1999/08/20 01:01:11 CDT

  Modified files:
    .                    README dfilter-grammar.y 
                         dfilter-scanner.l dfilter.c dfilter.h 
  Log:
  Made handling of byte strings in scanner and parser much simpler,
  improving size of grammar and creating the possibility of dfilter_compile
  reporting errors back to user. In this case, if an ETHER variable is
  compared against a byte string that is not 6 bytes, an error condition is
  flagged appropriately. I have not put in the code to conver that error flag
  to a message to the user, but that's what I'm working on next.
  
  Also, fixed sample debug session in README to show correct gdb prompt.
  
  Revision  Changes    Path
  1.20      +3 -3      ethereal/README
  1.11      +74 -35    ethereal/dfilter-grammar.y
  1.9       +9 -72     ethereal/dfilter-scanner.l
  1.11      +7 -1      ethereal/dfilter.c
  1.8       +8 -1      ethereal/dfilter.h