DNSResponseType = 2; // Response returned by the service
DNSOutgoingQueryType = 3; // Query sent out by the service to a remote server
DNSIncomingResponseType = 4; // Response returned by the remote server
+ InternalType = 5; // Message generated by an internal process within the server
}
enum SocketFamily {
INET = 1; // IPv4 (RFC 791)
DNSQueryType = 1,
DNSResponseType = 2,
DNSOutgoingQueryType = 3,
- DNSIncomingResponseType = 4
+ DNSIncomingResponseType = 4,
+ InternalType = 5
};
enum class Field : protozero::pbf_tag_type
{