zeek/testing/btest/scripts/policy/protocols/conn/mac-logging.zeek
Robin Sommer 789cb376fd GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev.
This also installs symlinks from "zeek" and "bro-config" to a wrapper
script that prints a deprecation warning.

The btests pass, but this is still WIP. broctl renaming is still
missing.

#239
2019-05-01 21:43:45 +00:00

14 lines
459 B
Text

# A basic test of the mac logging script
# @TEST-EXEC: zeek -b -C -r $TRACES/wikipedia.trace %INPUT
# @TEST-EXEC: mv conn.log conn1.log
# @TEST-EXEC: zeek -b -C -r $TRACES/radiotap.pcap %INPUT
# @TEST-EXEC: mv conn.log conn2.log
# @TEST-EXEC: zeek -b -C -r $TRACES/llc.pcap %INPUT
# @TEST-EXEC: mv conn.log conn3.log
#
# @TEST-EXEC: btest-diff conn1.log
# @TEST-EXEC: btest-diff conn2.log
# @TEST-EXEC: btest-diff conn3.log
@load protocols/conn/mac-logging