Add RDP sniffer

This commit is contained in:
世界 2024-08-28 14:22:19 +08:00
parent e39a28ed5a
commit 4a95558c53
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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 (