Actions for "Follow Stream" menu items.
More...
#include <follow_stream_action.h>
|
| | FollowStreamAction (QObject *parent, register_follow_t *follow=NULL) |
| | Constructs a new FollowStreamAction.
|
| register_follow_t * | follow () const |
| | Retrieves the associated registered follow stream type.
|
| int | protoId () const |
| | Retrieves the protocol ID associated with the follow stream.
|
| const char * | filterName () const |
| | Retrieves the filter name of the associated protocol.
|
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()
| register_follow_t * FollowStreamAction::follow |
( |
| ) |
const |
|
inline |
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