From e45237a93f771f3d4aeb6c2360469f09c0282b58 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 1 Oct 2019 12:25:39 +0200 Subject: Removed http:// from HTTP url Reported URL in ndpiReader --- example/reader_util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/reader_util.h') 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; -- cgit v1.2.3