diff options
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; |