diff options
author | Luca Deri <deri@ntop.org> | 2019-10-01 12:25:39 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-01 12:25:39 +0200 |
commit | e45237a93f771f3d4aeb6c2360469f09c0282b58 (patch) | |
tree | 59b012693a1a66cbb493b0830f8ba61169aaf9bc /example/reader_util.h | |
parent | a62cf102331653119b83e87d2efdef6d11cefcd1 (diff) |
Removed http:// from HTTP url
Reported URL in ndpiReader
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; |