From e7793937bafc8d174ac7103306621d431ad3a05d Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 5 Sep 2025 07:38:47 +0200 Subject: [PATCH] tests: add issue 3844 test --- tests/bug-3844/input.pcap | Bin 0 -> 656 bytes tests/bug-3844/test.yaml | 9 +++++++++ tests/bug-3844/writepcap.py | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 tests/bug-3844/input.pcap create mode 100644 tests/bug-3844/test.yaml create mode 100755 tests/bug-3844/writepcap.py diff --git a/tests/bug-3844/input.pcap b/tests/bug-3844/input.pcap new file mode 100644 index 0000000000000000000000000000000000000000..00e8a858defd1bf7b196c22c1dcfdf4c6298b7df GIT binary patch literal 656 zc-p&ic+)~A1{MYw`2U}Qfe}cTe&3jJfQg;K3&;jxRu*O^pg1EFGYe}Y0|OfegDV4r z1xTp_Tgfg)AYcLl155b{3=AycAd@CADKI>4V_;xrX64`l3SMGh5YvO2?9Il`U z#n4y~W@oSmnqrU3BweUUM{$`HXu-hX?i!+?4>InU7(0U}&?rw_UNnaqw;Roiu|Ola lLB_cOhi" +pkts += Ether(dst='05:04:03:02:01:00', src='00:01:02:03:04:05')/Dot1Q(vlan=6)/IP(src='1.1.1.1', dst='2.2.2.2')/TCP(dport=8080,sport=12345,flags='R',seq=3339) + +wrpcap('input.pcap', pkts) + -- 2.47.3