aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-05 07:50:01 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-05 07:50:01 +0000
commitaf8888e47cfcfe43c71fc1a7123b01c5628dd90d (patch)
treeec3ea60203734cafe84efcd55c3f0a84756e4722 /Makefile.am
parent272505c22009e6f673d385641fe1d3309dcd820f (diff)
Check in the ASN.1 code for reference purposes, although the SNMP
dissector doesn't use it yet - Nathan Neulinger might use it for a Kerberos 5 dissector, and it might be of use for other dissectors as well. svn path=/trunk/; revision=1215
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f343e4f181..4c9626a64d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.125 1999/12/05 02:32:39 guy Exp $
+# $Id: Makefile.am,v 1.126 1999/12/05 07:50:01 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -155,6 +155,8 @@ DISSECTOR_SOURCES = \
ethereal_SOURCES = \
alignment.h \
+ asn1.c \
+ asn1.h \
capture.c \
capture.h \
colors.c \