mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Move loading of tcp.bro from command line to script body
This commit is contained in:
parent
ea2b0c3e73
commit
7dfb9e1c7e
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# Generate some output
|
# Generate some output
|
||||||
# @TEST-EXEC: bro -r $TRACES/workshop.trace1.trace %INPUT tcp
|
# @TEST-EXEC: ../../build/src/bro -r $TRACES/workshop.trace1.trace %INPUT
|
||||||
|
|
||||||
|
|
||||||
# Verify the log file, and stderr/out match the Baseline
|
# Verify the log file, and stderr/out match the Baseline
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
# Load the script we're here to test
|
# Load the script we're here to test
|
||||||
@load known-services
|
@load known-services
|
||||||
|
@load tcp
|
||||||
|
|
||||||
# Make some changes to how it runs
|
# Make some changes to how it runs
|
||||||
export {
|
export {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue