This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Logging End Point Data

0

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's gravatar image

AshwinSethi
0225
accept rate: 0%


One Answer:

2

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's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Superb... Will just need to get a little more familiar with tshark commands and options. But got the concept. Thanks

(21 Feb '13, 06:16) AshwinSethi

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.

(21 Feb '13, 08:01) Kurt Knochner ♦