Phones & Devices
Capturing DTMF Using Wireshark
The VoIP Help Page Team·1 min read·Last updated: March 14, 2026
This article provides a guide on how to capture and analyze Dual-Tone Multi-Frequency (DTMF) signals using a Wireshark PCAP, offering both a streamlined and a more detailed method.
Scope
This article explains how to capture DTMF using a Wireshark PCAP.
Requirements
- Access to Wireshark
- 1
Open the Wireshark PCAP.
- 2
Filter on SIP packets.
- 3
Select Telephony > VoIP Calls from the Menu Bar.
- 4
Select your call and click Flow Sequence at the bottom of the screen.
- 5
This graphic will display the DTMF as RTP events.
Alternate Method
-
Filter for
rtpevent.- This method is not as clean as the previous method, but provides more detailed information.
- The DTMF key is not ended until you see the
(end)event. (see the RED and GREEN highlights in the image above) - Clicking on a single line will provide additional information at the bottom of the Wireshark app.
Related Articles
Was this article helpful?