/[maps]/google-tshark.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /google-tshark.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 34 - (hide annotations)
Mon Sep 29 13:42:27 2008 UTC (15 years, 6 months ago) by dpavlin
File MIME type: application/x-sh
File size: 177 byte(s)
configurable interface, sniff port 80 because google servers move
1 dpavlin 8
2     file=$$.pcap
3 dpavlin 34 if=eth0
4     echo "creating $file from $if"
5     sudo tshark -w /tmp/$file -i $if 'port 80'
6 dpavlin 8 sudo mv /tmp/$file google-$file
7     sudo chown $UID google-$file
8     ls -al google-$file

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26