Visit the below link for a very good description of Wireshark for analyzing Voip Calls.
http://wiki.voipinnovations.com/Wireshark.ashx
tcpdump -w -p -n -s 0
-w = output file
-p=dont start in promiscuous mode
-n=no name resolution
-s 0=Full Frame, not only first bytes (its zero)
No comments:
Post a Comment