Ethereal-users: AW: [Ethereal-users] diplay filter for rtp.payload with 100% silence

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

From: "Andreas Heise" <aheise@xxxxxx>
Date: Tue, 17 Feb 2004 11:20:04 +0100
Hello Oliver,

it doesn't work I got the following error message:

The string "matches" was unexpected in this context

Andy

-----Urspr�ngliche Nachricht-----
Von: Biot Olivier [mailto:Olivier.Biot@xxxxxxxxxxx]
Gesendet: Montag, 16. Februar 2004 10:13
An: 'Andreas Heise'
Cc: 'Ethereal user support'
Betreff: RE: [Ethereal-users] diplay filter for rtp.payload with 100%
silence


Did you already try the "matches" display filter operator with anchors in
the perl compatible regular expression?

rtp.payload matches "^\xd5+$"

Should find those packets!

Regards,

Olivier

|-----Original Message-----
|From: Andreas Heise
|
|Hello,
|
|I try to set a filter for RTP Payload to find frames wich
|contains a payload with 100% silence (all 240 Bytes=D5)
|
|rtp.payload == D5  --> displays all frames wich contains
|minimum 1 D5, but what must I use for all = D5 like the
|above frame???
|
|thanks for your help,
|Andy