10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# @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;
|
|
}
|