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 --- tests/pcap/rsh-syslog-false-positive.pcap | Bin 0 -> 5507 bytes tests/pcap/rsh.pcap | Bin 0 -> 2129 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pcap/rsh-syslog-false-positive.pcap create mode 100644 tests/pcap/rsh.pcap (limited to 'tests/pcap') diff --git a/tests/pcap/rsh-syslog-false-positive.pcap b/tests/pcap/rsh-syslog-false-positive.pcap new file mode 100644 index 000000000..d2e296b1d Binary files /dev/null and b/tests/pcap/rsh-syslog-false-positive.pcap differ diff --git a/tests/pcap/rsh.pcap b/tests/pcap/rsh.pcap new file mode 100644 index 000000000..c89ad56f4 Binary files /dev/null and b/tests/pcap/rsh.pcap differ -- cgit v1.2.3