aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 21:05:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 21:05:53 +0000
commit0b132c9b1d8dba90d92b3ea3a9ccc010ba40a70e (patch)
tree48a1f3fd3998706aa9221628f162698cf50acaea /file.c
parent778c9abaeaa51403c30c017b9a7a870e1135593e (diff)
bugfixes: bring non real-time captures back to former behaviour, other minor fixes
svn path=/trunk/; revision=13961
Diffstat (limited to 'file.c')
-rw-r--r--file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/file.c b/file.c
index 067e9ca509..e90ae240a3 100644
--- a/file.c
+++ b/file.c
@@ -503,9 +503,6 @@ cf_start_tail(capture_file *cf, const char *fname, gboolean is_tempfile, int *er
cf_status_t cf_status;
cf_status = cf_open(cf, fname, is_tempfile, err);
- if (cf_status == CF_OK) {
- cf_callback_invoke(cf_cb_live_capture_started, cf);
- }
return cf_status;
}
@@ -612,8 +609,6 @@ cf_finish_tail(capture_file *cf, int *err)
WTAP_ENCAP_PER_PACKET). */
cf->lnk_t = wtap_file_encap(cf->wth);
- cf_callback_invoke(cf_cb_live_capture_finished, cf);
-
if (*err != 0) {
/* We got an error reading the capture file.
XXX - pop up a dialog box? */