mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

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
14 lines
459 B
Text
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
|