Add DTLS sniffer

This commit is contained in:
世界
2024-10-07 04:58:48 +08:00
parent 4b7a83da16
commit 369bc7cea3
6 changed files with 99 additions and 16 deletions
+1
View File
@@ -7,4 +7,5 @@ const (
ProtocolDNS = "dns"
ProtocolSTUN = "stun"
ProtocolBitTorrent = "bittorrent"
ProtocolDTLS = "dtls"
)