EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Functions
dns_decoder.h File Reference

File containing the definition of the dns packet decoder utilities. More...

#include "packet_decoder.h"
Include dependency graph for dns_decoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool decode_dns_packet (struct capture_packet *cpac)
 Decode dns packet. More...
 

Detailed Description

File containing the definition of the dns packet decoder utilities.

Author
Alexandru Mereacre
Date
2021

Function Documentation

◆ decode_dns_packet()

bool decode_dns_packet ( struct capture_packet cpac)

Decode dns packet.

Parameters
cpacThe captyure packet structure
Returns
true Success, false otherwise