suricata
|
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-content-inspection.h"
#include "detect-dns-response.h"
#include "util-profiling.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | PrefilterMpm |
struct | DnsResponseGetDataArgs |
Typedefs | |
typedef struct PrefilterMpm | PrefilterMpm |
Enumerations | |
enum | DnsResponseSection { DNS_RESPONSE_QUERY = 0, DNS_RESPONSE_ANSWER, DNS_RESPONSE_AUTHORITY, DNS_RESPONSE_ADDITIONAL, DNS_RESPONSE_MAX } |
Functions | |
void | DetectDnsResponseRegister (void) |
Detect keyword for DNS response: dns.response.rrname
Definition in file detect-dns-response.c.
typedef struct PrefilterMpm PrefilterMpm |
enum DnsResponseSection |
Enumerator | |
---|---|
DNS_RESPONSE_QUERY | |
DNS_RESPONSE_ANSWER | |
DNS_RESPONSE_AUTHORITY | |
DNS_RESPONSE_ADDITIONAL | |
DNS_RESPONSE_MAX |
Definition at line 40 of file detect-dns-response.c.
void DetectDnsResponseRegister | ( | void | ) |
Definition at line 308 of file detect-dns-response.c.
References SigTableElmt_::desc, DETECT_DNS_RESPONSE, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().