|
suricata
|
#include "suricata-common.h"#include "util-host-info.h"#include "util-byte.h"#include "util-debug.h"#include <sys/utsname.h>
Go to the source code of this file.
Macros | |
| #define | VERSION_REGEX "^([0-9]+)\\.([0-9]+)" |
Functions | |
| int | SCKernelVersionIsAtLeast (int major, int minor) |
Get information on running host
Definition in file util-host-info.c.
| #define VERSION_REGEX "^([0-9]+)\\.([0-9]+)" |
Definition at line 36 of file util-host-info.c.
| int SCKernelVersionIsAtLeast | ( | int | major, |
| int | minor | ||
| ) |
Definition at line 37 of file util-host-info.c.
References SCLogDebug, SCLogError, StringParseInt32(), and VERSION_REGEX.
