diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-01 11:03:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:03:07 +0100 |
commit | c34bded4ef9733e12a1475fc57f39b71a350aad7 (patch) | |
tree | 3744319a5042900e673d129adee11ff482f102fe /src/lib/ndpi_private.h | |
parent | 983b8e8eee27788fb9e11cfa8cbc8539eb9c4ef4 (diff) |
Add ISO 9506-1 MMS protocol dissector (#2189)
* Add ISO 9506-1 MMS protocol dissector
* Fix detection on big-endian architectures
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 0d18be6d4..8a06804e2 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -625,6 +625,7 @@ void init_opc_ua_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_fins_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); 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); #endif |