diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-02-11 18:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 18:16:55 +0100 |
commit | baca06bfd2d649d5a9b224e15cb4722382347872 (patch) | |
tree | 63bb4e28fa23482be57711626e8bfa0ed021155c /example/reader_util.h | |
parent | 1dccaf37b075ebfb726d407b9c4d95fcf2983135 (diff) |
ndpiReader: print more DNS information (#2717)
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |