#include <sys/types.h>#include <stdlib.h>#include <ctype.h>#include <errno.h>#include "bounds.h"#include "rules.h"#include "decode.h"#include "plugbase.h"#include "parser.h"#include "debug.h"#include "util.h"#include "mstring.h"Go to the source code of this file.
Typedefs | |
| typedef _IsDataAtData | IsDataAtData |
Functions | |
| void | IsDataAtInit (char *, OptTreeNode *, int) |
| void | IsDataAtParse (char *, IsDataAtData *, OptTreeNode *) |
| int | IsDataAt (Packet *, struct _OptTreeNode *, OptFpList *) |
| void | SetupIsDataAt (void) |
Variables | |
| char * | file_name |
| int | file_line |
| u_int8_t * | doe_ptr |
| u_int8_t | DecodeBuffer [DECODE_BLEN] |
|
|
|
|
||||||||||||||||
|
Definition at line 203 of file sp_isdataat.c. References _Packet::alt_dsize, _OptFpList::context, _Packet::data, DEBUG_PATTERN_MATCH, DEBUG_WRAP, DecodeBuffer, doe_ptr, _Packet::dsize, inBounds(), _OptFpList::next, _IsDataAtData::offset, _OptFpList::OptTestFunc, _Packet::packet_flags, PKT_ALT_DECODE, and _IsDataAtData::relative_flag. Referenced by IsDataAtInit(). |
|
||||||||||||||||
|
Definition at line 95 of file sp_isdataat.c. References AddOptFuncToList(), _OptFpList::context, FatalError(), file_line, file_name, IsDataAt(), IsDataAtParse(), NULL, and SnortAlloc(). Referenced by SetupIsDataAt(). |
|
||||||||||||||||
|
Definition at line 138 of file sp_isdataat.c. References FatalError(), file_line, file_name, mSplit(), mSplitFree(), _IsDataAtData::offset, _IsDataAtData::relative_flag, strcasecmp, and strtol(). Referenced by IsDataAtInit(). |
|
|
Definition at line 71 of file sp_isdataat.c. References DEBUG_PLUGIN, DEBUG_WRAP, IsDataAtInit(), and RegisterPlugin(). Referenced by InitPlugIns(). |
|
|
|
|
|
Definition at line 72 of file sp_pattern_match.c. |
|
|
1.4.2