diff options
author | Darryl Sokoloski <dsokoloski@clearfoundation.com> | 2017-10-26 21:07:00 -0400 |
---|---|---|
committer | Darryl Sokoloski <dsokoloski@clearfoundation.com> | 2017-10-26 21:07:00 -0400 |
commit | 169aa11adc67e18a21fd81ecbb0c1c0989b346c9 (patch) | |
tree | 82c982e5ac4c3066b6b586a11d26886640cee42c /src/include | |
parent | 7e38a4f79036982ee23c9d93866b07833c56d336 (diff) |
Added DHCP class identifier support.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 33043fde5..c79f57f4d 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1031,6 +1031,7 @@ struct ndpi_flow_struct { struct { char fingerprint[48]; + char class_ident[48]; } dhcp; } protos; |