Bug ID |
10982
|
Summary |
Adding a way to get to the RTP of a voip call from a SIP message
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
GTK+ UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I do a lot of VoIP analysis. Sometimes I work with files that are 1-2 gigs or
more of dumps including SIP+RTP. Sometimes I know the call-id and i just need
to get that one call and its RTP.
By using sip.Call-ID I can find the call rather quickly (versus running the
entire file through VoIP Calls or RTP Streams, which takes forever. But then
there's no easy way that I've found to find the associated RTP stream other
than digging through the headers and then building a custom filter for the
src/dst ips and src/dest ports in the SDP messages.
It would be really great if this could be built automatically by some right
click option on any SIP/SDP to "Show all related Media traffic" or something
like that
You are receiving this mail because:
- You are watching all bug changes.