aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/summary_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-23 15:40:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-23 15:40:31 +0000
commit286f3425e7aa27b8e9142ef2a5679a58e6feb518 (patch)
tree177acb43c8804c73b1344202dc545f38d4e4aea1 /ui/gtk/summary_dlg.c
parent07c039ad17606e631eb18953bb1d11f8809a0256 (diff)
Have the used interfaces show up if number of interfaces > 0.
(pcapng file). svn path=/trunk/; revision=41163
Diffstat (limited to 'ui/gtk/summary_dlg.c')
-rw-r--r--ui/gtk/summary_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/summary_dlg.c b/ui/gtk/summary_dlg.c
index 12a312053e..961f984441 100644
--- a/ui/gtk/summary_dlg.c
+++ b/ui/gtk/summary_dlg.c
@@ -167,7 +167,7 @@ summary_open_cb(GtkWidget *w _U_, gpointer d _U_)
/* initial computations */
summary_fill_in(&cfile, &summary);
#ifdef HAVE_LIBPCAP
- summary_fill_in_capture(&global_capture_opts, &summary);
+ summary_fill_in_capture(&cfile, &global_capture_opts, &summary);
#endif
seconds = summary.stop_time - summary.start_time;
disp_seconds = summary.filtered_stop - summary.filtered_start;