#include "../config.h"#include "../engine/hlbr.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | dns_header_1 |
| struct | dns_qestion |
| struct | dns_data |
Defines | |
| #define | MAX_DNS_QUESTIONS 5 |
| #define | MAX_DNS_QUERY_LEN 1024 |
| #define | DNS_FLAG_QUERY 0x80 |
Typedefs | |
| typedef dns_header_1 | DNSHeader1 |
| typedef dns_qestion | DNSQuestion |
| typedef dns_data | DNSData |
Functions | |
| int | InitDecoderDNS () |
| #define DNS_FLAG_QUERY 0x80 |
| #define MAX_DNS_QUERY_LEN 1024 |
| #define MAX_DNS_QUESTIONS 5 |
| typedef struct dns_header_1 DNSHeader1 |
| typedef struct dns_qestion DNSQuestion |
| int InitDecoderDNS | ( | ) |
Definition at line 123 of file decode_dns.c.
References CreateDecoder(), DecodeDNS(), decoder_rec::DecodeFunc, DECODER_NONE, DecoderAddDecoder(), global_vars::Decoders, FALSE, GetDecoderByName(), Globals, TRUE, and UDPDecoderID.
Referenced by InitDecoders().
1.5.2