Add RDP sniffer

This commit is contained in:
世界
2024-08-28 14:22:19 +08:00
parent 04613c27e2
commit cb46b648d7
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 (