From b88bb292821fd7742604ec4e280acebd9a049f62 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:36:22 +0200 Subject: Adding upstream version 3.0.5. Signed-off-by: Daniel Baumann --- tests/libzscanner/data/55_CSYNC.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/libzscanner/data/55_CSYNC.in (limited to 'tests/libzscanner/data/55_CSYNC.in') diff --git a/tests/libzscanner/data/55_CSYNC.in b/tests/libzscanner/data/55_CSYNC.in new file mode 100644 index 0000000..97dcfa2 --- /dev/null +++ b/tests/libzscanner/data/55_CSYNC.in @@ -0,0 +1,22 @@ +$ORIGIN . +$TTL 1 + +; OK +@ CSYNC 0 0 ; The simplest variant - without bitmap +@ CSYNC 4294967295 65535 ; Maximal numbers +@ CSYNC 0 0 TYPE0 ; Minimal type number +@ CSYNC 0 0 TYPE65535 ; Maximal type number +@ CSYNC 0 0 TYPE0 A NS ; First bitmap window +@ CSYNC 0 0 TYPE0 TYPE256 TYPE512 TYPE32768 ; First, second, third and 128. bitmap window +@ TYPE62 \# 6 000000000000 ; TYPE + Hexadecimal rdata +@ TYPE62 0 0 ; TYPE +@ csync 0 0 ; Type in lower-case + +; KO +@ CSYNC +@ CSYNC ; Empty rdata +@ CSYNC \# 0 ; Hex empty rdata +@ CSYNC 4294967296 0 ; Serial overflow +@ CSYNC 0 65536 ; Flags overflow +@ CSYNC 0 0 TYPE65536 ; Type number overflow +@ CSYNC 0 0 X ; Unknown type -- cgit v1.2.3