Actions for "Follow Stream" menu items.
More...
#include <follow_stream_action.h>
Actions for "Follow Stream" menu items.
◆ FollowStreamAction()
| FollowStreamAction::FollowStreamAction |
( |
QObject * |
parent, |
|
|
register_follow_t * |
follow = NULL |
|
) |
| |
Constructs a new FollowStreamAction.
- Parameters
-
| parent | The parent QObject. |
| follow | Pointer to the registered follow stream type (defaults to NULL). |
◆ filterName()
| const char * FollowStreamAction::filterName |
( |
| ) |
const |
|
inline |
Retrieves the filter name of the associated protocol.
- Returns
- The protocol filter name string.
◆ follow()
Retrieves the associated registered follow stream type.
- Returns
- Pointer to the register_follow_t structure.
◆ protoId()
| int FollowStreamAction::protoId |
( |
| ) |
const |
|
inline |
Retrieves the protocol ID associated with the follow stream.
- Returns
- The protocol ID.
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/follow_stream_action.h
- /builds/wireshark/wireshark/ui/qt/follow_stream_action.cpp