10#ifndef FOLLOWSTREAMACTION_H
11#define FOLLOWSTREAMACTION_H
40 register_follow_t*
follow()
const {
return follow_;}
46 int protoId()
const {
return get_follow_proto_id(follow_);}
56 register_follow_t *follow_;
FollowStreamAction(QObject *parent, register_follow_t *follow=NULL)
Constructs a new FollowStreamAction.
Definition follow_stream_action.cpp:21
register_follow_t * follow() const
Retrieves the associated registered follow stream type.
Definition follow_stream_action.h:40
int protoId() const
Retrieves the protocol ID associated with the follow stream.
Definition follow_stream_action.h:46
const char * filterName() const
Retrieves the filter name of the associated protocol.
Definition follow_stream_action.h:52
const char * proto_get_protocol_filter_name(const int proto_id)
Definition proto.c:8924