aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-25 08:10:57 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-25 08:10:57 +0000
commit90462003ae50c81a65e2b9ad418308992604e6e2 (patch)
tree2e0a973a568ca76edff1e5598f42df49a93ed6ab /Makefile.am
parent106fdb1094eb8127fc1dc90761907a59914a313e (diff)
From Jamie Fournier: DCE RPC EPM version 4 support, and stub support for
BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9080 f5534014-38df-0310-8fa8-9805f1628bb7
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 ed4cdea296..14b02fdc3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.659 2003/11/24 00:34:12 guy Exp $
+# $Id: Makefile.am,v 1.660 2003/11/25 08:10:55 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -138,6 +138,7 @@ DISSECTOR_SRC = \
packet-dcerpc-atsvc.c \
packet-dcerpc-bossvr.c \
packet-dcerpc-browser.c \
+ packet-dcerpc-budb.c \
packet-dcerpc-butc.c \
packet-dcerpc-cds_clerkserver.c \
packet-dcerpc-cds_solicit.c \
@@ -150,8 +151,10 @@ DISSECTOR_SRC = \
packet-dcerpc-dtsprovider.c \
packet-dcerpc-dtsstime_req.c \
packet-dcerpc-epm.c \
+ packet-dcerpc-epm4.c \
packet-dcerpc-fldb.c \
packet-dcerpc-ftserver.c \
+ packet-dcerpc-icl_rpc.c \
packet-dcerpc-initshutdown.c \
packet-dcerpc-krb5rpc.c \
packet-dcerpc-lsa.c \
@@ -174,6 +177,7 @@ DISSECTOR_SRC = \
packet-dcerpc-rs_misc.c \
packet-dcerpc-rs_plcy.c \
packet-dcerpc-rs_pgo.c \
+ packet-dcerpc-rs_prop_acct.c \
packet-dcerpc-rs_repadm.c \
packet-dcerpc-rs_replist.c \
packet-dcerpc-rs_unix.c \