aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-12-11 03:04:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-12-11 03:04:26 +0000
commitad4353006354b97a0cac1074032e4b503d5b0d64 (patch)
tree6fa214e2c3498e073c2d74a842d205b1c084d39d /Makefile.am
parent975be62d24f53097ab97d3428dac11533a54a83a (diff)
Update mtp3 dissector. Add mtp2 dissector.
From ichael Tuexen <Michael.Tuexen@micmac.franken.de> svn path=/trunk/; revision=4382
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 63a96a2736..03b1a08418 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.392 2001/12/08 01:45:35 guy Exp $
+# $Id: Makefile.am,v 1.393 2001/12/11 03:04:26 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -187,6 +187,7 @@ DISSECTOR_SRC = \
packet-msdp.c \
packet-msnip.c \
packet-msproxy.c \
+ packet-mtp2.c \
packet-mtp3.c \
packet-nbipx.c \
packet-nbns.c \