Ethereal-dev: [Ethereal-dev] Case insensitive header field dfilter?

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

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Tue, 14 Oct 2003 10:48:32 +0200
Hi all,

I'd like to enable case-insensitive filtering for header fields. Basically,
I have a header field which is either encoded in textual or in binary form.
I would like to allow the user to filter based on the presence of a given
header by typing something like:
	wsp.header.name == 'vary'
where the expression should match 'Vary', 'vary' and 'vArY'. Defining the
header as a FT_STRING[Z] only allows for case-sensitive filtering.

Is this possible already, or should we define new FT_STRING[Z] type(s)? -->
FT_STRING[Z]_I?

Regards,

Olivier