diff options
author | Luca <deri@ntop.org> | 2019-06-18 17:36:39 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-06-18 17:36:39 +0200 |
commit | 5f26149938e1465d75159b71ddbbdb8673ffa508 (patch) | |
tree | e9ffb9f80e48d3d7af16db45b9298b74c0940319 /example/ndpi_util.h | |
parent | 41b75485eba80485eb3b5b8ae6f7f90d5f44e47e (diff) |
Added DHCP fingerpring handling
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 301647b1c..dfcc98a72 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -95,6 +95,7 @@ typedef struct ndpi_flow_info { char info[96]; char host_server_name[256]; char bittorent_hash[41]; + char dhcp_fingerprint[48]; struct { u_int16_t ssl_version; |