From c9ab5573765b605ed56b3f4781124df457ad3b52 Mon Sep 17 00:00:00 2001 From: lns Date: Sat, 4 Jun 2022 17:14:06 +0200 Subject: Added RSH dissector. Fixes #202. - added syslog false-positive pcap that was missing in 09fbe0a64a11b08a35435f516e9a19f7e0c20d7c - added NDPI_ARRAY_LENGTH() macro, usable on `type var[]` declarations Signed-off-by: lns --- src/include/ndpi_typedefs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index b0143d404..78e879a0d 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1291,6 +1291,12 @@ struct ndpi_flow_struct { char username[32], password[32]; } telnet; + struct { + char client_username[32]; + char server_username[32]; + char command[48]; + } rsh; + struct { char version[32]; } ubntac2; -- cgit v1.2.3