diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-04-18 22:05:56 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-04-18 22:05:56 +0000 |
commit | 7ee0db108058625bbea758f20373db0df32c2613 (patch) | |
tree | 253fc99732b4bb575935f068018ed6ab36e82d44 /file.h | |
parent | 207fcef3131d7b4f6a5dcb4889e78870da21c6a1 (diff) | |
download | wireshark-7ee0db108058625bbea758f20373db0df32c2613.tar.gz wireshark-7ee0db108058625bbea758f20373db0df32c2613.tar.bz2 wireshark-7ee0db108058625bbea758f20373db0df32c2613.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |