mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
quic: Initial implementation
This commit is contained in:
parent
ffc35d90ba
commit
44d7c45723
12 changed files with 848 additions and 0 deletions
10
src/analyzer/protocol/quic/QUIC.evt
Normal file
10
src/analyzer/protocol/quic/QUIC.evt
Normal file
|
@ -0,0 +1,10 @@
|
|||
protocol analyzer spicy::QUIC over UDP:
|
||||
parse originator with QUIC::RequestFrame,
|
||||
parse responder with QUIC::ResponseFrame,
|
||||
ports { 443/udp };
|
||||
|
||||
import QUIC;
|
||||
import Zeek_QUIC;
|
||||
|
||||
# TODO: Add actual events, instead of this dummy event
|
||||
on QUIC::ResponseFrame -> event QUIC::example($conn);
|
Loading…
Add table
Add a link
Reference in a new issue