Add RDP sniffer

This commit is contained in:
世界
2024-08-28 14:22:19 +08:00
parent ad23ef00f4
commit 68cdf18c99
5 changed files with 135 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ const (
ProtocolBitTorrent = "bittorrent"
ProtocolDTLS = "dtls"
ProtocolSSH = "ssh"
ProtocolRDP = "rdp"
)
const (