I have a device that resets every night at 8:05. I would like to setup wireshark to start capturing at 8:03 every night and capture for 3 minutes. I have found where to stop the capture but am looking for where to set the option to start capturing at a certain real time? Thanks for your help asked 22 Feb '11, 14:26 theiman |
2 Answers:
You will need to schedule it with task scheduler or cron. answered 22 Feb '11, 17:18 Paul Stewart |
and then invoke a little script that starts wireshark for you, like so:
see if that works for you.. answered 14 Oct ‘12, 09:40 Marc |
i also want to how to contral the start time of cature packets!