#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 "plugin_enum.h"#include "mstring.h"Go to the source code of this file.
Functions | |
| void | FTPBounceInit (char *, OptTreeNode *, int) |
| void | FTPBounceParse (char *, OptTreeNode *) |
| int | FTPBounce (Packet *, struct _OptTreeNode *, OptFpList *) |
| void | SetupFTPBounce (void) |
Variables | |
| u_int8_t * | doe_ptr |
| u_int8_t | DecodeBuffer [DECODE_BLEN] |
|
||||||||||||||||
|
Definition at line 159 of file sp_ftpbounce.c. References _Packet::alt_dsize, _Packet::data, DEBUG_PATTERN_MATCH, DEBUG_WRAP, DecodeBuffer, doe_ptr, _Packet::dsize, inBounds(), _IPHdr::ip_src, _Packet::iph, _OptFpList::next, _OptFpList::OptTestFunc, _Packet::packet_flags, and PKT_ALT_DECODE. Referenced by FTPBounceInit(). |
|
||||||||||||||||
|
Definition at line 98 of file sp_ftpbounce.c. References AddOptFuncToList(), _OptFpList::context, FTPBounce(), FTPBounceParse(), and NULL. Referenced by SetupFTPBounce(). |
|
||||||||||||
|
Definition at line 129 of file sp_ftpbounce.c. References FatalError(), file_line, file_name, mSplit(), and mSplitFree(). Referenced by FTPBounceInit(). |
|
|
Definition at line 74 of file sp_ftpbounce.c. References DEBUG_PLUGIN, DEBUG_WRAP, FTPBounceInit(), and RegisterPlugin(). Referenced by InitPlugIns(). |
|
|
|
|
|
Definition at line 72 of file sp_pattern_match.c. |
1.4.2