EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
dns_decoder.h
Go to the documentation of this file.
1 
11 #ifndef DNS_DECODER_H
12 #define DNS_DECODER_H
13 
14 #include "packet_decoder.h"
15 
22 bool decode_dns_packet(struct capture_packet *cpac);
23 #endif
bool decode_dns_packet(struct capture_packet *cpac)
Decode dns packet.
Definition: dns_decoder.c:38
File containing the definition of the packet decoder utilities.
Capture structure definition.
Definition: packet_decoder.h:306