Hello,
 
I am using wireshark Version 0.99.5 (SVN Rev 20677)
I need to make a capture using tshark.
I just want to generate a new capture file every 15 secondes, so I have written 
this :
 
tshark -i 2 -b duration:15  -w test.cap 
 
It doesn't work. It generate this message :
"tshark: Multiple capture files requested, but no maximum capture file size was 
specified."
 
If I add the option "-b filesize:10" , the duration is not "used".
So how can I start a Capture every 15 secondes in a Shell Script? 

 
Thank you for your help.
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to