diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-05-24 17:59:26 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-05-24 19:36:35 +0200 |
commit | 51fdde70e05ec479c870d7abea366b18897ca681 (patch) | |
tree | cf03b5dd3a5e10fdde99387a173c03c1a6f0a0c1 /src/include/ndpi_typedefs.h | |
parent | d1a59c030879fe03da6a0795686dd31c973f201b (diff) |
Improved Kafka dissector.improve/kafka
* detect more Kafka request packet's
* requires less flow memory
* same detection behavior as before e.g. no asym detection implemented
(can be done by dissecting responses, requires more effort)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index ffc98ecd1..a2e10878f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -835,9 +835,6 @@ struct ndpi_flow_tcp_struct { /* NDPI_PROTOCOL_SSH */ u_int32_t ssh_stage:3; - /* NDPI_PROTOCOL_KAFKA */ - u_int32_t kafka_stage:1; - /* NDPI_PROTOCOL_VNC */ u_int32_t vnc_stage:2; // 0 - 3 @@ -891,9 +888,6 @@ struct ndpi_flow_tcp_struct { /* NDPI_PROTOCOL_RADMIN */ u_int32_t radmin_stage:1; - - /* NDPI_PROTOCOL_KAFKA */ - u_int32_t kafka_correlation_id; }; /* ************************************************** */ |