summaryrefslogtreecommitdiff
path: root/ringbuffer.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 00:19:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 00:19:02 +0000
commit7e78ef354ebd4f0dba19230f9095f146dcbf2978 (patch)
tree90a04c9ab245c6b9b41edef1b1924368de92d42e /ringbuffer.h
parentcb859703ca66ba83e8f9cc0005a784f9aad07e90 (diff)
downloadwireshark-7e78ef354ebd4f0dba19230f9095f146dcbf2978.tar.gz
major capture engine rework: use two task model for EVERY capture mode
rework of the -b command line parameter (for Ethereal and Tethereal) svn path=/trunk/; revision=13949
Diffstat (limited to 'ringbuffer.h')
-rw-r--r--ringbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ringbuffer.h b/ringbuffer.h
index b5904053e3..8962cf1dac 100644
--- a/ringbuffer.h
+++ b/ringbuffer.h
@@ -38,6 +38,7 @@
#define RINGBUFFER_MAX_NUM_FILES 1024
int ringbuf_init(const char *capture_name, guint num_files);
+const gchar *ringbuf_current_filename(void);
wtap_dumper* ringbuf_init_wtap_dump_fdopen(int filetype, int linktype,
int snaplen, int *err);
gboolean ringbuf_switch_file(wtap_dumper **pdh, gchar **save_file, int *save_file_fd, int *err);