diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 41bea5ba0..5b0e36cde 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -333,7 +333,7 @@ typedef struct ndpi_flow_info { char geolocation_iata_code[4]; } dns; - ndpi_multimedia_flow_type multimedia_flow_type; + u_int8_t multimedia_flow_types; void *src_id, *dst_id; char *tcp_fingerprint; |