diff --git a/CHANGES b/CHANGES index bbfa5a0828..8daf9c1eb1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +7.1.0-dev.639 | 2024-11-27 12:31:40 -0700 + + * Add TEST-REQUIRES: which jq to two new tests that are using jq (Johanna Amann, Corelight) + + * Explain why modbus test does not work with the Spicy SSL analyzer (Johanna Amann, Corelight) + + This took a _long_ time to figure out. + 7.1.0-dev.635 | 2024-11-27 08:29:19 +0000 * Support setting the synchronous flag and the journal_mode for the SQLite log writer. diff --git a/VERSION b/VERSION index 8d196e74ce..07398bcd13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0-dev.635 +7.1.0-dev.639 diff --git a/testing/btest/scripts/policy/protocols/conn/disable-unknown-ip-proto-support.zeek b/testing/btest/scripts/policy/protocols/conn/disable-unknown-ip-proto-support.zeek index 7e3b93a7cb..4f2be07944 100644 --- a/testing/btest/scripts/policy/protocols/conn/disable-unknown-ip-proto-support.zeek +++ b/testing/btest/scripts/policy/protocols/conn/disable-unknown-ip-proto-support.zeek @@ -1,3 +1,4 @@ +# @TEST-REQUIRES: which jq # @TEST-DOC: Test the policy for removing the unknown IP protocol field and connections from conn.log # @TEST-EXEC: zeek -r $TRACES/cisco-fabric-path.pcap %INPUT # @TEST-EXEC: test $(head -1 conn.log | jq 'has("ip_proto")') = "false" diff --git a/testing/btest/scripts/policy/protocols/conn/ip-proto-name-logging.zeek b/testing/btest/scripts/policy/protocols/conn/ip-proto-name-logging.zeek index 0d3ee7fd37..d078adf03c 100644 --- a/testing/btest/scripts/policy/protocols/conn/ip-proto-name-logging.zeek +++ b/testing/btest/scripts/policy/protocols/conn/ip-proto-name-logging.zeek @@ -1,3 +1,4 @@ +# @TEST-REQUIRES: which jq # @TEST-DOC: Tests the ip-proto-name-logging policy file # @TEST-EXEC: zeek -r $TRACES/cisco-fabric-path.pcap %INPUT > out