mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This commit renames analyzer-failed.log to analyzer.log, and updates the respective news entry.
10 lines
440 B
Text
10 lines
440 B
Text
# This test validates that we can read VXLAN traffic without throwing analyzer violations
|
|
# when the internal packets are something we can't process. In this case, the internal
|
|
# packets are IGMP, which we don't have an analyzer for.
|
|
|
|
# @TEST-EXEC: zeek -r $TRACES/tunnels/vxlan-encapsulated-igmp-v2.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff conn.log
|
|
# @TEST-EXEC: ! test -f analyzer.log
|
|
|
|
@load base/frameworks/tunnels
|
|
@load base/protocols/conn
|