Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6685] New: Add support for VoIP Calls

Date: Thu, 15 Dec 2011 13:53:16 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6685

           Summary: Add support for VoIP Calls
           Product: Wireshark
           Version: 1.7.x (Experimental)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: TShark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: msaal@xxxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Add support to VoIP Call like wireshark does. Provides a table
Hex output example:

Example VoIP call summary output:

===================================================================
VOIP Calls:
Call    Start Time    Stop Time    Initial Speaker    From    To    Protocol   
Packets    State    Comment
0    50101280.004348    50101280.004348    200.57.7.195   
<sip:200.57.7.195:55061;user=phone    "francisco@xxxxxxxxxx"
<sip:francisco@xxxxxxxxxx:55060    SIP    5    IN CALL    
1    50152416.004348    50152416.004348    200.57.7.202    aaln/1@CPG2    9005 
  MGCP    9    RINGING    
2    50174656.004348    50174656.004348    200.57.7.195    "Ivan Alizade"
<sip:[email protected]:55061;user=phone    "francisco@xxxxxxxxxx"
<sip:francisco@xxxxxxxxxx:55060    SIP    3    CALL SETUP    
===================================================================

Example VoIP conversations output:

===================================================================
VOIP Conversations:
Frame    Call    Time    Dst Addr    Dst Port    Src Addr    Src Port    Label 
  Comment
3756603173    0    44312160.004347    200.57.7.204    5061    200.57.7.195   
5060    INVITE SDP (g711A g729 g723 g711U) SDP (g711A g711U GSM iLBCRTPType-98
speexRTPType-97 te) SDP (g711A g711U GSM iLBCRTPType-98 speexRTPType-97 te) SDP
(g711U) SDP (g711A) SDP (g711A g729 g723) SDP (g711A g729 g723)    SIP From:
<sip:200.57.7.195:55061;user=phone To:"francisco@xxxxxxxxxx"
<sip:francisco@xxxxxxxxxx:55060
3756603173    0    44312192.004347    200.57.7.195    5060    200.57.7.204   
5061    100 Trying    SIP Status
3503937502    0    44312224.004347    200.57.7.195    5060    200.57.7.204   
5061    180 Ringing    SIP Status
3503937502    0    44312448.004347    200.57.7.195    5060    200.57.7.204   
5061    200 Ok    SIP Status
3503937502    0    44312576.004347    200.57.7.204    5061    200.57.7.195   
5060    ACK    SIP Request
3503937502    1    44312704.004347    200.57.7.195    2427    200.57.7.202   
2427    NTFY ObsEvt:hd    MGCP aaln/1@CPG2 Request
3503937502    1    44312736.004347    200.57.7.202    2427    200.57.7.195   
2427    RQNT    MGCP aaln/1@CPG2 Request
3503937502    1    44312768.004347    200.57.7.202    2427    200.57.7.195   
2427    RQNT DigitMap SigReq:dl    MGCP aaln/1@CPG2 Request
3503937502    1    44312864.004347    200.57.7.195    2427    200.57.7.202   
2427    NTFY ObsEvt:9,0,0,5    MGCP aaln/1@CPG2 Request
3503937502    1    44312896.004347    200.57.7.202    2427    200.57.7.195   
2427    RQNT    MGCP aaln/1@CPG2 Request
3503937502    1    44312928.004347    200.57.7.202    2427    200.57.7.195   
2427    CRCX    MGCP aaln/1@CPG2 Request
3503937502    1    44312960.004347    200.57.7.202    2427    200.57.7.195   
2427    RQNT    MGCP aaln/1@CPG2 Request
3503937502    2    44313120.004347    200.57.7.204    5061    200.57.7.195   
5060    INVITE    SIP From: "Ivan Alizade"
<sip:[email protected]:55061;user=phone To:"francisco@xxxxxxxxxx"
<sip:francisco@xxxxxxxxxx:55060
3503937502    2    44312800.004347    200.57.7.195    5060    200.57.7.204   
5061    100 Trying    SIP Status
3503937502    2    44312640.004347    200.57.7.195    5060    200.57.7.204   
5061    180 Ringing    SIP Status
3503937502    1    44312416.004347    200.57.7.202    2427    200.57.7.195   
2427    RQNTSigReq:rt    MGCP aaln/1@CPG2 Request
3503937502    1    44312352.004347    200.57.7.202    2427    200.57.7.195   
2427    AUEP    MGCP aaln/1@CPG2 Request
===================================================================

The -z switch has been extended with 'voip,calls' and 'voip,convs' to display
VoIP call summary and conversayion respectively.

Usage:

  tshark -q -r <cap-file> -z voip,calls
  tshark -q -r <cap-file> -z voip,convs[<calls>]

<calls> - select calls to display, maybe any combination of the following
  ,<num>       # display call number 'num'
  ,<min>-<max> # display call numer 'min' through 'max'

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