diff options
author | Luca Deri <deri@ntop.org> | 2018-05-10 23:46:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-05-10 23:46:35 +0200 |
commit | 50216991bd41f0cdfea599a76ace08ebd00501d3 (patch) | |
tree | 6e7ba56f8f8b093f61577d2f61af5542748ecff9 /example/ndpi_util.h | |
parent | 3707553906027000fd189f93d131b68f8d886d54 (diff) |
Improved hyperscan support and category definition
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 bace03cee..a6adb88c1 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -77,7 +77,7 @@ typedef struct ndpi_flow_info { char info[96]; char host_server_name[256]; char bittorent_hash[41]; - + struct { char client_info[48], server_info[48]; } ssh_ssl; |