suricata
detect-dns-response.c File Reference
Include dependency graph for detect-dns-response.c:

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)
 

Detailed Description

Detect keyword for DNS response: dns.response.rrname

Definition in file detect-dns-response.c.

Typedef Documentation

◆ PrefilterMpm

typedef struct PrefilterMpm PrefilterMpm

Enumeration Type Documentation

◆ DnsResponseSection

Enumerator
DNS_RESPONSE_QUERY 
DNS_RESPONSE_ANSWER 
DNS_RESPONSE_AUTHORITY 
DNS_RESPONSE_ADDITIONAL 
DNS_RESPONSE_MAX 

Definition at line 45 of file detect-dns-response.c.

Function Documentation

◆ DetectDnsResponseRegister()