aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-10-29 11:32:07 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-10-29 11:32:07 +0000
commiteca5a7d7d410554825e972c28c7be7732b32e9d4 (patch)
tree7f28c6d5d782d1eece3e8d1ccb64197cabe878bb /epan/dissectors/Makefile.common
parentbf43e715215b9120b99b26bba7385defbc207bda (diff)
add a asn2wrs generated T.125 MCP dissector
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets svn path=/trunk/; revision=23307
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index e98be8a10e..e9d8c69a31 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -139,6 +139,7 @@ ASN_DISSECTOR_SRC = \
packet-smrse.c \
packet-snmp.c \
packet-spnego.c \
+ packet-t125.c \
packet-tcap.c \
packet-ulp.c \
packet-wlancertextn.c \