aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-16 09:23:56 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-16 09:23:56 +0000
commit987d45a974b8abeafc27f04342eb50a1d448fc00 (patch)
treebf43483a043bd7aa11be2ed5813dca3d15ef1e75 /Makefile.am
parentcc4aeb23e6c72d4ddc21cc12ab730cf484e12d66 (diff)
Add a new parameter to the constrained integer dissector so that it also handles
constrained integers with an extension marker. Update all calls to the constrained integer dissector Add dissection to the rfc_number type which is a constrasined integer with an extension marker Add H245 so that it builds by default in ethereal. It has been tested extensively by a semi-large number of people with a lot of real and synthetic captures and seems to work very well. New protocol added to ethereal svn path=/trunk/; revision=8032
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ab2e7b89fe..49545b70a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.599 2003/07/16 04:20:33 tpot Exp $
+# $Id: Makefile.am,v 1.600 2003/07/16 09:23:55 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -215,6 +215,7 @@ DISSECTOR_SRC = \
packet-gtp.c \
packet-gvrp.c \
packet-h1.c \
+ packet-h245.c \
packet-h261.c \
packet-hclnfsd.c \
packet-hpext.c \