aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-12 22:35:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-12 22:35:21 +0000
commit6ffb0280ee4da969b26107a53eb6c4f7d26cc0ea (patch)
tree8bde3b485639272bf48c25a3f96983ab0ca28f0e /Makefile.am
parentaa9cd7b7d7255ea4f358873a7fe52c1e8a99a8d4 (diff)
Break out the PER functions from the alternative h245 dissector
and put them in their own file. I had to put them im packet-per.c instead of asn1-per.c since othervise i couldnt get it to invoke the register routine from register.c the per dissector is compiled into ethereal by default, but there are no callers in ethereal until the h245 dissector is added. someone that knows the registry stuff better might consider renaming it to asn1-per.c instead of packet-per.c svn path=/trunk/; revision=8017
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 688c55b89e..f729600313 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.597 2003/07/11 09:30:47 guy Exp $
+# $Id: Makefile.am,v 1.598 2003/07/12 22:35:20 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -311,6 +311,7 @@ DISSECTOR_SRC = \
packet-osi-options.c \
packet-ospf.c \
packet-pcnfsd.c \
+ packet-per.c \
packet-pflog.c \
packet-pgm.c \
packet-pim.c \