Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FollowStreamAction Class Reference

Actions for "Follow Stream" menu items. More...

#include <follow_stream_action.h>

Inheritance diagram for FollowStreamAction:

Public Member Functions

 FollowStreamAction (QObject *parent, register_follow_t *follow=NULL)
 Constructs a new FollowStreamAction.
 
register_follow_tfollow () 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.
 

Detailed Description

Actions for "Follow Stream" menu items.

Constructor & Destructor Documentation

◆ FollowStreamAction()

FollowStreamAction::FollowStreamAction ( QObject *  parent,
register_follow_t follow = NULL 
)

Constructs a new FollowStreamAction.

Parameters
parentThe parent QObject.
followPointer to the registered follow stream type (defaults to NULL).

Member Function Documentation

◆ 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: