aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-02-20 05:39:24 +0000
committerJörg Mayer <jmayer@loplof.de>2005-02-20 05:39:24 +0000
commitbbee7922607cfb4f336b047522d72369ffca2305 (patch)
treedf6a355bca024d96df890d6c8d60f0346a187b66 /plugins
parente7063b1dbffee383c7e664f835d53a9c2c94e906 (diff)
Add some svn props
svn path=/trunk/; revision=13442
Diffstat (limited to 'plugins')
-rw-r--r--plugins/stats_tree/AUTHORS2
-rw-r--r--plugins/stats_tree/Makefile.am2
-rw-r--r--plugins/stats_tree/NEWS1
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c4
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c2
5 files changed, 7 insertions, 4 deletions
diff --git a/plugins/stats_tree/AUTHORS b/plugins/stats_tree/AUTHORS
index e37df0dd7d..1c832d987f 100644
--- a/plugins/stats_tree/AUTHORS
+++ b/plugins/stats_tree/AUTHORS
@@ -1,3 +1,5 @@
+$Id$
+
Author:
Luis E. Garcia Ontanon <luis.ontanon [AT] gmail.com>
diff --git a/plugins/stats_tree/Makefile.am b/plugins/stats_tree/Makefile.am
index bd0aa9bd17..93302ee14a 100644
--- a/plugins/stats_tree/Makefile.am
+++ b/plugins/stats_tree/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for stats_tree Ethereal plugin
#
-# $Id: Makefile.am 12763 2004-12-16 19:36:23Z lroland $
+# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
diff --git a/plugins/stats_tree/NEWS b/plugins/stats_tree/NEWS
index e69de29bb2..055c8729cd 100644
--- a/plugins/stats_tree/NEWS
+++ b/plugins/stats_tree/NEWS
@@ -0,0 +1 @@
+$Id$
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index 177ab8a49e..607ec068a3 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -1,9 +1,9 @@
-/* eth-stat_tree.c
+/* pinfo_stats_tree.c
* Stats tree for ethernet frames
*
* (c) 2005, Luis E. G. Ontanon <luis.ontanon@gmail.com>
*
-* $Id: $
+* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index 6acb781072..417b674ed1 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -2,7 +2,7 @@
* Stats tree plugin registration file
* Automatically generated by make_stat_tree_registration.pl
*
-* $Id: $
+* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>