summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
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,