Ethereal-users: RE: [Ethereal-users] Is there a way to way to search for strings withina sniffe

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: Thu, 11 Mar 2004 18:47:29 +0100
And you can try pattern matching too :)

If you don't know in which case (uppercase/lowercase) the text was written,
the following display filter may help you:

frame matches "(?i)expired"

Or more specific: http matches "(?i)expired"

The 'matches' operator works with Perl-compatible regular expressions.

Regards,

Olivier

-----Original Message-----
From: Marco Rommelse

Matt,
 
With version 0.10.2 you can try a display filter like: http contains expired
 
I think the 'contains' keyword for filtering is available in an earlier
version, but I am not sure.
 
Regards,
Marco

-----Original Message-----
Van: matthew lee
 
Hi All,
I am trying to debug a http issue with ethereal. I am getting a "connection
has expired" text in a HTML form and would like to know which packet this is
coming from.