aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 277bbd0db6..281d87b021 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.248 2004/03/23 06:48:31 guy Exp $
+ * $Id: capture.c,v 1.249 2004/04/13 18:01:39 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1756,7 +1756,7 @@ capture(gboolean *stats_known, struct pcap_stat *stats)
/* start capture info dialog */
capture_ui.callback_data = &ld;
capture_ui.counts = &ld.counts;
- capture_info_create(&capture_ui);
+ capture_info_create(&capture_ui, cfile.iface);
start_time = time(NULL);
upd_time = time(NULL);