aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-26 20:48:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-26 20:48:39 +0000
commit985b7bae1198996299e18b7a6641a6414f8d35c4 (patch)
treebdf502cf5a10bebe287c9a59fd4202d04e115e1d /Makefile.common
parentff4aa701ae083bb7fd26563f1f97aafb49caa2c3 (diff)
Add a dissector table for LAPD SAPIs, and move the #defines for them
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9864 f5534014-38df-0310-8fa8-9805f1628bb7
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 129aa8fb5a..388785ab44 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.3 2004/01/23 10:15:37 guy Exp $
+# $Id: Makefile.common,v 1.4 2004/01/26 20:48:38 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -385,6 +385,7 @@ DISSECTOR_SRC = \
packet-tcap.c \
packet-tcp.c \
packet-tds.c \
+ packet-teimanagement.c \
packet-telnet.c \
packet-teredo.c \
packet-text-media.c \