aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-08 19:57:16 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-08 19:57:16 +0000
commit1241695e277d4913cbad06837eb6b92e0fc82142 (patch)
tree9f70c7b01f30b7f58360fed5ba8d8eff31121477 /file.h
parent03929139fadfaaaf8a83bd729f452fe4ca8bb4f6 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13355 f5534014-38df-0310-8fa8-9805f1628bb7
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