aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/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 /wiretap/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 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 2d68dd2360..23b9cbcfd5 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.37 2002/04/30 18:58:15 guy Exp $
+# $Id: Makefile.am,v 1.38 2002/06/07 21:11:24 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -82,6 +82,7 @@ libwiretap_a_SOURCES = \
vms.h \
wtap.c \
wtap.h \
+ wtap-capture.h \
wtap-int.h
EXTRA_DIST = \