aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-01 21:18:10 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-01 21:18:10 +0000
commit8e9d0bd9b60de1194b66fe19c08db0a6401cde57 (patch)
tree41fdb79a638164f3fa5b6cfec324450dcc956622 /Makefile.common
parente163f38b43216f633e856f79493e9662a3cbf466 (diff)
From metatech:
for the MQ dissector: - PDU desegmentation; - XA messages; - Netbios, SPX, HTTP support; - Subdissector table; dissector for the MQ Programmable Command Formats protocol. svn path=/trunk/; revision=10761
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index fbea925cb4..4279572f3b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.40 2004/04/29 22:40:20 sahlberg Exp $
+# $Id: Makefile.common,v 1.41 2004/05/01 21:18:09 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -131,6 +131,7 @@ DISSECTOR_INCLUDES = \
packet-llc.h \
packet-mip6.h \
packet-mount.h \
+ packet-mq.h \
packet-mrdisc.h \
packet-msnip.h \
packet-mtp3.h \