aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorDarryl Sokoloski <dsokoloski@clearfoundation.com>2017-10-26 21:07:00 -0400
committerDarryl Sokoloski <dsokoloski@clearfoundation.com>2017-10-26 21:07:00 -0400
commit169aa11adc67e18a21fd81ecbb0c1c0989b346c9 (patch)
tree82c982e5ac4c3066b6b586a11d26886640cee42c /src/include
parent7e38a4f79036982ee23c9d93866b07833c56d336 (diff)
Added DHCP class identifier support.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h1
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;