Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/doc ethereal.pod.template proto_tree

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:33 -0500 (CDT)
gram        1999/08/27 14:27:28 CDT

  Modified files:
    doc                  ethereal.pod.template proto_tree 
  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.12      +11 -4     ethereal/doc/ethereal.pod.template
  1.4       +2 -1      ethereal/doc/proto_tree