aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.def
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-04 08:26:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-04 08:26:00 +0000
commit8032fa8a1bafcbf76d3cadcedb03480fbfd51ecf (patch)
treea634ca1961bfec804908e381e96ad6d793a7f2b9 /wiretap/wtap.def
parenta1660d6d3afbaeccd77d8e34c695bf65a4f4f09e (diff)
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. svn path=/trunk/; revision=4323
Diffstat (limited to 'wiretap/wtap.def')
-rw-r--r--wiretap/wtap.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.def b/wiretap/wtap.def
index 1df14018f7..c7314ee7b1 100644
--- a/wiretap/wtap.def
+++ b/wiretap/wtap.def
@@ -17,6 +17,7 @@ wtap_file_type
wtap_file_type_short_string
wtap_file_type_string
wtap_get_bytes_dumped
+wtap_set_bytes_dumped
wtap_loop
wtap_open_offline
wtap_pcap_encap_to_wtap_encap