aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-12 22:52:43 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-12 22:52:43 +0000
commit8a9b35cb5e016f8e5936d0dd48d9edc6fb64d57a (patch)
treeeadbf839094b44e673f74473d5ba252222011f2e /plugins/Makefile.am
parent8f7a0ba2e1353235de78266c82789187b488d3d1 (diff)
From Anand V. Narwani:
DOCSIS support, including support for "Ethernet" captures where the raw frame is a DOCSIS frame rather than an Ethernet frame (some Cisco cable-modem head-end gear can send out a trace of all traffic on an Ethernet, but what it sends are the raw bytes of DOCSIS frames, not Ethernet frames) Get rid of second AUTHORS entry for Devin Heitmueller, merging its item into the older entry. Clean up the order of some lists of plugin items. svn path=/trunk/; revision=5861
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e5c7638ced..138b9d060d 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,13 +1,12 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.10 2002/07/06 20:40:45 guy Exp $
+# $Id: Makefile.am,v 1.11 2002/07/12 22:52:39 guy Exp $
#
# Ethereal - Network traffic analyzer
-# By Gerald Combs <gerald@zing.org>
+# By Gerald Combs <gerald@ethereal.com>
# Copyright 1998 Gerald Combs
#
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
@@ -22,7 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-SUBDIRS = gryphon mgcp giop
+SUBDIRS = docsis giop gryphon mgcp
plugindir = @plugindir@