#include <sys/types.h>
#include <stdlib.h>
#include <ctype.h>
#include "rules.h"
#include "decode.h"
#include "plugbase.h"
#include "parser.h"
#include "debug.h"
#include "util.h"
#include "plugin_enum.h"
Go to the source code of this file.
Typedefs | |
typedef _TemplateData | TemplateData |
Functions | |
static void | TemplateInit (char *, OptTreeNode *, int) |
static void | TemplateRuleParseFunction (char *, OptTreeNode *, TemplateData *) |
static int | TemplateDetectorFunction (Packet *, struct _OptTreeNode *, OptFpList *) |
void | SetupTemplate () |
|
|
|
Definition at line 77 of file sp_template.c. |
|
Definition at line 199 of file sp_template.c. References _OptFpList::context, DEBUG_PLUGIN, _OptFpList::next, and _OptFpList::OptTestFunc. Referenced by TemplateInit(). |
|
Definition at line 100 of file sp_template.c. References AddOptFuncToList(), _OptFpList::context, SnortAlloc(), TemplateDetectorFunction(), and TemplateRuleParseFunction(). Referenced by SetupTemplate(). |
|
Definition at line 164 of file sp_template.c. Referenced by TemplateInit(). |