Project

General

Profile

Live PCAP with Wireshark » History » Version 1

manawyrm, 09/28/2022 07:06 AM

1 1 manawyrm
h1. Live PCAP with Wireshark
2
3
For better debugging, a modified version of dahdi_pcap can be used to capture the D-channel/signalling directly into Wireshark via network/UDP:
4
!keuycdgmjfb.png!
5
6
h3. Requirements
7
8
The modified utility is called "dahdi_gsmtap" and is currently present in the laforge/dahdi_gsmtap branch of dahdi-tools:
9
https://gitea.osmocom.org/retronetworking/dahdi-tools/src/branch/laforge/dahdi_gsmtap
10
11
The dahdi_gsmtap utility will encapsulate the LAPD data into GSM TAP (with channel info and direction flags) UDP packets, which Wireshark can then decode as LAPD & Q.931.
12
13
The support in Wireshark itself was added in "September 2022, Version 4.1.0":https://gitlab.com/wireshark/wireshark/-/merge_requests/8262 , so you might have to build Wireshark from source for now.
14
15
h3. Running dahdi_gsmtap:
16
17
<pre><code class="shell">
18
./dahdi_gsmtap -p lapd -c 16 -r user -i 10.23.2.1
19
</code></pre>
20
will capture all info on DAHDI channel 16 (aka the first E1 signalling channel) and send it as UDP packets to the IPv4 address 10.23.2.1 on port 4729.
21
Change this IP to the machine you're running Wireshark on.
22
23
You can capture multiple channels at once. 
24
<pre><code class="shell">
25
-c 16,47
26
</code></pre>
27
will capture the signalling on both the first and second E1 line in the system.
28
29
In order to reduce the amount of packets captured, "udp port 4729" can be input as a eBPF capture filter in the Capture Options: 
30
!hsbdvljfien.png!
31
Be sure to input this in the capture options and not the display filter, otherwise you'll still capture all the packets on your NIC, hogging your RAM and CPU resources.
32
33
By default, Wireshark will try to decode the packets as GSM RSL instead of ISDN Q.931. You can change this behaviour by disabling "Use GSM SAPI values" in the LAPD protocol preferences:
34
!etnalfysbhi.png!
Add picture from clipboard (Maximum size: 48.8 MB)