aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-15 21:11:01 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-15 21:11:01 +0000
commit41e8c2951b8faa819cd8c3efacbe900ac24ae1b8 (patch)
tree47532cf8db651cb8763e1345014464d29f8760e4 /Makefile.am
parent287923f974dc9dc92277eaa3f74183f6ab7cfd9d (diff)
Add support for SNA-over-X.25. Add QLLC dissector. I still need to
work on dissecting the Information frame of QLLC packets. Thanks to mario.ferreira@hsbc.com.br for lots of information on SNA over X.25. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4207 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 1cb71bc72f..5947633cdd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.380 2001/11/15 20:35:23 gram Exp $
+# $Id: Makefile.am,v 1.381 2001/11/15 21:11:01 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -211,6 +211,7 @@ DISSECTOR_SRC = \
packet-pptp.c \
packet-q2931.c \
packet-q931.c \
+ packet-qllc.c \
packet-quake.c \
packet-quakeworld.c \
packet-quake2.c \