Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftypes-int.h ftypes.c ftypes.h

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: Tue, 27 Feb 2001 13:23:31 -0600 (CST)
gram        2001/02/27 13:23:31 CST

  Modified files:
    epan/ftypes          ftypes-int.h ftypes.c ftypes.h 
  Log:
  Add Ed Warnicke's drange code to the new dfilter system.
  Not supported yet: [i-j] (offset-offset)
  Supported:
  	[i]	index
  	[i:j]	offset:length
  	[:j]	0:offset
  	[i:]	offset:end
  	[x,y]	concatenation of slices
  
  Revision  Changes    Path
  1.3       +2 -2      ethereal/epan/ftypes/ftypes-int.h
  1.3       +72 -46    ethereal/epan/ftypes/ftypes.c
  1.2       +3 -2      ethereal/epan/ftypes/ftypes.h