1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# RDP - Remote Desktop Protocol (used in Windows Terminal Services)
# Pattern attributes: ok notsofast notsofast
# Protocol groups: remote_access proprietary
# Wiki: http://www.protocolinfo.org/wiki/RDP
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
#
# This pattern was submitted by Michael Leong. It has been tested under the
# following conditions: "WinXP Pro with all the patches, rdesktop server
# running on port 7000 instead of 3389 --> WinXP Pro Remote Desktop Client."
# Also tested is WinXP to Win 2000 Server.
# At least one other person has reported it to work as well.
rdp
rdpdr.*cliprdr.*rdpsnd
# Old pattern, submitted by Daniel Weatherford.
# rdpdr.*cliprdp.*rdpsnd
|