User Tools

Site Tools


wiki:voip:asterisk:tcpdump

This is an old revision of the document!


TCPdump

tcpdump.sh
#!/bin/bash
 
iface=eth0
d="$(date +'%Y%m%d')"
ip=213.168.186.130
 
tcpdump -i $iface -s 0 -C 100 -W 99 -U -w /var/log/sledovani-$d.$iface
wiki/voip/asterisk/tcpdump.1357913678.txt.gz · Last modified: 2014/12/26 18:31 (external edit)