Hi All, I am trying to capture packets for a really long duration of time. In order to save my hard disk from getting filled up I chose to use ring buffer. The option I gave were "-b file:30" Strangely the capture stops at 1135th iteration. What is the max file size for these 30 files. If it was hitting the memory limit then why did it not complain after 1st iteration? Thanks and Regards, Aparna N asked 14 Jan '15, 22:18 Aparna edited 14 Jan '15, 22:19 |
One Answer:
If you are capturing with tshark, you will eventually run into the memory limit problem, see the following questions.
Instead, you should do the pure capturing with dumpcap and later the analysis with Wireshark or tshark. Regards answered 15 Jan '15, 00:53 Kurt Knochner ♦ edited 15 Jan '15, 03:23 grahamb ♦ |
Hi Kurt, Thank you for the apt answer. I am using tshark currently. I shall try dumpcap. Will know if it does the trick for me in 24-28 hours.
It will ;-))