aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-07 21:11:24 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-07 21:11:24 +0000
commitc2b438ddfa12d8cec7b4da8026012d2808baad5a (patch)
treebe2e1bf7af783c71c773706bc786dec9d18b26a6 /Makefile.am
parentec511777923e32cdb0b1877ece838a376f511076 (diff)
Add a Wiretap routine to process packets captured via libpcap, possibly
extracting a pseudo-header, for the use of SunATM captures. Add support for SunATM capture. svn path=/trunk/; revision=5652
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 a8264744ae..95eb8e2184 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.439 2002/06/02 12:32:08 sahlberg Exp $
+# $Id: Makefile.am,v 1.440 2002/06/07 21:11:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -374,6 +374,7 @@ noinst_HEADERS = \
packet-afs-defs.h \
packet-arp.h \
packet-atalk.h \
+ packet-atm.h \
packet-bgp.h \
packet-bootparams.h \
packet-chdlc.h \