Skip to content

Troubleshooting SMPP with tcpdump and WireShark

Juan Wajnerman edited this page Sep 3, 2014 · 1 revision

Troubleshooting SMPP connections with tcpdump and WireShark

Use tcpdump to capture some packets

# sudo tcpdump -i eth0 -nnvvS -s 65535 -w smpp.cap host telco_internal_ip

Use WireShark to analyse the packets

Install http://www.wireshark.org on your development machine and open the captured file

Clone this wiki locally