zeek/testing/btest/spicy/port-fail.evt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
467 B
Plaintext

# @TEST-REQUIRES: have-spicy
#
# @TEST-EXEC-FAIL: spicyz %INPUT -d -o x.hlto >output 2>&1
# @TEST-EXEC: TEST_DIFF_CANONIFIER=diff-canonifier-spicy btest-diff output
protocol analyzer spicy::SSH over TCP:
port 123456/udp;
# @TEST-START-NEXT
protocol analyzer spicy::SSH over TCP:
port -1/udp;
# @TEST-START-NEXT
protocol analyzer spicy::SSH over TCP:
port 1/udp-2/tcp;
# @TEST-START-NEXT
protocol analyzer spicy::SSH over TCP:
port 2/udp-1/udp;