aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-25 10:09:04 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-25 10:09:04 +0000
commit98e3ae148c12762142b0674f9a646bef362627e5 (patch)
treeef7896cdd069e5cc94ab04598445d22a43ccb944 /Makefile.common
parent6b29524e23d8768b18e827a46280563f816257ff (diff)
H.235 dissector from Tomas compiler script.
This should make H.235 semicomplete and make a lot more H.225 packets dissect properly. Please test. svn path=/trunk/; revision=10993
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index dc5192f454..3c2c044861 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.45 2004/05/18 08:22:26 sahlberg Exp $
+# $Id: Makefile.common,v 1.46 2004/05/25 10:09:03 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -103,6 +103,7 @@ DISSECTOR_INCLUDES = \
packet-gssapi.h \
packet-gtp.h \
packet-h225.h \
+ packet-h235.h \
packet-h245.h \
packet-hclnfsd.h \
packet-hpext.h \