aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index df5a6ef9cb..8d1d5600ea 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -120,6 +120,10 @@ capture_opts_list_link_layer_types(capture_options *capture_opts, gboolean machi
extern int
capture_opts_list_interfaces(gboolean machine_readable);
+/* print interface statistics */
+extern int
+capture_opts_print_statistics(gboolean machine_readable);
+
/* trim the snaplen entry */
extern void
capture_opts_trim_snaplen(capture_options *capture_opts, int snaplen_min);