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
26{
27 Q_OBJECT
28
29public:
34 explicit StratosharkSearchFrame(QWidget *parent = 0);
35
40};
41
42#endif // STRATOSHARK_SEARCH_FRAME_H
Collapsible search bar that allows searching packet data by display filter, hex value,...
Definition search_frame.h:31
Stratoshark-specific search bar frame, extending the base SearchFrame with any Stratoshark-specific s...
Definition stratoshark_search_frame.h:26
virtual ~StratosharkSearchFrame()
Destroys the search frame.
Definition stratoshark_search_frame.cpp:28