aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-11 21:22:00 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-11 21:22:00 +0000
commit59bffe6e97d173586046f2205acf94a712643b2f (patch)
treeeae35a570c67cf23c47c12709447482c9f1b3a6a /Makefile.am
parent1d554ab6c9ab6d5383f02f7b10bd775bda8fcefc (diff)
Added mount dissector.
Added stat dissector. Enhancements to portmap dissector. Added rpc_prog_name function to packet-rpc to retrieve the name of an rpc program. This should likely eventually be modified to use the /etc/rpc or rpc.bynumber NIS maps in addition to the programs that are registered within ethereal. svn path=/trunk/; revision=1016
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f7aaaff04e..b7760afb9d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.104 1999/11/11 08:35:11 guy Exp $
+# $Id: Makefile.am,v 1.105 1999/11/11 21:21:59 nneul Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -73,6 +73,8 @@ DISSECTOR_SOURCES = \
packet-lapd.c \
packet-llc.c \
packet-lpd.c \
+ packet-mount.c \
+ packet-mount.h \
packet-nbipx.c \
packet-nbns.c \
packet-ncp.c \
@@ -113,6 +115,8 @@ DISSECTOR_SOURCES = \
packet-smb.c \
packet-sna.c \
packet-sna.h \
+ packet-stat.c \
+ packet-stat.h \
packet-tcp.c \
packet-telnet.c\
packet-tftp.c \