Ethereal-users: RE: [Ethereal-users] diplay filter for rtp.payload with 100% sile nce

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: Mon, 16 Feb 2004 10:13:14 +0100
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