10#ifndef STRATOSHARK_FOLLOW_STREAM_DIALOG_H
11#define STRATOSHARK_FOLLOW_STREAM_DIALOG_H
18class StratosharkFollowStreamDialog;
49 virtual QString
labelHint(
int pkt = 0)
override;
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
FollowStreamDialog(QWidget &parent, CaptureFile &cf, int proto_id, const QString &previous_filter)
Constructs a new FollowStreamDialog.
Definition follow_stream_dialog.cpp:65
virtual QString clientToServerString() const override
Retrieves the string representing the client-to-server direction.
Definition stratoshark_follow_stream_dialog.cpp:56
virtual QString bothDirectionsString() const override
Retrieves the string representing both directions combined.
Definition stratoshark_follow_stream_dialog.cpp:65
virtual QString serverToClientString() const override
Retrieves the string representing the server-to-client direction.
Definition stratoshark_follow_stream_dialog.cpp:47
StratosharkFollowStreamDialog(QWidget &parent, CaptureFile &cf, int proto_id, const QString &previous_filter)
Constructs a new StratosharkFollowStreamDialog object.
Definition stratoshark_follow_stream_dialog.cpp:15
virtual QString labelHint(int pkt=0) override
Generates a hint label for the stream.
Definition stratoshark_follow_stream_dialog.cpp:24
virtual ~StratosharkFollowStreamDialog()
Destroys the StratosharkFollowStreamDialog object.
Definition stratoshark_follow_stream_dialog.cpp:20