#include "rules.h"
#include "parser.h"
#include "pcrm.h"
Go to the source code of this file.
Defines | |
#define | INLINE inline |
Typedefs | |
typedef _otnx_ | OTNX |
typedef _pmx_ | PMX |
typedef _FPDETECT | FPDETECT |
Functions | |
int | fpInitDetectionEngine () |
int | fpCreateFastPacketDetection () |
int | prmFindRuleGroupTcp (int dport, int sport, PORT_GROUP **src, PORT_GROUP **dst, PORT_GROUP **gen) |
int | prmFindRuleGroupUdp (int dport, int sport, PORT_GROUP **src, PORT_GROUP **dst, PORT_GROUP **gen) |
int | prmFindRuleGroupIp (int ip_proto, PORT_GROUP **ip_group, PORT_GROUP **gen) |
int | prmFindRuleGroupIcmp (int type, PORT_GROUP **type_group, PORT_GROUP **gen) |
int | fpSetDetectSearchMethod (char *method) |
int | fpSetDebugMode () |
int | fpSetStreamInsert () |
int | fpSetMaxQueueEvents (int iNum) |
int | fpShowEventStats () |
|
Definition at line 42 of file fpcreate.h. |
|
|
|
|
|
|
|
|
Definition at line 180 of file fpcreate.c. References fpSetDetectionOptions(), memset, and MPSE_MWM. Referenced by SnortMain(). |
|
Definition at line 259 of file fpcreate.c. References _FPDETECT::debug. Referenced by ProcessDetectionOptions(). |
|
Definition at line 205 of file fpcreate.c. References LogMessage(), MPSE_AC, MPSE_ACB, MPSE_ACF, MPSE_ACS, MPSE_ACSB, MPSE_LOWMEM, MPSE_MWM, _FPDETECT::search_method, and strcasecmp. Referenced by ProcessDetectionOptions(). |
|
Definition at line 279 of file fpcreate.c. References _FPDETECT::max_queue_events. Referenced by ProcessDetectionOptions(). |
|
Definition at line 269 of file fpcreate.c. References _FPDETECT::inspect_stream_insert. Referenced by ProcessDetectionOptions(). |
|
Definition at line 1113 of file fpcreate.c. References _FPDETECT::debug, and prmShowEventStats(). Referenced by CleanExit(), and Restart(). |
|
Definition at line 89 of file fpcreate.c. References prmFindRuleGroup(). Referenced by fpEvalHeaderIcmp(). |
|
Definition at line 83 of file fpcreate.c. References prmFindRuleGroup(). Referenced by fpEvalHeaderIp(). |
|
Definition at line 95 of file fpcreate.c. References prmFindRuleGroup(). Referenced by fpEvalHeaderTcp(). |
|
Definition at line 101 of file fpcreate.c. References prmFindRuleGroup(). Referenced by fpEvalHeaderUdp(). |