wireshark/epan/ftypes
Gilbert Ramirez 2a50f8af4f 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

svn path=/trunk/; revision=3080
2001-02-27 19:23:30 +00:00
..
.cvsignore Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
Makefile.am Add Makefile.nmake files for new subdirs. 2001-02-02 04:03:43 +00:00
Makefile.nmake Add Makefile.nmake files for new subdirs. 2001-02-02 04:03:43 +00:00
ftype-bytes.c Make some pointers "guchar" pointers, so that characters extracted from 2001-02-01 21:52:16 +00:00
ftype-double.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-integer.c Make boolean equality/inequality tests smarter; they don't test 2001-02-11 03:29:53 +00:00
ftype-ipv4.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-none.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-string.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-time.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-tvbuff.c Catch any exception thrown by accessing the tvbuff. 2001-02-01 23:39:18 +00:00
ftypes-int.h Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
ftypes.c Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00
ftypes.h Add Ed Warnicke's drange code to the new dfilter system. 2001-02-27 19:23:30 +00:00