diff options
author | Luca Deri <deri@ntop.org> | 2019-03-23 10:32:18 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-03-23 10:32:18 +0100 |
commit | f47be6ef6045a97a20f7a929d15a0354260c0414 (patch) | |
tree | 6ddabdbd3ea4c05aa0ba4a04ec507b468f714614 /example/ndpi_util.h | |
parent | f592b9fc31f2ef306d29ae1c9e5831dca597c9ad (diff) |
Added SSL organization support
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index eb9ab8e65..0a5a3b8c2 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -97,7 +97,7 @@ typedef struct ndpi_flow_info { char bittorent_hash[41]; struct { - char client_info[64], server_info[64]; + char client_info[64], server_info[64], server_organization[64]; } ssh_ssl; void *src_id, *dst_id; |