aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-12 08:58:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-12 08:58:45 +0000
commit6ff9b3366eda8f43c55c558fd379a1deed319f89 (patch)
treef8e5c10708fbe1ca0599431d9f2ae2b79e1c01d0 /Makefile.am
parent0b0116e207e30177d57ee227879faae9b74cd16c (diff)
Support for DCE RPC atop SMB, and support for several Microsoft DCE RPC
services used with SMB, from Tim Potter. svn path=/trunk/; revision=4194
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a03a9720bd..8e3e9e32a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.378 2001/11/09 07:44:47 guy Exp $
+# $Id: Makefile.am,v 1.379 2001/11/12 08:58:43 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -178,6 +178,14 @@ DISSECTOR_SRC = \
packet-msdp.c \
packet-msnip.c \
packet-msproxy.c \
+ packet-msrpc-dfs.c \
+ packet-msrpc-lsa.c \
+ packet-msrpc-netlogon.c \
+ packet-msrpc-reg.c \
+ packet-msrpc-samr.c \
+ packet-msrpc-spoolss.c \
+ packet-msrpc-srvsvc.c \
+ packet-msrpc-wkssvc.c \
packet-mtp3.c \
packet-nbipx.c \
packet-nbns.c \