I am using Wireshark to monitorall traffic on a switch for our VOIP supplier, and writing to multiple files, creating a new file every 10 minutes. Every time I restart Wireshark I have to add new settings - Is there any way I can save these settings so that it always restarts and makes the minute output files. Looking at help, I guess a batch file might do it - what is the syntax, or can I copy the syntax of my edited job to drop into a batch fle. Any pointers would be much appreciated. asked 30 Jan '12, 03:16 keithy |
One Answer:
Look into using dumpcap instead. Using a cmd file it could look like this:
Look at the user's guide for the exact parameters. answered 30 Jan '12, 03:49 Jaap ♦ |
Thank you for such a prompt response - will get onto it !