aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-10 19:36:56 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-10 19:36:56 +0000
commit6eac41e3bb42e73f9dce31ee5bc4c235b2d76730 (patch)
tree697b7493d65461d089a8d5d7f24a0e125b3ef5d9 /file.h
parent958d8e44e8b7878fe80c40751b285264d028f57d (diff)
fix statusbar messages by splitting into update and fixed messages between capture and main
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14044 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.h')
-rw-r--r--file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/file.h b/file.h
index 091ea08e3b..8b6e8d9cd7 100644
--- a/file.h
+++ b/file.h
@@ -61,8 +61,10 @@ typedef enum {
cf_cb_file_read_finished,
#ifdef HAVE_LIBPCAP
cf_cb_live_capture_prepare,
- cf_cb_live_capture_started,
- cf_cb_live_capture_finished,
+ cf_cb_live_capture_update_started,
+ cf_cb_live_capture_fixed_started,
+ cf_cb_live_capture_update_finished,
+ cf_cb_live_capture_fixed_finished,
#endif
cf_cb_packet_selected,
cf_cb_packet_unselected,