diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index e9ddfc01a..b11713d2f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -60,17 +60,19 @@ typedef enum { NDPI_TLS_SELFSIGNED_CERTIFICATE, NDPI_TLS_OBSOLETE_VERSION, NDPI_TLS_WEAK_CIPHER, - + NDPI_TLS_CERTIFICATE_EXPIRED, + NDPI_TLS_CERTIFICATE_MISMATCH, + /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk; /* NDPI_VISIT */ typedef enum { - ndpi_preorder, - ndpi_postorder, - ndpi_endorder, - ndpi_leaf + ndpi_preorder, + ndpi_postorder, + ndpi_endorder, + ndpi_leaf } ndpi_VISIT; /* NDPI_NODE */ |