#include "rules.h"
#include "event.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
void | InitTag () |
void | ParseTag (char *, OptTreeNode *) |
int | CheckTagList (Packet *, Event *) |
void | SetTags (Packet *, OptTreeNode *, u_int32_t) |
|
|
Definition at line 307 of file tag.c. References host_tag_cache_ptr, ssn_tag_cache_ptr, TagCompareHost(), TagCompareSession(), and ubi_trInitTree. Referenced by SnortMain(). |
|
Definition at line 736 of file tag.c. References DEBUG_FLOW, DEBUG_PLUGIN, DEBUG_RULES, DEBUG_WRAP, FatalError(), file_line, file_name, NULL, strncasecmp, _OptTreeNode::tag, _TagData::tag_bytes, _TagData::tag_direction, TAG_HOST, TAG_HOST_DST, TAG_HOST_SRC, _TagData::tag_metric, TAG_METRIC_BYTES, TAG_METRIC_PACKETS, TAG_METRIC_SECONDS, _TagData::tag_packets, _TagData::tag_seconds, TAG_SESSION, and _TagData::tag_type. Referenced by ParseRuleOptions(). |
|
|