suricata
|
Go to the source code of this file.
Data Structures | |
struct | RpcMsg_ |
struct | DetectRpcData_ |
Macros | |
#define | DETECT_RPC_CHECK_PROGRAM 0x01 |
#define | DETECT_RPC_CHECK_VERSION 0x02 |
#define | DETECT_RPC_CHECK_PROCEDURE 0x04 |
Typedefs | |
typedef struct RpcMsg_ | RpcMsg |
typedef struct DetectRpcData_ | DetectRpcData |
Functions | |
void | DetectRpcRegister (void) |
Registration function for rpc keyword. More... | |
Definition in file detect-rpc.h.
#define DETECT_RPC_CHECK_PROCEDURE 0x04 |
Definition at line 33 of file detect-rpc.h.
#define DETECT_RPC_CHECK_PROGRAM 0x01 |
Definition at line 31 of file detect-rpc.h.
#define DETECT_RPC_CHECK_VERSION 0x02 |
Definition at line 32 of file detect-rpc.h.
typedef struct DetectRpcData_ DetectRpcData |
void DetectRpcRegister | ( | void | ) |
Registration function for rpc keyword.
Definition at line 61 of file detect-rpc.c.
References SigTableElmt_::desc, DETECT_RPC, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().