aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 00:41:11 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 00:41:11 +0000
commit35a0a0ada4a936cad6a74ff26ca11389f6051ad2 (patch)
treecc1bb826c89caf2ba5598a80ed3d09b32a752f27 /Makefile.am
parentcd15d6c0f85ed5ef5948d3a796c1e0ca44668458 (diff)
Export the list of OSI NLPIDs in "nlpid.h", for use by the CDP
dissector. Add a "value_string" table for NLPIDs to the OSI dissector, and export it for use by the CDP dissector. Fix the CDP dissector as per the documentation in http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm and as per some traces we have with CDP data in them. svn path=/trunk/; revision=1455
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 1b15602d71..e3d1851af5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.148 2000/01/09 20:28:19 guy Exp $
+# $Id: Makefile.am,v 1.149 2000/01/13 00:41:10 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -208,6 +208,7 @@ ethereal_SOURCES = \
ipv4.c \
ipv4.h \
menu.h \
+ nlpid.h \
oui.h \
packet.c \
packet.h \