aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-29 05:16:15 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-29 05:16:15 +0000
commitd673500082461b67f57914dca6176447f73f6c27 (patch)
tree5469fa22c76501813519d37f54fc09a373e07c8c /Makefile.am
parentd6d2a9ccc99fadfb5a0fd6b1c9052bf6c2bcdb54 (diff)
Wrap the dissect_fddi() call (with a 4th argument) with
dissect_fddi_not_bitswapped() and dissect_fddi_bitswapped(), both of which use the standard 3-argument tvbuffified-dissector argument list. Add a dissector table called "wtap_encap" which is used to call dissectors from dissect_frame(). The switch() statement from this top-level dissector is removed. The link-layer dissectors register themselves with the "wtap_encap" dissector table. The dissectors are now static where possible. svn path=/trunk/; revision=2708
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 98a78dcdfd..ded19b43c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.252 2000/11/22 04:03:22 gram Exp $
+# $Id: Makefile.am,v 1.253 2000/11/29 05:16:14 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -184,9 +184,7 @@ noinst_HEADERS = \
packet-afs-register-info.h \
packet-afs-defs.h \
packet-arp.h \
- packet-ascend.h\
packet-atalk.h \
- packet-atm.h \
packet-bgp.h \
packet-bootparams.h \
packet-cdp.h \
@@ -214,8 +212,6 @@ noinst_HEADERS = \
packet-isis-snp.h \
packet-isl.h \
packet-kerberos.h \
- packet-lapb.h \
- packet-lapd.h \
packet-ldap.h \
packet-llc.h \
packet-mount.h \
@@ -252,7 +248,6 @@ noinst_HEADERS = \
packet-tr.h \
packet-trmac.h \
packet-udp.h \
- packet-v120.h \
packet-vines.h \
packet-vlan.h \
packet-vtp.h \