aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-18 22:05:56 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-18 22:05:56 +0000
commit7ee0db108058625bbea758f20373db0df32c2613 (patch)
tree253fc99732b4bb575935f068018ed6ab36e82d44 /file.h
parent207fcef3131d7b4f6a5dcb4889e78870da21c6a1 (diff)
statusbar changes:
-show the current capture file size, if capturing in real time mode. -move the packet "Drops" count (if available) from file to packets statusbar part svn path=/trunk/; revision=14130
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index da9277f327..74cc6981b6 100644
--- a/file.h
+++ b/file.h
@@ -61,8 +61,9 @@ typedef enum {
cf_cb_file_read_finished,
#ifdef HAVE_LIBPCAP
cf_cb_live_capture_update_started,
- cf_cb_live_capture_fixed_started,
+ cf_cb_live_capture_update_continue,
cf_cb_live_capture_update_finished,
+ cf_cb_live_capture_fixed_started,
cf_cb_live_capture_fixed_finished,
#endif
cf_cb_packet_selected,