aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-30 23:21:19 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-30 23:21:19 +0000
commita445b091270345fda896b5282596587368f71c04 (patch)
tree4158de871b5bae2c9c3c5da8cb2b527986546eb0 /Makefile.am
parent87f15438a02ffa5dc5797b42837c6d784e2ff497 (diff)
Incorporate the AODV6 dissector into the AODV dissector (AODV6 appears
to just be an extension to AODV - and the dissectors use the same port, which doesn't work unless there's only one dissector). svn path=/trunk/; revision=7616
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f090bd62f7..ea8a971a6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.579 2003/04/29 02:55:12 guy Exp $
+# $Id: Makefile.am,v 1.580 2003/04/30 23:21:19 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -91,7 +91,6 @@ DISSECTOR_SRC = \
packet-ajp13.c \
packet-ans.c \
packet-aodv.c \
- packet-aodv6.c \
packet-arcnet.c \
packet-arp.c \
packet-asap.c \