Home
last modified time | relevance | path

Searched refs:ProcessIP (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/parser/
H A Dparse_rule.cc119 static int ProcessIP(SnortConfig* sc, const char* addr, RuleTreeNode* rtn, int mode, int) in ProcessIP() function
842 ProcessIP(sc, s, &rtn, src ? SRC : DST, 0); in parse_rule_nets()
/dports/security/snort/snort-2.9.18/src/
H A Dparser.c810 static int ProcessIP(SnortConfig *, char *, RuleTreeNode *, int, int);
3437 static int ProcessIP(SnortConfig *sc, char *addr, RuleTreeNode *rtn, int mode, int neg_list) in ProcessIP() function
9410 ProcessIP(sc, toks[1], &test_rtn, SRC, 0); in ParseRule()
9451 ProcessIP(sc, toks[4], &test_rtn, DST, 0); in ParseRule()
/dports/security/snort/snort-2.9.18/
H A DChangeLog18887 Added FatalError() in ProcessIP if closing IP-list '[' isn't found