aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-31 08:10:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-31 08:10:08 +0000
commit19616a2b5fa710644734753f70070a0123d547fc (patch)
tree0081d0a586133ffa4d400380e467c74f8bcdb501 /Makefile.am
parenta2741eef20b9f19531778b8762991ef53fbe860b (diff)
downloadwireshark-19616a2b5fa710644734753f70070a0123d547fc.tar.gz
wireshark-19616a2b5fa710644734753f70070a0123d547fc.tar.bz2
wireshark-19616a2b5fa710644734753f70070a0123d547fc.zip
Add dissector for NetWare Link Services Protocol.
Socket 0x9001 is for NLSP - it supports LANs as well as WANs, at least as I read the specification. Socket 0x9004 is for "IPX WAN 2". svn path=/trunk/; revision=7387
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 e3001126dd..d88d61d63d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.571 2003/03/25 23:33:38 guy Exp $
+# $Id: Makefile.am,v 1.572 2003/03/31 08:10:07 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -290,6 +290,7 @@ DISSECTOR_SRC = \
packet-nfsauth.c \
packet-nisplus.c \
packet-nlm.c \
+ packet-nlsp.c \
packet-nntp.c \
packet-ntlmssp.c \
packet-ntp.c \