suricata
|
#include "suricata.h"
#include "detect.h"
#include "detect-engine.h"
#include "runmodes.h"
#include "conf.h"
#include "pcap.h"
#include "runmode-lib.h"
#include "tm-threads.h"
#include "threadvars.h"
#include "action-globals.h"
#include "packet.h"
#include "util-device.h"
Go to the source code of this file.
Data Structures | |
struct | WorkerArgs |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 157 of file main.c.
References FatalError, GlobalsDestroy(), LiveRegisterDevice(), RUNMODE_LIB, SCConfSetFromString(), SCDetectEngineRegisterRateFilterCallback(), SCEnableDefaultSignalHandlers(), SCFinalizeRunMode(), SCLoadYamlConfig(), SCLogNotice, SCParseCommandLine(), SCRunModeLibCreateThreadVars(), SCRunmodeSet(), SCStartInternalRunMode(), SuricataInit(), SuricataMainLoop(), SuricataPostInit(), SuricataPreInit(), SuricataShutdown(), TM_ECODE_DONE, TM_ECODE_FAILED, TM_ECODE_OK, WorkerArgs::tv, and tv.