diff options
author | Luca Deri <deri@ntop.org> | 2024-10-13 18:50:34 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-13 18:50:34 +0200 |
commit | ec5efe5cf2f378d4d8037eca901eb12b07e6b061 (patch) | |
tree | 3f96d523c282c2f27ce31133fa884b89cb7c77b2 /src/include/ndpi_private.h | |
parent | 3e04321eab515992ef2af96af916fa5155f07a7e (diff) |
Added sonos dissector
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 54f59f652..2278428a5 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -786,6 +786,7 @@ void init_smb_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int3 void init_snmp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_socrates_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_socks_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_sonos_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_spotify_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_ssh_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_tls_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); |