aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-25 10:06:50 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-25 10:06:50 +0000
commit37a5bff0fd85381cb6556523d912d4a35fdefc98 (patch)
tree83757addee921825375a3efe25e62abd1f9b546c /Makefile.am
parent0045ede55726785e7991f1673f526a048c147885 (diff)
Added new stub dissector for MS Messenger Service.
Anyone that knows either where doc can be found or which API that can generate such calls are welcome to email me. svn path=/trunk/; revision=7929
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 e6adedda64..7aeec37a54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.592 2003/06/19 01:41:13 gerald Exp $
+# $Id: Makefile.am,v 1.593 2003/06/25 10:06:50 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -142,6 +142,7 @@ DISSECTOR_SRC = \
packet-dcerpc-lsa.c \
packet-dcerpc-lsa-ds.c \
packet-dcerpc-mapi.c \
+ packet-dcerpc-messenger.c \
packet-dcerpc-mgmt.c \
packet-dcerpc-ndr.c \
packet-dcerpc-netlogon.c \