aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-22 20:26:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-22 20:26:16 +0000
commit51996714412f966065f1d53504680035d9924c64 (patch)
tree8f213a0cf3c74ecdae8926dd76b6826363541a3a /plugins/docsis
parentec5efe737034e83e668edcbc22a22148860cf449 (diff)
Convert most other plugin dissectors to use the make-dissector-reg
scripts. svn path=/trunk/; revision=17961
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/Makefile.am2
-rw-r--r--plugins/docsis/Makefile.common46
-rw-r--r--plugins/docsis/Makefile.nmake2
3 files changed, 24 insertions, 26 deletions
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index 46cc8355a2..863213d152 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am
-# Automake file for Ethereal/docsis subdissectors
+# Automake file for DOCSIS plugin
#
# $Id$
#
diff --git a/plugins/docsis/Makefile.common b/plugins/docsis/Makefile.common
index 50e4723d7f..28cff17603 100644
--- a/plugins/docsis/Makefile.common
+++ b/plugins/docsis/Makefile.common
@@ -1,4 +1,4 @@
-# Makefile.common for Ethereal/docsis subdissectors
+# Makefile.common for DOCSIS plugin
# Contains the stuff from Makefile.am and Makefile.nmake that is
# a) common to both files and
# b) portable between both files
@@ -28,40 +28,38 @@ PLUGIN_NAME = docsis
# the dissector sources (without any helpers)
DISSECTOR_SRC = \
+ packet-bpkmattr.c \
+ packet-bpkmreq.c \
+ packet-bpkmrsp.c \
packet-intrngreq.c \
- packet-type29ucd.c \
+ packet-dccack.c \
+ packet-dccreq.c \
+ packet-dccrsp.c \
+ packet-dcd.c \
packet-docsis.c \
- packet-bpkmattr.c \
+ packet-dsaack.c \
+ packet-dsareq.c \
packet-dsarsp.c \
- packet-macmgmt.c \
- packet-rngrsp.c \
- packet-bpkmreq.c \
packet-dscack.c \
- packet-map.c \
- packet-tlv.c \
- packet-bpkmrsp.c \
packet-dscreq.c \
- packet-regack.c \
- packet-uccreq.c \
packet-dscrsp.c \
- packet-regreq.c \
- packet-uccrsp.c \
- packet-dsaack.c \
packet-dsdreq.c \
- packet-regrsp.c \
- packet-ucd.c \
- packet-dsareq.c \
packet-dsdrsp.c \
+ packet-macmgmt.c \
+ packet-map.c \
+ packet-regack.c \
+ packet-regreq.c \
+ packet-regrsp.c \
packet-rngreq.c \
- packet-vendor.c \
- packet-dccack.c \
- packet-dccreq.c \
- packet-dccrsp.c \
- packet-dcd.c
+ packet-rngrsp.c \
+ packet-tlv.c \
+ packet-type29ucd.c \
+ packet-uccreq.c \
+ packet-uccrsp.c \
+ packet-ucd.c \
+ packet-vendor.c
# corresponding headers
DISSECTOR_INCLUDES = \
packet-docsis.h \
packet-tlv.h
-
-
diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake
index 383dbf300d..121e9d277c 100644
--- a/plugins/docsis/Makefile.nmake
+++ b/plugins/docsis/Makefile.nmake
@@ -1,5 +1,5 @@
# Makefile.nmake
-# nmake file for for Ethereal/docsis subdissectors
+# nmake file for DOCSIS plugin
#
# $Id$
#