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.