10#ifndef COMPILEDFILTEROUTPUT_H
11#define COMPILEDFILTEROUTPUT_H
19#include <QListWidgetItem>
22typedef QList<interface_t *> InterfaceList;
37 InterfaceList intList_;
40 Ui::CompiledFilterOutput *ui;
43 QHash<QString, QString> compile_results;
46 QPushButton *copy_bt_;
64 void compileFilters();
73 explicit CompiledFilterOutput(QWidget *parent = 0, InterfaceList &intList = *
new InterfaceList());
86 void on_interfaceList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
91 void copyFilterText();
A dialog for displaying compiled capture filters for various network interfaces.
Definition compiled_filter_output.h:32
~CompiledFilterOutput()
Destroys the CompiledFilterOutput dialog.
Definition compiled_filter_output.cpp:66
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Definition androiddump.c:219
Definition capture_opts.h:151