Add stun sniffer

This commit is contained in:
世界
2022-07-16 12:01:02 +08:00
parent acccd2968c
commit cc711a141a
4 changed files with 54 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ const (
ProtocolHTTP = "http"
ProtocolQUIC = "quic"
ProtocolDNS = "dns"
ProtocolSTUN = "stun"
)