aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 08:53:22 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 09:25:47 +0000
commitabc6fb24fa2d8ef52692532776fb6de59de791dd (patch)
treedd58520e1a8485d9653dd2244c07ae77313e8c8d /plugins
parent8881f3f61a793be6158eb9d1b9f4114edc5b957c (diff)
Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6d
(Copyright or info about file...) Change-Id: I90ba8b1c3ec8406b0c3365a69a8555837fc4bbb1 Reviewed-on: https://code.wireshark.org/review/515 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-mdd.c1
-rw-r--r--plugins/docsis/packet-regreqmp.c1
-rw-r--r--plugins/docsis/packet-sync.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/plugins/docsis/packet-mdd.c b/plugins/docsis/packet-mdd.c
index 6ac9ded1e8..3a2801ef38 100644
--- a/plugins/docsis/packet-mdd.c
+++ b/plugins/docsis/packet-mdd.c
@@ -1,4 +1,5 @@
/* packet-mdd.c
+ * Routines for MDD Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*
diff --git a/plugins/docsis/packet-regreqmp.c b/plugins/docsis/packet-regreqmp.c
index 8198754c68..da6df60328 100644
--- a/plugins/docsis/packet-regreqmp.c
+++ b/plugins/docsis/packet-regreqmp.c
@@ -1,4 +1,5 @@
/* packet-regreqmp.c
+ * Routines for REG-REQ-MP Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
* Based on packet-regreq.c (by Anand V. Narwani <anand[AT]narwani.org>)
diff --git a/plugins/docsis/packet-sync.c b/plugins/docsis/packet-sync.c
index 755b847fa0..347c0b583a 100644
--- a/plugins/docsis/packet-sync.c
+++ b/plugins/docsis/packet-sync.c
@@ -1,4 +1,5 @@
/* packet-sync.c
+ * Routines for Sync Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*