diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-07-03 15:52:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-07-03 16:10:44 +0200 |
commit | c8eaddd157e6348eef9729dc0201bce40f09d928 (patch) | |
tree | 34fbc7e6a44e4a218ccc2e8989992c653ee85af6 /src/include/ndpi_private.h | |
parent | dab8d3056ec4571a0343bd7fc3cdce9c4d944719 (diff) |
Add (Generic) JSON dissectoradd/generic-json-dissector
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 ebaac2fc3..d1f661088 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -918,6 +918,7 @@ void init_cod_mobile_dissector(struct ndpi_detection_module_struct *ndpi_struct, void init_zug_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_jrmi_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_ripe_atlas_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_json_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |