aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-02-11 10:48:08 +0100
committerLuca Deri <deri@ntop.org>2017-02-11 10:48:08 +0100
commit1d2e67d38ca195f115b3f06e1dbda3ab9c6d3df7 (patch)
treec6c1a31efafe914a193d0575fd0a546cc21910f2 /example/ndpi_util.h
parentb6eecd7d0cccfe51696255e7bf454ca96bff4245 (diff)
Dissected SSH client/server versions and reported in data structures
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r--example/ndpi_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 3168a5010..171ab8e95 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -62,8 +62,8 @@ typedef struct ndpi_flow_info {
char bittorent_hash[41];
struct {
- char client_certificate[48], server_certificate[48];
- } ssl;
+ char client_info[48], server_info[48];
+ } ssh_ssl;
void *src_id, *dst_id;
} ndpi_flow_info_t;