10#ifndef FOLLOWSTREAMACTION_H
11#define FOLLOWSTREAMACTION_H
46 int protoId()
const {
return get_follow_proto_id(follow_);}
Actions for "Follow Stream" menu items.
Definition follow_stream_action.h:26
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:8749