summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-10 19:36:56 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-10 19:36:56 +0000
commit163f2b61a857b93126e1f84f8686555b9121b989 (patch)
tree697b7493d65461d089a8d5d7f24a0e125b3ef5d9 /file.h
parentadc2bf61a8a144f962f300a60b0ab891870ed6b6 (diff)
downloadwireshark-163f2b61a857b93126e1f84f8686555b9121b989.tar.gz
fix statusbar messages by splitting into update and fixed messages between capture and main
svn path=/trunk/; revision=14044
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,