Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter drange.c drange.h grammar.lemon

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Mar 2001 11:04:24 -0600 (CST)
gram        2001/03/02 11:04:24 CST

  Modified files:
    epan/dfilter         drange.c drange.h grammar.lemon scanner.l 
                         semcheck.c 
  Log:
  Enable slices of [i-j], where i is start offset and j is end offset,
  inclusive. That is, [0-1] is a slice of 2 bytes.
  
  Revision  Changes    Path
  1.2       +41 -22    ethereal/epan/dfilter/drange.c
  1.2       +22 -12    ethereal/epan/dfilter/drange.h
  1.3       +10 -12    ethereal/epan/dfilter/grammar.lemon
  1.4       +26 -9     ethereal/epan/dfilter/scanner.l
  1.4       +5 -5      ethereal/epan/dfilter/semcheck.c