EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
dns_schema Struct Reference

DNS protocol schema definition. More...

#include <packet_decoder.h>

Data Fields

char id [MAX_RANDOM_UUID_LEN]
 
uint16_t tid
 
uint16_t flags
 
uint16_t nqueries
 
uint16_t nanswers
 
uint16_t nauth
 
uint16_t nother
 
char qname [MAX_QUESTION_LEN]
 

Detailed Description

DNS protocol schema definition.

Field Documentation

◆ flags

uint16_t dns_schema::flags

Packet Flags

◆ id

char dns_schema::id[MAX_RANDOM_UUID_LEN]

Packet id

◆ nanswers

uint16_t dns_schema::nanswers

Packet Answers

◆ nauth

uint16_t dns_schema::nauth

Packet Authority PRs

◆ nother

uint16_t dns_schema::nother

Packet Other PRs

◆ nqueries

uint16_t dns_schema::nqueries

Packet Questions

◆ qname

char dns_schema::qname[MAX_QUESTION_LEN]

Packet question name

◆ tid

uint16_t dns_schema::tid

Packet Transaction ID


The documentation for this struct was generated from the following file: