Guy Harris guy-at-alum.mit.edu |Lists| wrote:
How can keep the ringbuffer functionalty and have the files in text
format?
By modifying TShark to support such a feature; it currently doesn't
support that.
Would it work for you to use the ringbuffer and keep the files in pcap
format, and then when you need them, convert the pcap files to text
files with:
cat file.pcap | tshark -i -
or even (bash syntax):
for f in *.pcap ; do
cat $f | tshark -i - > $f.txt
done
?
Peter
--
Peter Valdemar M�rch
http://www.morch.com