diff options
author | Luca Deri <deri@ntop.org> | 2025-01-30 21:48:53 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-01-30 21:48:53 +0100 |
commit | fcff6d5abb168c3318c019fc140ce1e809b40d2b (patch) | |
tree | 8109acfcd9e55cf6289c5b6a16f924c5be94e452 /src/include | |
parent | c669bb31402ffc52aba774163d8a7e25eba00fc5 (diff) |
Exported DNS transactionId
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index ad09dfcaa..398cdb8c3 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1393,7 +1393,7 @@ struct ndpi_flow_struct { struct { u_int8_t num_queries, num_answers, reply_code, num_rsp_addr; u_int8_t is_query:1, pad:7; - u_int16_t query_type, query_class, rsp_type, edns0_udp_payload_size; + u_int16_t transaction_id, query_type, query_class, rsp_type, edns0_udp_payload_size; u_int8_t is_rsp_addr_ipv6[MAX_NUM_DNS_RSP_ADDRESSES]; ndpi_ip_addr_t rsp_addr[MAX_NUM_DNS_RSP_ADDRESSES]; /* The first num_rsp_addr address in a DNS response packet (A and AAAA) */ u_int32_t rsp_addr_ttl[MAX_NUM_DNS_RSP_ADDRESSES]; |