aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-21 07:35:51 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-21 07:35:51 +0000
commit475f0173afa2f9d78472338f5b404d469b6e63d2 (patch)
treeceb35affc2c80067b78b1daed782613d272ca6b2 /epan/dissectors/Makefile.common
parent3c545fe1e2b4288da40c47f88e364393a98052c1 (diff)
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
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index bec86ca595..95683443ad 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -186,6 +186,7 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-rrc.c \
packet-rrlp.c \
packet-snmp.c \
+ packet-t124.c \
packet-t125.c \
packet-tcap.c \
packet-tetra.c
@@ -809,6 +810,7 @@ DISSECTOR_SRC = \
packet-radius_packetcable.c \
packet-raw.c \
packet-rdm.c \
+ packet-rdp.c \
packet-rdt.c \
packet-redback.c \
packet-redbackli.c \
@@ -1269,6 +1271,7 @@ DISSECTOR_INCLUDES = \
packet-radius.h \
packet-ranap.h \
packet-raw.h \
+ packet-rdp.h \
packet-rdt.h \
packet-rgmp.h \
packet-rlc.h \
@@ -1324,6 +1327,7 @@ DISSECTOR_INCLUDES = \
packet-stat.h \
packet-stat-notify.h \
packet-sv.h \
+ packet-t124.h \
packet-t30.h \
packet-t38.h \
packet-tacacs.h \