aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-11 18:57:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-11 18:57:19 +0000
commit61ccc8baf1f786dc42c7f3e86a564d151974cbb3 (patch)
tree0a8d003ec4d6e27e1abf45174002438216cbaa0e /file.h
parentfbace0592cbe08ed1d8f5b199a58b1cde9a61535 (diff)
various capture code cleanup and fixes:
display filename in statusbar while capturing print_usage banner fixed cf_cb_live_capture_prepare no longer needed rename sync_pipe_do_capture -> sync_pipe_start bugfix: sync_pipe_input_wait_for_start replaced by former implementation fix cleanup of old file in capture_input_new_file fix a tempfile detection bug (named file showed up as tempfile after capture) svn path=/trunk/; revision=14053
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.h b/file.h
index 8b6e8d9cd7..da9277f327 100644
--- a/file.h
+++ b/file.h
@@ -60,7 +60,6 @@ typedef enum {
cf_cb_file_read_start,
cf_cb_file_read_finished,
#ifdef HAVE_LIBPCAP
- cf_cb_live_capture_prepare,
cf_cb_live_capture_update_started,
cf_cb_live_capture_fixed_started,
cf_cb_live_capture_update_finished,