Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
compiled_filter_output.h
Go to the documentation of this file.
1
10#ifndef COMPILEDFILTEROUTPUT_H
11#define COMPILEDFILTEROUTPUT_H
12
14
15#include <config.h>
16
17#include <QList>
18#include <QHash>
19#include <QListWidgetItem>
20
21typedef struct interface_tag interface_t;
22typedef QList<interface_t *> InterfaceList;
23
24namespace Ui {
26}
27
29{
30 Q_OBJECT
31
32private:
33 InterfaceList intList_;
34 Ui::CompiledFilterOutput *ui;
35 QHash<QString, QString> compile_results;
36 QPushButton *copy_bt_;
37 void setTitle();
38#ifdef HAVE_LIBPCAP
39 bool compileFilter(const interface_t *interface);
40 void compileFilters();
41#endif
42
43public:
44 explicit CompiledFilterOutput(QWidget *parent = 0, InterfaceList &intList = *new InterfaceList());
45
47
48private slots:
49 void on_interfaceList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
50 void copyFilterText();
51};
52
53#endif // COMPILEDFILTEROUTPUT_H
Definition compiled_filter_output.h:29
Definition geometry_state_dialog.h:17
Definition androiddump.c:220
Definition capture_opts.h:151