Home
Name Modified Size InfoDownloads / Week
readme 2011-12-29 523 Bytes
sniffer.pl 2011-12-29 3.8 kB
Totals: 2 Items   4.3 kB 0
####
## Legal: This software is as is, no warenty implaied and it is use at your own risk
####

Command line
sudo ./sniffer.pl  --dev=eth0 --output=statuscount.log --timer=10 

In side the sniffer.pl. There is a varable called $filterRule which defines TCP Traffic you wish to capture. I have tried to make it as explicite as possible so to reduce the CPU impact of processing a large volume of PACKETS. 

I am only interested in traffic comming from the Web server, and if I can figure it out only the first packet or 2


Source: readme, updated 2011-12-29