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
32{
33 Q_OBJECT
34
35private:
37 InterfaceList intList_;
38
40 Ui::CompiledFilterOutput *ui;
41
43 QHash<QString, QString> compile_results;
44
46 QPushButton *copy_bt_;
47
51 void setTitle();
52
53#ifdef HAVE_LIBPCAP
59 bool compileFilter(const interface_t *interface);
60
64 void compileFilters();
65#endif
66
67public:
73 explicit CompiledFilterOutput(QWidget *parent = 0, InterfaceList &intList = *new InterfaceList());
74
79
80private slots:
86 void on_interfaceList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
87
91 void copyFilterText();
92};
93
94#endif // COMPILEDFILTEROUTPUT_H
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