]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
dhcp test: fix test for new unicode encoding 241/head
authorJason Ish <jason.ish@oisf.net>
Wed, 3 Jun 2020 05:48:39 +0000 (23:48 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 3 Jun 2020 05:48:39 +0000 (23:48 -0600)
commitdf9708697c45d75680e0d83179d8b8d396f8ed10
tree31fc1a91bb77b18fcc41e4648f297dcf57d084c2
parent7361b33c2c482ea85013501f5d85af84ad787da2
dhcp test: fix test for new unicode encoding

With JsonBuilder, NUL bytes in a string are now encoded as
unicode (\u0000) instead of our previous convention of \\x00.

Rename the old test as its still required for pre version 6.0.
tests/dhcp-eve-extended-pre-6/input.pcap [new file with mode: 0644]
tests/dhcp-eve-extended-pre-6/suricata.yaml [new file with mode: 0644]
tests/dhcp-eve-extended-pre-6/test.yaml [new file with mode: 0644]
tests/dhcp-eve-extended/test.yaml