Open Source SIP Sniffer: pcapsipdump
Open Source SIP Sniffer pcapsipdump is libpcap-based SIP sniffer with per-call sorting capabilities. It writes SIP/RTP sessions to disk in a same format, as “tcpdump -w”, but one file per SIP session (even if there is thousands of concurrent SIP sessions). Each session goes in a separate, fancy-named .pcap file. Those could be opened with tcpdump, wireshark and friends. Installation (subversion a.k.a. “svn”, make, gcc and libpcap-dev are required) svn checkout https://svn.code.sf.net/p/pcapsipdump/code/trunk pcapsipdump-code cd pcapsipdump-code make sudo make install Usage Usage: pcapsipdump [-fpUt] [-i <interface> | -r <file>] [-d <working directory>] [-v level] [-R filter] [-m filter] [-n filter] [-l filter] [-B size] [-t trigger:action:param] [expression] -f Do not fork or detach from controlling termina...