From df8c4bf2644d39d66613868256d918346d56aef8 Mon Sep 17 00:00:00 2001 From: Irene Ruengeler Date: Wed, 4 Jun 2014 11:03:59 +0200 Subject: Capture Interfaces Dialog: - allow to change the interface options in the table - save the options to preferences when the dialog is left - add a field for setting a capture filter for all selected interfaces - add a "Compile BPF" button and a window to show the compiled filter output - try to address Alexis' and Evan's comments Change-Id: Ic1272e29183ec80e2d2f4b3e494c79dabe2c3b6f Reviewed-on: https://code.wireshark.org/review/1946 Reviewed-by: Alexis La Goutte Tested-by: Alexis La Goutte Reviewed-by: Anders Broman --- capture_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 704242f0f0..f9bdf89eb6 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -125,6 +125,7 @@ typedef struct interface_tag { remote_options remote_opts; #endif guint32 last_packets; + guint32 packet_diff; if_info_t if_info; gboolean selected; gboolean hidden; -- cgit v1.2.1