diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-05 10:06:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 08:06:15 +0100 |
commit | be50493f4480a17fbcd88a4ae9cc6b825bc5970d (patch) | |
tree | 7dc08b9424771e56a304867900c1b5228ff7269d /src/lib/ndpi_private.h | |
parent | 7b0c16a70d25687ff7abaa859e3e11e54513286e (diff) |
Add IEEE C37.118 protocol dissector (#2193)
Diffstat (limited to 'src/lib/ndpi_private.h')
-rw-r--r-- | src/lib/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_private.h b/src/lib/ndpi_private.h index a9500d13d..589c03870 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -626,6 +626,7 @@ void init_fins_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int void init_ethersio_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_beckhoff_ads_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_iso9506_1_mms_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_ieee_c37118_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |