aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorjfoster <jfoster@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 19:22:02 +0000
committerjfoster <jfoster@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 19:22:02 +0000
commit0d881fd6e48e6b06a1c22e85568729ffea60693e (patch)
tree88c1c9d39b9f9fe54160ee19e637611dd664f81c /Makefile.am
parentd45a52e662c208280636f26fbaacb636e06a5313 (diff)
Updated the frame relay dissector - dissect-fr.c
Added the LMI dissector for frame relay - dissect-lmi.c Added Wellfleet compression dissector - dissect-wcp.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3168 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cfbe9ebbdc..18e2c060a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.294 2001/03/22 23:54:44 gram Exp $
+# $Id: Makefile.am,v 1.295 2001/03/23 19:22:02 jfoster Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -141,6 +141,7 @@ DISSECTOR_SOURCES = \
packet-ldap.c \
packet-ldp.c \
packet-llc.c \
+ packet-lmi.c \
packet-lpd.c \
packet-m3ua.c \
packet-mapi.c \
@@ -220,6 +221,7 @@ DISSECTOR_SOURCES = \
packet-vrrp.c \
packet-vtp.c \
packet-wccp.c \
+ packet-wcp.c \
packet-who.c \
packet-wap.c \
packet-wtls.c \