Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_follow_stream_dialog.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_FOLLOW_STREAM_DIALOG_H
11#define STRATOSHARK_FOLLOW_STREAM_DIALOG_H
12
13#include <config.h>
14
16
17namespace Ui {
19}
20
22{
23 Q_OBJECT
24
25public:
26 explicit StratosharkFollowStreamDialog(QWidget &parent, CaptureFile &cf, int proto_id);
28
29protected:
30 virtual QString labelHint(int pkt = 0) override;
31 virtual QString serverToClientString() const override;
32 virtual QString clientToServerString() const override;
33 virtual QString bothDirectionsString() const override;
34
35};
36
37#endif // STRATOSHARK_FOLLOW_STREAM_DIALOG_H
Definition capture_file.h:21
Definition follow_stream_dialog.h:37
Definition stratoshark_follow_stream_dialog.h:22