Rexxer

Some tips for me and other

Tcpdump for the next analyzing in WireSark

tcpdump.sh

#!/bin/sh
host=’192.168.210.200′
file=’dump200.cap’
tcpdump -i vlan210 -s 0 -w $file src host $host or dst host $host

Leave a Reply