diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index cce243130..9d63278a4 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -294,6 +294,10 @@ typedef struct ndpi_flow_info { char *username, *password; } telnet; + struct { + char geolocation_iata_code[4]; + } dns; + ndpi_multimedia_flow_type multimedia_flow_type; void *src_id, *dst_id; |