Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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, 27 Aug 1999 14:27:17 -0500 (CDT)
gram        1999/08/27 14:27:14 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter-scanner.l 
                         packet-tr.c 
  Log:
  Changed packet-tr.c to insert tr.sr, a FT_BOOLEAN field, only if tr.sr
  is true. The test for truth now becomes a test for existence. The dfilter
  grammar no longer recognizes 'true' and 'false', since you can now check
  a boolean field via:
  
  	tr.sr
  
  or by its negation:
  
  	!tr.sr
  
  Revision  Changes    Path
  1.16      +1 -57     ethereal/dfilter-grammar.y
  1.11      +1 -4      ethereal/dfilter-scanner.l
  1.23      +4 -2      ethereal/packet-tr.c