feat: quic analyzer (client side only)

This commit is contained in:
Toby
2024-02-11 22:25:37 -08:00
parent 7a52228ec6
commit c1e90960dd
13 changed files with 932 additions and 191 deletions

View File

@@ -93,6 +93,7 @@ var analyzers = []analyzer.Analyzer{
&tcp.TLSAnalyzer{},
&tcp.TrojanAnalyzer{},
&udp.DNSAnalyzer{},
&udp.QUICAnalyzer{},
&udp.WireGuardAnalyzer{},
}