aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-17 02:17:29 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-17 02:17:29 +0000
commitb68f2dde89f605284460e13dae152878bfd5c55b (patch)
tree0cccaf22256fef82755255a68d752fea5e276c89 /Makefile.am
parentd04da40cba2d747a184cdda1565ffa3ebec77cae (diff)
Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.
Rename the dissector for the Netware SAP protocol to "dissect_ipxsap()", so as to keep its name from colliding with that of the dissector for the Session Announcement Protocol. svn path=/trunk/; revision=1046
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 2765d4224d..5842b5ea97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.108 1999/11/15 14:17:17 nneul Exp $
+# $Id: Makefile.am,v 1.109 1999/11/17 02:17:07 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -114,6 +114,7 @@ DISSECTOR_SOURCES = \
packet-rtsp.c \
packet-rx.c \
packet-rx.h \
+ packet-sap.c \
packet-sdp.c \
packet-smb.c \
packet-sna.c \