<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Wireshark%3A_Menyadap_VoIP</id>
	<title>Wireshark: Menyadap VoIP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Wireshark%3A_Menyadap_VoIP"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_Menyadap_VoIP&amp;action=history"/>
	<updated>2026-04-20T13:30:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_Menyadap_VoIP&amp;diff=45402&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: VoIP Calls  Lea esta ayuda en español en http://wiki.wireshark.org/VoIP_calls_spanish  To access the VoIP calls analysis use the menu entry &quot;Telephony-&gt;VoIP Calls...&quot;. The current VoIP su...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_Menyadap_VoIP&amp;diff=45402&amp;oldid=prev"/>
		<updated>2016-01-01T00:54:49Z</updated>

		<summary type="html">&lt;p&gt;New page: VoIP Calls  Lea esta ayuda en español en http://wiki.wireshark.org/VoIP_calls_spanish  To access the VoIP calls analysis use the menu entry &amp;quot;Telephony-&amp;gt;VoIP Calls...&amp;quot;. The current VoIP su...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;VoIP Calls&lt;br /&gt;
&lt;br /&gt;
Lea esta ayuda en español en http://wiki.wireshark.org/VoIP_calls_spanish&lt;br /&gt;
&lt;br /&gt;
To access the VoIP calls analysis use the menu entry &amp;quot;Telephony-&amp;gt;VoIP Calls...&amp;quot;. The current VoIP supported protocols are:&lt;br /&gt;
&lt;br /&gt;
    SIP&lt;br /&gt;
&lt;br /&gt;
    H323&lt;br /&gt;
&lt;br /&gt;
    ISUP&lt;br /&gt;
&lt;br /&gt;
    MGCP&lt;br /&gt;
&lt;br /&gt;
    UNISTIM &lt;br /&gt;
&lt;br /&gt;
with the corresponding RTP streams.&lt;br /&gt;
&lt;br /&gt;
See VOIPProtocolFamily for an overview of the used VoIP protocols.&lt;br /&gt;
&lt;br /&gt;
To try out this dialog, a small capture file containing a VoIP call can be found at SampleCaptures/rtp_example.raw.gz which contains an example H323 call including H225, H245, RTP and RTCP packets.&lt;br /&gt;
&lt;br /&gt;
List VoIP calls&lt;br /&gt;
&lt;br /&gt;
voip_calls_list.jpg&lt;br /&gt;
&lt;br /&gt;
The VoIP calls list shows the following information per call:&lt;br /&gt;
&lt;br /&gt;
    Start Time: Start time of the call.&lt;br /&gt;
    Stop Time: Stop time of the call.&lt;br /&gt;
    Initial Speaker: The IP source of the packet that initiated the call.&lt;br /&gt;
&lt;br /&gt;
    From: For H323 and ISUP calls, this is the calling number. For SIP calls, it is the &amp;quot;From&amp;quot; field of the INVITE. For MGCP calls, the EndpointID or calling number. For UNISTIM the Terminal ID.&lt;br /&gt;
&lt;br /&gt;
    To: For H323 and ISUP calls, this is the called number. For SIP calls, it is the &amp;quot;To&amp;quot; field of the INVITE. For MGCP calls, the EndpointID or dialed number. For UNISTIM the dialed number.&lt;br /&gt;
    Protocol: Any of the protocols listed above&lt;br /&gt;
    Packets: Number of packets involved in the call.&lt;br /&gt;
    State: The current call state. The possible values are&lt;br /&gt;
        CALL SETUP: call in setup state (Setup, Proceeding, Progress or Alerting)&lt;br /&gt;
&lt;br /&gt;
        RINGING: call ringing (only supported for MGCP calls)&lt;br /&gt;
        IN CALL: call is still connected&lt;br /&gt;
        CANCELLED: call was released before connect from the originated caller&lt;br /&gt;
        COMPLETED: call was connected and then released&lt;br /&gt;
        REJECTED: call was released before connect by the destination side&lt;br /&gt;
        UNKNOWN: call in unknown state &lt;br /&gt;
&lt;br /&gt;
    Comment: An additional comment, this is protocol dependent. For H323 calls it shows if the call uses Fast Start or/and H245 Tunneling. &lt;br /&gt;
