Make the bytes-written information from Wiretap a long, as we allow
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Dec 2001 08:26:00 +0000 (08:26 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Dec 2001 08:26:00 +0000 (08:26 +0000)
commita5a39ae1811bdc828e507740d4241162debc36b6
treea634ca1961bfec804908e381e96ad6d793a7f2b9
parent55cd52837f2c7fab796b54e75a8b13b714a46e05
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@4323 f5534014-38df-0310-8fa8-9805f1628bb7
14 files changed:
Makefile.am
Makefile.nmake
capture.c
capture_stop_conditions.c
doc/ethereal.pod.template
doc/tethereal.pod.template
file.h
gtk/capture_dlg.c
gtk/main.c
tethereal.c
wiretap/file.c
wiretap/wtap-int.h
wiretap/wtap.def
wiretap/wtap.h