diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-03-31 08:10:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-03-31 08:10:08 +0000 |
commit | 19616a2b5fa710644734753f70070a0123d547fc (patch) | |
tree | 0081d0a586133ffa4d400380e467c74f8bcdb501 /Makefile.am | |
parent | a2741eef20b9f19531778b8762991ef53fbe860b (diff) | |
download | wireshark-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.am | 3 |
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 \ |