aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-17 00:32:43 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-17 00:32:43 +0000
commit0ba3e2b233c719f12627694f562c4974f8ecbfe2 (patch)
treebeec035095e135d72c17c3cdee265524a117611f /Makefile.am
parent83a275737e3a5c00e3b81ef2f6e91d89bb559368 (diff)
Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors
for protocols that run inside 802.2 LLC register themselves with it using "dissector_add()". Make various dissectors static if they can be, and remove from header files declarations of those dissectors. svn path=/trunk/; revision=1872
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 18ee68df6d..397cffd9a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.188 2000/04/16 22:59:35 guy Exp $
+# $Id: Makefile.am,v 1.189 2000/04/17 00:32:36 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -251,6 +251,7 @@ ETHEREAL_COMMON_SOURCES = \
ipproto.c \
ipv4.c \
ipv4.h \
+ llcsaps.h \
nlpid.h \
oui.h \
packet.c \