|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-modbus.h"#include "util-debug.h"#include "util-byte.h"#include "stream-tcp.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| void | DetectModbusRegister (void) |
| Registration function for Modbus keyword. More... | |
Implements the Modbus function and access keywords You can specify a:
Definition in file detect-modbus.c.
| void DetectModbusRegister | ( | void | ) |
Registration function for Modbus keyword.
Definition at line 120 of file detect-modbus.c.
References SigTableElmt_::desc, DETECT_MODBUS, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
