feat: support sniff quic fragment data (#1899)

This commit is contained in:
5aaee9
2025-03-13 13:19:36 +08:00
committed by GitHub
parent 7ff046a455
commit 801f3c35ce
5 changed files with 558 additions and 238 deletions

View File

@@ -10,6 +10,10 @@ type Sniffer interface {
SupportPort(port uint16) bool
}
type MultiPacketSniffer interface {
WrapperSender(packetSender constant.PacketSender, override bool) constant.PacketSender
}
const (
TLS Type = iota
HTTP