Hello, I am running tshark on a virtual machine running centOS, the version info is as below:
I run tshark as below:
tshark creates these temporary files that are not getting deleted automatically, eventually I run out of space on that partition. Is there any way to run tshark to dump packets on the “standard output” without these files getting created ?? Any help / advice is greatly appreciated. Thanks /R This question is marked “community wiki”. asked 21 Jan ‘11, 14:57 Ramesh edited 22 Jan ‘11, 01:41 Jaap ♦ |
One Answer:
These temporary files are needed, but you can have them automatically removed on longer running captures. Look into the tshark man page and look at the -b option, the capture file ring buffer. For the rest it's up to your system to clean up /tmp, which it does at reboot. answered 22 Jan '11, 01:52 Jaap ♦ |