Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To display all SIP packets with the same Call-ID, you can use the filter sip.Call-ID == <call-id>, the easiest way to do that is to open up the SIP details in the details pane and then drag the line that starts with "Call-ID" to the filter bar.

As HTTP and SIP are different protocols, there is no inherent relationship between the HTTP packets and the SIP packets. If there are HTTP packets related to the SIP call setup, do they have a mutual identifier in the headers? Is the Call-ID for instance listed in an HTTP header? In that case, you can filter on the specific header containing the Call-ID value. But that would be specific for your setup, so without knowing how this relationship is visible in the packets, it is not possible to advice you on how to filter in this specific case.