&lt;br /&gt;
Filtering a call&lt;br /&gt;
&lt;br /&gt;
To prepare a filter for a particular call, just select the desired call and press &amp;quot;Prepare Filter&amp;quot; button. This will create a filter in the Main Wireshark windows to filter the packets related to this call. This is specially useful when you want to connect ISUP calls according to some CIC value.&lt;br /&gt;
&lt;br /&gt;
VoIP calls Graph analysis&lt;br /&gt;
&lt;br /&gt;
voip_calls_graph.jpg&lt;br /&gt;
&lt;br /&gt;
To Graph analysis one or multiple calls from the VoIP List, select them from the list and then press the &amp;quot;Graph&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
The Graph will show the following information:&lt;br /&gt;
&lt;br /&gt;
    Up to Ten columns representing an IP address each one.&lt;br /&gt;
    All packets that belong to the same call are colorized with the same color&lt;br /&gt;
    An arrow showing the direction of each packet in the calls&lt;br /&gt;
    The label on top of the arrow shows message type. When available, it also shows the media codec.&lt;br /&gt;
&lt;br /&gt;
    The RTP traffic is summarized in a wider arrow with the corresponded Codec.&lt;br /&gt;
&lt;br /&gt;
    Shows the UDP/TCP source and destination port per packet.&lt;br /&gt;
    The comment column has protocol dependent information:&lt;br /&gt;
&lt;br /&gt;
        H323:&lt;br /&gt;
&lt;br /&gt;
            Fast Start and H245 Tunneling ON/OFF for the packet.&lt;br /&gt;
            The SETUP message shows the calling and called number&lt;br /&gt;
&lt;br /&gt;
            The RELEASE message shows the Q.931 Release cause code &lt;br /&gt;
&lt;br /&gt;
        SIP:&lt;br /&gt;
            Shows if the packet is a &amp;quot;Request&amp;quot; or a &amp;quot;Staus&amp;quot; message.&lt;br /&gt;
            The INVITE message also shows the &amp;quot;From&amp;quot; and &amp;quot;To&amp;quot; fields &lt;br /&gt;
&lt;br /&gt;
        ISUP:&lt;br /&gt;
&lt;br /&gt;
            The format is as follows: NetworkID-Originating Point Code -&amp;gt; NetworkID-Destination Point Code, CIC &lt;br /&gt;
&lt;br /&gt;
        MGCP:&lt;br /&gt;
            The MGCP Endpoint ID, and if the packet is a &amp;quot;Request&amp;quot; or &amp;quot;Response&amp;quot; message. &lt;br /&gt;
&lt;br /&gt;
        UNISTIM:&lt;br /&gt;
            Details of the message, and the sequence #. &lt;br /&gt;
&lt;br /&gt;
        RTP:&lt;br /&gt;
            Number of RTP packets in the stream, the duration in seconds and the SSRC field. &lt;br /&gt;
&lt;br /&gt;
When clicking a packet in the Graph, the selected frame will be selected in the Main Wireshark window.&lt;br /&gt;
&lt;br /&gt;
Playing VoIP calls&lt;br /&gt;
&lt;br /&gt;
Note: For the moment, this feature works only for G711 A-Law and G711 u-Law RTP streams (other codecs not implemented).&lt;br /&gt;
&lt;br /&gt;
To play the RTP audio stream of one or multiple calls from the VoIP List, select them from the list and then press the &amp;quot;Player&amp;quot; button:&lt;br /&gt;
&lt;br /&gt;
voip_calls_play1.jpg&lt;br /&gt;
&lt;br /&gt;
Choose an initial value for the jitter buffer and then press the &amp;quot;Decode button&amp;quot;. The jitter buffer emulated by Wireshark is a fixed size jitter buffer and can efficiently be used to reproduce what clients can effectively hear during the VoIP call.&lt;br /&gt;
&lt;br /&gt;
You can now see all RTP streams available for the calls that you selected:&lt;br /&gt;
&lt;br /&gt;
voip_calls_play2.jpg&lt;br /&gt;
&lt;br /&gt;
Note that all RTP packets that are dropped because of the jitter buffer are reported (&amp;quot;Drop by Jitter Buff&amp;quot;), as well as the packets that are out of sequence (Out of Seq).&lt;br /&gt;
&lt;br /&gt;
Pressing the &amp;quot;Play&amp;quot; button plays the RTP stream from within Wireshark. A progress bar indicates the position in the stream and is synchronized amongst all RTP streams that are played.&lt;br /&gt;
&lt;br /&gt;
Discussion&lt;br /&gt;
&lt;br /&gt;
The file rtp_example.raw.gz didn&amp;#039;t worked for me, you may try to play this capture file VoIP call instead: SampleCaptures/SIP_CALL_RTP_G711&lt;br /&gt;
&lt;br /&gt;
I think the list of supported protocols and features is not complete.&lt;br /&gt;
&lt;br /&gt;
I have some videos on how to analyze VoIP calls using Wireshark. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://wiki.wireshark.org/VoIP_calls&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>