diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 2055d7156..309e51d08 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -167,6 +167,11 @@ typedef struct ndpi_flow_info { u_int16_t server_cipher; ndpi_cipher_weakness client_unsafe_cipher, server_unsafe_cipher; } ssh_tls; + + struct { + char url[256]; + u_int response_status_code; + } http; void *src_id, *dst_id; |