From baca06bfd2d649d5a9b224e15cb4722382347872 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:16:55 +0100 Subject: ndpiReader: print more DNS information (#2717) --- example/reader_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index 40b23a813..9eafbb442 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -328,6 +328,8 @@ typedef struct ndpi_flow_info { struct { char geolocation_iata_code[4]; + char ptr_domain_name[64]; + u_int16_t transaction_id; } dns; u_int8_t multimedia_flow_types; -- cgit v1.2.3