Ethereal-users: RE: [Ethereal-users] 'data matches regexp' filter doesn't work ;(

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: Wed, 17 Dec 2003 14:25:31 +0100
| From: Artur Napora
| Date: Mon, 15 Dec 2003 01:34:24 -0000
| 
| I am really disappointed because 'data matches regexp' filter ends with:
| "(!) data (type=protocol) cannot participate in 'matches' comparison"
| error message.

This is normal as the "matches" operator was only supported in string header
fields.

| It is a pity, because 'matches' operator best place to use is a data
| part of the frame.

That's the reason why I now added support for protocol entries :) I still
need to check it in. The next Ethereal release will have it, so you can
filter on 'http matches "(?i)gif"' or even 'data metches "whatever"'.

Regards,

Olivier