I want to write a batch script that automatically creates a log periodically with the endpoint communication data which is found on Statistics > EndPoints > ipv4 asked 20 Feb '13, 23:10 AshwinSethi |
One Answer:
Have a look at tshark statistics. If that provides what you need then setup a loop with dumpcap with ringbuffer set to duration to write a file and have tshark process it for you. answered 20 Feb '13, 23:34 Jaap ♦ |
Superb... Will just need to get a little more familiar with tshark commands and options. But got the concept. Thanks
Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions.