quic: Initial implementation

This commit is contained in:
Joost 2022-08-23 14:47:23 +02:00 committed by Arne Welzel
parent ffc35d90ba
commit 44d7c45723
12 changed files with 848 additions and 0 deletions

View 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);