|
suricata
|

Go to the source code of this file.
Functions | |
| int | RunModeIdsPcapSingle (void) |
| Single thread version of the Pcap live processing. More... | |
| int | RunModeIdsPcapAutoFp (void) |
| RunModIdsPcapAutoFp set up the following thread packet handlers: More... | |
| void | RunModeIdsPcapRegister (void) |
| const char * | RunModeIdsGetDefaultMode (void) |
Definition in file runmode-pcap.h.
| const char* RunModeIdsGetDefaultMode | ( | void | ) |
Definition at line 32 of file runmode-pcap.c.
| int RunModeIdsPcapAutoFp | ( | void | ) |
RunModIdsPcapAutoFp set up the following thread packet handlers:
| 0 | If all goes well. (If any problem is detected the engine will exit()). |
Definition at line 268 of file runmode-pcap.c.
References RunModeSetLiveCaptureAutoFp(), SCConfGet(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPcapRegister().


| void RunModeIdsPcapRegister | ( | void | ) |
Definition at line 39 of file runmode-pcap.c.
References RUNMODE_PCAP_DEV, RunModeIdsPcapAutoFp(), RunModeIdsPcapSingle(), RunModeIdsPcapWorkers(), and RunModeRegisterNewRunMode().

| int RunModeIdsPcapSingle | ( | void | ) |
Single thread version of the Pcap live processing.
Definition at line 228 of file runmode-pcap.c.
References RunModeSetLiveCaptureSingle(), SCConfGet(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIdsPcapRegister().

