|
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 LiveRegisterDevice(), RUNMODE_LIB, SCConfSetFromString(), SCDetectEngineRegisterRateFilterCallback(), SCEnableDefaultSignalHandlers(), SCFinalizeRunMode(), SCLoadYamlConfig(), SCParseCommandLine(), SCRunmodeSet(), SCStartInternalRunMode(), SuricataInit(), SuricataPreInit(), TM_ECODE_DONE, TM_ECODE_FAILED, and TM_ECODE_OK.
