mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
quic: Initial implementation
This commit is contained in:
parent
ffc35d90ba
commit
44d7c45723
12 changed files with 848 additions and 0 deletions
1
scripts/base/protocols/quic/__load__.zeek
Normal file
1
scripts/base/protocols/quic/__load__.zeek
Normal file
|
@ -0,0 +1 @@
|
|||
@load ./main
|
2
scripts/base/protocols/quic/main.zeek
Normal file
2
scripts/base/protocols/quic/main.zeek
Normal file
|
@ -0,0 +1,2 @@
|
|||
module QUIC;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue