aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-08 19:57:16 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-08 19:57:16 +0000
commit179d4cca951d8b0609416b8bed599c14f4f3c38c (patch)
tree9f70c7b01f30b7f58360fed5ba8d8eff31121477 /file.h
parentfe83d6527b4133f3de367e35cc73ee602354e126 (diff)
fix a capture bug if the capture filter wasn't valid to get back to "empty" state.
instead of already invoking cf_cb_live_capture_started in capture.c, I've introduced the new event cf_cb_live_capture_prepare which only has to set the main windows title and nothing more. svn path=/trunk/; revision=13355
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 4c95a51be3..bb56e31585 100644
--- a/file.h
+++ b/file.h
@@ -60,6 +60,7 @@ typedef enum {
cf_cb_file_read_start,
cf_cb_file_read_finished,
#ifdef HAVE_LIBPCAP
+ cf_cb_live_capture_prepare,
cf_cb_live_capture_started,
cf_cb_live_capture_finished,
#endif