aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-15 05:42:35 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-15 05:42:35 +0000
commit7c3fcbac34993a39ed0f3ed753bfd72a5bcf3c5a (patch)
treed236e4d44462d64ef10c1b95c12ca99d8ed68854 /Makefile.am
parent1247a909605a80b9c92c7f15031f0e022affc76e (diff)
IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.
Add in stuff for a bunch of libpcap formats either in libpcap 0.5.2 or in the current CVS version; we don't implement all of them in Ethereal/Wiretap (those are "#if 0"ed out), but we do implement the IEEE 802.11 stuff (which isn't yet in libpcap or tcpdump, but the CVS version of libpcap *does* reserve 105 as the encapsulation type number for 802.11). svn path=/trunk/; revision=2646
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 8b5b516708..c8f9adca8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.244 2000/11/09 10:04:46 gram Exp $
+# $Id: Makefile.am,v 1.245 2000/11/15 05:41:41 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -78,6 +78,7 @@ DISSECTOR_SOURCES = \
packet-ipv6.c \
packet-ipx.c \
packet-irc.c \
+ packet-ieee80211.c \
packet-isakmp.c\
packet-isis.c \
packet-isis-clv.c \
@@ -202,6 +203,7 @@ noinst_HEADERS = \
packet-frame.h \
packet-h261.h \
packet-http.h \
+ packet-ieee80211.h \
packet-ip.h \
packet-ipp.h \
packet-ipsec.h \