|
suricata
|
#include "suricata-common.h"#include "tm-threads.h"#include "conf.h"#include "runmodes.h"#include "runmode-pcap-file.h"#include "output.h"#include "output-json.h"#include "util-debug.h"#include "util-time.h"#include "util-cpu.h"#include "util-affinity.h"#include "util-var-name.h"#include "util-path.h"#include "unix-manager.h"#include "detect-engine.h"#include "flow-manager.h"#include "flow-timeout.h"#include "flow-hash.h"#include "stream-tcp.h"#include "stream-tcp-reassemble.h"#include "source-pcap-file-directory-helper.h"#include "host.h"#include "defrag.h"#include "defrag-hash.h"#include "ippair.h"#include "app-layer.h"#include "app-layer-ftp.h"#include "app-layer-htp-mem.h"#include "app-layer-htp-range.h"#include "host-bit.h"#include "util-misc.h"#include "util-profiling.h"#include "conf-yaml-loader.h"#include "datasets.h"#include "datasets-context-json.h"#include "runmode-unix-socket.h"
Go to the source code of this file.
Data Structures | |
| struct | PcapFiles_ |
| struct | PcapCommand_ |
| struct | MemcapCommand_ |
Typedefs | |
| typedef struct PcapFiles_ | PcapFiles |
| typedef struct PcapCommand_ | PcapCommand |
| typedef struct MemcapCommand_ | MemcapCommand |
Functions | |
| const char * | RunModeUnixSocketGetDefaultMode (void) |
| float | MemcapsGetPressure (void) |
| void | RunModeUnixSocketRegister (void) |
| TmEcode | UnixSocketPcapFile (TmEcode tm, struct timespec *last_processed) |
| int | RunModeUnixSocketIsActive (void) |
Variables | |
| int | unix_socket_mode_is_running = 0 |
| typedef struct MemcapCommand_ MemcapCommand |
| typedef struct PcapCommand_ PcapCommand |
| typedef struct PcapFiles_ PcapFiles |
| float MemcapsGetPressure | ( | void | ) |
Definition at line 111 of file runmode-unix-socket.c.
| const char* RunModeUnixSocketGetDefaultMode | ( | void | ) |
Definition at line 87 of file runmode-unix-socket.c.
| int RunModeUnixSocketIsActive | ( | void | ) |
Definition at line 1786 of file runmode-unix-socket.c.
References unix_socket_mode_is_running.
| void RunModeUnixSocketRegister | ( | void | ) |
Definition at line 558 of file runmode-unix-socket.c.
References RUNMODE_UNIX_SOCKET, and RunModeRegisterNewRunMode().

Definition at line 569 of file runmode-unix-socket.c.
References SCCtrlMutexLock, SCCtrlMutexUnlock, SCLogInfo, TM_ECODE_DONE, TM_ECODE_FAILED, and TM_ECODE_OK.
| int unix_socket_mode_is_running = 0 |
Definition at line 61 of file runmode-unix-socket.c.
Referenced by RunModeUnixSocketIsActive().