Difference between revisions of "SIP Capture with TCPDump"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 17: | Line 17: | ||
You can find full command explaining here: | You can find full command explaining here: | ||
http:// | http://nil.uniza.sk/network-security/analyzers/using-tcpdump-sip-diagnostic | ||
See also: | See also: | ||
* [[How to capture packets using wireshark]] | * [[How to capture packets using wireshark]] |
Revision as of 06:57, 1 May 2012
About
Tcpdump, a powerful command-line packet analyzer already installed and working on your system by default.
How to use it?
Login to your server aver ssh and put this command into terminal:
tcpdump -i eth0 -n -s 0 port 5060 -vvv -w /home/capture_file_name
Packets will be saved to directory /home/capture_file_name
You can send captured file capture.pcap from your server to your PC and open with Wireshark GUI and analyse the packets.
Full command explaining
You can find full command explaining here:
http://nil.uniza.sk/network-security/analyzers/using-tcpdump-sip-diagnostic
See also: