Make the bytes-written information from Wiretap a long, as we allow
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Dec 2001 08:45:04 +0000 (08:45 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Dec 2001 08:45:04 +0000 (08:45 +0000)
commitcaa585530c61273d115fc84b2be4579f4417c4c3
treec782269da12bc100a03610afebe78b23e119533b
parenta5a39ae1811bdc828e507740d4241162debc36b6
Make the bytes-written information from Wiretap a long, as we allow
files to get that big.

From Thomas Wittwer and Matthias Nyffenegger:

Support for "ring buffer mode", wherein there's a ring buffer of N
capture files; as each capture file reaches its maximum size (the ring
buffer works only with a maximum capture file size specified), Ethereal
rolls over to the next capture file in the ring buffer, replacing
whatever packets might be in it with new packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4324 f5534014-38df-0310-8fa8-9805f1628bb7
ringbuffer.c [new file with mode: 0644]
ringbuffer.h [new file with mode: 0644]