aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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.am
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.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 341824ca62..64caa4284c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.701 2004/01/25 17:51:53 gerald Exp $
+# $Id: Makefile.am,v 1.702 2004/01/26 20:48:38 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -417,6 +417,7 @@ DISSECTOR_SUPPORT_SRC = \
ip_opts.h \
ipproto.c \
ipproto.h \
+ lapd_sapi.h \
llcsaps.h \
nlpid.h \
oui.h \