mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Adds ssh HASSH signatures into flows
This commit is contained in:
parent
226c9ce621
commit
0353edb2a6
4 changed files with 41 additions and 12 deletions
|
|
@ -110,6 +110,10 @@ class Flow : public GenericHashEntry {
|
|||
|
||||
struct {
|
||||
char *client_signature, *server_signature;
|
||||
struct {
|
||||
/* https://engineering.salesforce.com/open-sourcing-hassh-abed3ae5044c */
|
||||
char *client_hash, *server_hash;
|
||||
} hassh;
|
||||
} ssh;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue