summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-23 23:45:22 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-23 23:45:22 +0000
commit73ef38e5b704ba4bf9eee420b504ef306d52373d (patch)
tree1bc37a66ec591377a6baddd07270a9cc28ff0c6d /Makefile.am
parent18f75ae54732fc58dd5bb19808ef79db2c8984ff (diff)
downloadwireshark-73ef38e5b704ba4bf9eee420b504ef306d52373d.tar.gz
Skeleton NSPI dissector, from Todd Sabin.
svn path=/trunk/; revision=5536
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 d96fdbd0d4..eb5b213b19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.433 2002/05/23 23:37:48 guy Exp $
+# $Id: Makefile.am,v 1.434 2002/05/23 23:45:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -109,6 +109,7 @@ DISSECTOR_SRC = \
packet-dcerpc-mgmt.c \
packet-dcerpc-ndr.c \
packet-dcerpc-netlogon.c \
+ packet-dcerpc-nspi.c \
packet-dcerpc-nt.c \
packet-dcerpc-oxid.c \
packet-dcerpc-reg.c \