Debian Wheezy install. was on 0.2. Noticed RTP traffic was no longer being captured. Think the underlying cause may be apt-get update/upgrade
Upgraded pcapsipdump to latest svn, and I still don't have an RTP traffic captured. Is there a setting I've missed?
pcapsipdump is not in the official wheezy repo, so the only relevant thing that could have changed [EDIT: after apt-get update/upgrade] is libpcap.
Can you try to capture something with a tcpdump, and then feed this file to pcapsipdump (with "-r" option)? I wonder if RTP would still be missing then.
Last edit: Aex Aey 2015-10-29
have the same error on Centos
no RTP in pcapsipdump
i am usign it
pcapsipdump -i eth0 -d /tmp/siplog/
when i do
tcpdump -i eth0 -n -s 0 udp port 5060 or udp portrange 10000-50000 -v -w dump.cap
and then open it with wireshark i can see RTP
solution was to delete old pcapsipdump
reinstall(update)libpcap
intall pcapsipdump from svn