Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_search_frame.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_SEARCH_FRAME_H
11#define STRATOSHARK_SEARCH_FRAME_H
12
13#include <config.h>
14
15#include "search_frame.h"
16
17namespace Ui {
19}
20
22{
23 Q_OBJECT
24
25public:
26 explicit StratosharkSearchFrame(QWidget *parent = 0);
28};
29
30#endif // STRATOSHARK_SEARCH_FRAME_H
Definition search_frame.h:26
Definition stratoshark_search_frame.h:22