--- google-tshark.sh 2007/10/16 08:44:33 8 +++ google-tshark.sh 2008/09/29 13:42:27 34 @@ -1,7 +1,8 @@ file=$$.pcap -echo "creating $file" -sudo tshark -w /tmp/$file -i ath0 host 209.85.137.91 +if=eth0 +echo "creating $file from $if" +sudo tshark -w /tmp/$file -i $if 'port 80' sudo mv /tmp/$file google-$file sudo chown $UID google-$file ls -al google-$file