Basic RDP dissection, which can dissect the connection sequence.
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Sep 2011 07:35:51 +0000 (07:35 +0000)
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Sep 2011 07:35:51 +0000 (07:35 +0000)
commit475f0173afa2f9d78472338f5b404d469b6e63d2
treeceb35affc2c80067b78b1daed782613d272ca6b2
parent3c545fe1e2b4288da40c47f88e364393a98052c1
Basic RDP dissection, which can dissect the connection sequence.
A work in progress.
Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL.
With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted
after the SecurityExchange PDU.
Wiki to be updated with an example SSL protected capture and associated
key material.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39066 f5534014-38df-0310-8fa8-9805f1628bb7
21 files changed:
asn1/Makefile.am
asn1/t124/GCC-PROTOCOL.asn [new file with mode: 0644]
asn1/t124/Makefile [new file with mode: 0644]
asn1/t124/Makefile.am [new file with mode: 0644]
asn1/t124/Makefile.common [new file with mode: 0644]
asn1/t124/Makefile.in [new file with mode: 0644]
asn1/t124/Makefile.nmake [new file with mode: 0644]
asn1/t124/packet-t124-template.c [new file with mode: 0644]
asn1/t124/packet-t124-template.h [new file with mode: 0644]
asn1/t124/t124.cnf [new file with mode: 0644]
asn1/t125/packet-t125-template.c
asn1/t125/t125.cnf
epan/CMakeLists.txt
epan/dissectors/Makefile.common
epan/dissectors/packet-rdp.c [new file with mode: 0644]
epan/dissectors/packet-rdp.h [new file with mode: 0644]
epan/dissectors/packet-ses.c
epan/dissectors/packet-t124.c [new file with mode: 0644]
epan/dissectors/packet-t124.h [new file with mode: 0644]
epan/dissectors/packet-t125.c
epan/dissectors/packet-tpkt.c