mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Added plugin.unprocessed_packet_hook btest
This commit is contained in:
parent
d0f8c50417
commit
6e8dae316b
8 changed files with 540 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
event packet_not_processed(pkt: pcap_packet)
|
||||
{
|
||||
print fmt("packet_not_processed: ts=%d.%d", pkt$ts_sec, pkt$ts_usec);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue