diff options
author | Irene Ruengeler <ruengeler@wireshark.org> | 2014-06-04 11:03:59 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-06-12 05:54:59 +0000 |
commit | df8c4bf2644d39d66613868256d918346d56aef8 (patch) | |
tree | b0a04ebc37a508598b5e49652ebe83219fff47c2 /capture_opts.h | |
parent | 428c5b9448a510da1d8bc903f59364ef830585ac (diff) | |
download | wireshark-df8c4bf2644d39d66613868256d918346d56aef8.tar.gz wireshark-df8c4bf2644d39d66613868256d918346d56aef8.tar.bz2 wireshark-df8c4bf2644d39d66613868256d918346d56aef8.zip |
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 <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capture_opts.h')
-rw-r--r-- | capture_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |