aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-24 19:29:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-24 19:29:14 +0000
commit30018098c6295eaa98a119875229cba5c1035ce8 (patch)
treeab3d1066ba200cfc78954f34941bd95e72b64e98 /Makefile.am
parent6f3e71231e621c429e4688f9b200b74fb0fb31e9 (diff)
Modbus/TCP support, from Riaan Swart.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3376 f5534014-38df-0310-8fa8-9805f1628bb7
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 157fb489e0..646cad2595 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.314 2001/04/24 19:18:01 guy Exp $
+# $Id: Makefile.am,v 1.315 2001/04/24 19:29:12 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -150,6 +150,7 @@ DISSECTOR_SOURCES = \
packet-lpd.c \
packet-m3ua.c \
packet-mapi.c \
+ packet-mbtcp.c \
packet-mip.c \
packet-mount.c \
packet-mpls.c \