diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-07-03 09:59:07 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-07-03 10:59:41 +0200 |
commit | 09e38c383f1659074a9812c4eec96c7542530781 (patch) | |
tree | 62fe086a56ab84144a4530e7b77e9af73f1f7be8 /src/include/ndpi_private.h | |
parent | 81ca06b0c7528a3da65ab0c8fab0b0b88c2f859d (diff) |
Added EasyWeather protocol dissectoradd/easyweather
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_private.h')
-rw-r--r-- | src/include/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index 8d963149e..9899c71a6 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -1038,6 +1038,7 @@ void init_msdo_dissector(struct ndpi_detection_module_struct *ndpi_struct); void init_melsec_dissector(struct ndpi_detection_module_struct *ndpi_struct); void init_hamachi_dissector(struct ndpi_detection_module_struct *ndpi_struct); void init_glbp_dissector(struct ndpi_detection_module_struct *ndpi_struct); +void init_easyweather_dissector(struct ndpi_detection_module_struct *ndpi_struct); #ifdef CUSTOM_NDPI_PROTOCOLS #include "../../../nDPI-custom/custom_ndpi_private.h" |