diff options
author | Toni <matzeton@googlemail.com> | 2023-10-24 12:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 12:18:31 +0200 |
commit | e70333de8733b3396f6a63481a25e63d12bd9d8e (patch) | |
tree | 97bb02c0b78f521dd9b0b6d37522e69e365bb3ce /src/include/ndpi_protocols.h | |
parent | 71d768d0364307f1c841a8f241db3781fe1e62be (diff) |
Added generic Google Protobuf dissector. (#2109)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 055fe4fac..53e401ded 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -248,6 +248,7 @@ void init_http2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_in void init_haproxy_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_rmcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_can_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_protobuf_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); |