mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
9 lines
293 B
Text
9 lines
293 B
Text
# @TEST-EXEC: zeek -b -r $TRACES/lldp.pcap %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
event unknown_protocol(analyzer_name: string, protocol: count, first_bytes: string,
|
|
analyzer_history: string_vec)
|
|
{
|
|
print analyzer_name, protocol, bytestring_to_hexstr(first_bytes),
|
|
analyzer_history;
|
|
}
|