ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4905] VoIP Calls Prepare Filter unreliable

Date: Wed, 23 Jun 2010 07:20:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4905

--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-06-23 16:20:12 CEST ---
That may depend on the length of the resulting filter string.
At first Wireshark tries to concatenate a filter string based on subsequent
frame numbers relevant to the selected call(s). If this becomes too long it
composes a filter based on signaling elements. This complex expression lacks
references to RTP packets.

If your filter expression starts with "(frame.number == " I expect it to show
RTP as well. If your filter expression starts with "((h225.guid == " I expect
it won't.

Please verify.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.