diff --git a/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/index.mdx b/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/index.mdx index 716c2d83..64848dad 100644 --- a/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/index.mdx +++ b/docs/FreeSWITCH-Explained/Troubleshooting-Debugging/Packet-Capture/index.mdx @@ -118,7 +118,7 @@ EXAMPLES: For a more in–depth tutorial on using ngrep check out this [post](http://www.jonathanmanning.com/2009/11/17/how-to-sip-capture-using-ngrep-debug-sip-packets/) by Jonathan Manning. VIM users may be interested in this [syntax highlighter](http://www.vim.org/scripts/script.php?script%5Fid=2296). -### HOMER Sip Capture +## HOMER Sip Capture SRC: [http://www.sipcapture.org](http://www.sipcapture.org) DESC: SIP capturing server with HEP and IP-proto-4 (IPIP) & Monitoring Application with CallFlows, PCAP extraction, powerful search tools, statistics and API. Native HEP [capture agent](http://code.google.com/p/homer/wiki/HOWTO#Capture%5FAgent) integrated in FreeSWITCH @@ -216,8 +216,7 @@ sipgrep -f 0123456 -a -l debug.sip ``` -## -pcapsipdump +## pcapsipdump SRC: [http://sourceforge.net/projects/pcapsipdump/](http://sourceforge.net/projects/pcapsipdump/) DESC: pcapsipdump is a tool for dumping SIP sessions (+RTP traffic, if available) to disk in a fashion similar to "tcpdump -w" (format is exactly the same), but one file per sip session (even if there are thousands of concurrect SIP sessions). As of SVN r128, there is limited but functional support for SIP over TCP. This functionality is not enabled by default and requires a specific make command: @@ -269,8 +268,7 @@ Usage: pcapsipdump [-fpUt] [-i | -r ] [-d ] ``` -## -tshark aka tethereal +## tshark aka tethereal SRC: [http://www.wireshark.org](http://www.wireshark.org) DESC: Dump and analyze network traffic.