Introduce DTLS sniffer

This commit is contained in:
世界
2024-07-07 15:45:50 +08:00
parent 89f07b1042
commit bb6f6bae6e
6 changed files with 99 additions and 16 deletions

View File

@@ -7,4 +7,5 @@ const (
ProtocolDNS = "dns"
ProtocolSTUN = "stun"
ProtocolBitTorrent = "bittorrent"
ProtocolDTLS = "dtls"
)