#include <stdlib.h>#include "generators.h"#include "event_wrapper.h"#include "util.h"#include "plugbase.h"#include "parser.h"#include "debug.h"#include "spp_xlink2state.h"#include "xlink2state.h"Go to the source code of this file.
Functions | |
| static void | XLINK2STATEInit (u_char *) |
| static void | XLINK2STATEDetect (Packet *, void *context) |
| static void | XLINK2STATECleanExitFunction (int, void *) |
| static void | XLINK2STATERestartFunction (int, void *) |
| void | SetupXLINK2STATE () |
|
|
Definition at line 67 of file spp_xlink2state.c. References RegisterPreprocessor(), and XLINK2STATEInit(). Referenced by InitPreprocessors(). |
|
||||||||||||
|
Definition at line 160 of file spp_xlink2state.c. Referenced by XLINK2STATEInit(). |
|
||||||||||||
|
Definition at line 130 of file spp_xlink2state.c. References PacketIsTCP(), and SnortXLINK2STATE(). Referenced by XLINK2STATEInit(). |
|
|
Definition at line 88 of file spp_xlink2state.c. References AddFuncToCleanExitList(), AddFuncToPreprocList(), AddFuncToRestartList(), NULL, XLINK2STATE_Init(), XLINK2STATE_ParseArgs(), XLINK2STATECleanExitFunction(), XLINK2STATEDetect(), and XLINK2STATERestartFunction(). Referenced by SetupXLINK2STATE(). |
|
||||||||||||
|
Definition at line 180 of file spp_xlink2state.c. Referenced by XLINK2STATEInit(). |
1.4.2