10#ifndef STRATOSHARK_FOLLOW_STREAM_DIALOG_H
11#define STRATOSHARK_FOLLOW_STREAM_DIALOG_H
48 virtual QString
labelHint(
int pkt = 0)
override;
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A dialog window for viewing the contents of a network stream.
Definition follow_stream_dialog.h:40
Dialog specifically for following streams in Stratoshark.
Definition stratoshark_follow_stream_dialog.h:25
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
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