aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-13 18:58:24 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-14 01:33:14 +0000
commitb6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449 (patch)
tree9884f76d48be49b1d89c983c8c6d06e0d45ce6e9 /doc
parentd219887b44ff09010af3fa96302fe1eed87797c5 (diff)
Remove $Id$ and other Subversion leftovers from the doc files.
Change-Id: I28a376f7e0fd90971f65ae9c1105a3ec85221470 Reviewed-on: https://code.wireshark.org/review/204 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.nmake2
-rw-r--r--doc/README.capture2
-rw-r--r--doc/README.design2
-rw-r--r--doc/README.developer3
-rw-r--r--doc/README.dissector6
-rw-r--r--doc/README.epan_child2
-rw-r--r--doc/README.heuristic5
-rw-r--r--doc/README.idl2wrs2
-rw-r--r--doc/README.malloc2
-rw-r--r--doc/README.packaging2
-rw-r--r--doc/README.plugins2
-rw-r--r--doc/README.python2
-rw-r--r--doc/README.regression2
-rw-r--r--doc/README.request_response_tracking2
-rw-r--r--doc/README.stats_tree3
-rw-r--r--doc/README.tapping2
-rw-r--r--doc/README.wmem2
-rw-r--r--doc/README.xml-output1
-rwxr-xr-xdoc/dfilter2pod.pl2
-rw-r--r--doc/eproto2sgml2
-rw-r--r--doc/packet-PROTOABBREV.c2
-rw-r--r--doc/randpkt.txt2
23 files changed, 0 insertions, 54 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8e28e58876..6ab7fd0538 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for Wireshark documentation
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index a9662afb4a..9978088d2c 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -1,8 +1,6 @@
# Makefile.nmake
# Nmake file for Wireshark documentation
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/doc/README.capture b/doc/README.capture
index 5941565fcd..5cddb2cdef 100644
--- a/doc/README.capture
+++ b/doc/README.capture
@@ -1,5 +1,3 @@
-$Id$
-
This document is an attempt, to bring some light to the things done, when
packet capturing is performed. There might be things missing, and others
maybe wrong :-( The following will concentrate a bit on the win32 gtk
diff --git a/doc/README.design b/doc/README.design
index c88d6307b7..7b9fc586cc 100644
--- a/doc/README.design
+++ b/doc/README.design
@@ -1,5 +1,3 @@
-$Id$
-
Unfortunately, the closest thing to a design document is the
"README.developer" document in the "doc" directory of the Wireshark
source tree; however, although that's useful for people adding new
diff --git a/doc/README.developer b/doc/README.developer
index 9f2a059f4e..c5e29deb7f 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,6 +1,3 @@
-$Revision$
-$Date$
-$Author$
Tabsize: 4
This file is a HOWTO for Wireshark developers. It describes general development
diff --git a/doc/README.dissector b/doc/README.dissector
index 65a6ec145d..cdd65e64ea 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1,6 +1,3 @@
-$Revision$
-$Date$
-$Author$
Tabsize: 4
This file is a HOWTO for Wireshark developers interested in writing or working
@@ -85,9 +82,6 @@ dissector should be changed to include that file.
You may not need to include all the headers listed in the skeleton, and you may
need to include additional headers.
-The "$Id$" tag in the header comment will be updated by Subversion when the file
-is checked in.
-
1.2 Explanation of needed substitutions in code skeleton.
In the skeleton sample code the following strings should be substituted with
diff --git a/doc/README.epan_child b/doc/README.epan_child
index d4cf772a21..b77ae79c6e 100644
--- a/doc/README.epan_child
+++ b/doc/README.epan_child
@@ -1,7 +1,5 @@
EPAN CHILDREN
- $ Id: $
-
This document is a work in progress.
This document describes a potential interface between a master process and one or more working children.
diff --git a/doc/README.heuristic b/doc/README.heuristic
index 317d9b65aa..d0d270ee53 100644
--- a/doc/README.heuristic
+++ b/doc/README.heuristic
@@ -1,8 +1,3 @@
-$Revision$
-$Date$
-$Author$
-
-
This file is a HOWTO for Wireshark developers. It describes how Wireshark
heuristic protocol dissectors work and how to write them.
diff --git a/doc/README.idl2wrs b/doc/README.idl2wrs
index 1932db3fef..4e6db56d6f 100644
--- a/doc/README.idl2wrs
+++ b/doc/README.idl2wrs
@@ -1,5 +1,3 @@
-$Id$
-
Copyright (C) 2001 Frank Singleton <frank.singleton@ericsson.com>
diff --git a/doc/README.malloc b/doc/README.malloc
index a62291f0bb..08b69878e0 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,5 +1,3 @@
-$Id$
-
IMPORTANT NOTE:
The emem interface (as described in this file) is deprecated.
Please use wmem (as described in README.wmem) for all new code.
diff --git a/doc/README.packaging b/doc/README.packaging
index 4f882b65db..21bfdfb7f1 100644
--- a/doc/README.packaging
+++ b/doc/README.packaging
@@ -109,5 +109,3 @@ case. E.g., "WireShark" is incorrect.
If you have a question not addressed here, send it to
wireshark-dev@wireshark.org.
-
-$Id$
diff --git a/doc/README.plugins b/doc/README.plugins
index 3635629058..44b097df71 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -1,5 +1,3 @@
-$Id$
-
1. Plugins
Writing a "plugin" dissector is not very different from writing a standard
diff --git a/doc/README.python b/doc/README.python
index 284122e23d..935797f64b 100644
--- a/doc/README.python
+++ b/doc/README.python
@@ -9,8 +9,6 @@ FILE
DESCRIPTION
# wspy_dissector.py
#
- # $Id$
- #
# Wireshark Protocol Python Binding
#
# Copyright (c) 2009 by Sebastien Tandel <sebastien [AT] tandel [dot] be>
diff --git a/doc/README.regression b/doc/README.regression
index 26ff7e8e52..2f2b5cd5ae 100644
--- a/doc/README.regression
+++ b/doc/README.regression
@@ -1,8 +1,6 @@
#
# Wireshark/TShark Regression Testing
#
-# $Id$
-#
# This is a sample Makefile for regression testing of the
# Wireshark engine. These tests use that uses 'tshark -V' to analyze all
# the frames of a capture file.
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking
index 81d7e63194..d7a676cb4d 100644
--- a/doc/README.request_response_tracking
+++ b/doc/README.request_response_tracking
@@ -1,5 +1,3 @@
-$Id$
-
1. Introduction
It is often useful to enhance dissectors for request/response style protocols
diff --git a/doc/README.stats_tree b/doc/README.stats_tree
index dcaf91cf6a..4a126723b2 100644
--- a/doc/README.stats_tree
+++ b/doc/README.stats_tree
@@ -1,4 +1,3 @@
-$Id$
tapping with stats_tree
Let's suppose that you want to write a tap only to keep counters, and you
@@ -44,8 +43,6 @@ A small example of a very basic stats_tree plugin follows.
* A small example of stats_tree plugin that counts udp packets by termination
* 2005, Luis E. G. Ontanon
*
- * $ ~Id: $
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/doc/README.tapping b/doc/README.tapping
index 5584a6c4fd..bc460a400c 100644
--- a/doc/README.tapping
+++ b/doc/README.tapping
@@ -1,5 +1,3 @@
-$Id$
-
The TAP system in Wireshark is a powerful and flexible mechanism to get event
driven notification on packets matching certain protocols and/or filters.
In order to use the tapping system, very little knowledge of Wireshark
diff --git a/doc/README.wmem b/doc/README.wmem
index 9724e24a3a..8012bea2e1 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -1,5 +1,3 @@
-$Id$
-
1. Introduction
The 'emem' memory manager (described in README.malloc) has been a part of
diff --git a/doc/README.xml-output b/doc/README.xml-output
index ab48423ae7..a2818c0cfb 100644
--- a/doc/README.xml-output
+++ b/doc/README.xml-output
@@ -1,6 +1,5 @@
Protocol Dissection in XML Format
=================================
-$Id$
Copyright (c) 2003 by Gilbert Ramirez <gram@alumni.rice.edu>
diff --git a/doc/dfilter2pod.pl b/doc/dfilter2pod.pl
index f7f5a7b681..32ada7d6d4 100755
--- a/doc/dfilter2pod.pl
+++ b/doc/dfilter2pod.pl
@@ -11,8 +11,6 @@
#
# Gilbert Ramirez <gram [AT] alumni.rice.edu>
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/doc/eproto2sgml b/doc/eproto2sgml
index c8c832fa83..4ffa52a285 100644
--- a/doc/eproto2sgml
+++ b/doc/eproto2sgml
@@ -7,8 +7,6 @@
# arg1 is the pod template file. The =insert_dfilter_table token
# will be replaced by the pod-formatted glossary
# STDOUT is the output
-#
-# $Id$
# Read all the data into memory
while (<STDIN>) {
diff --git a/doc/packet-PROTOABBREV.c b/doc/packet-PROTOABBREV.c
index 625e165349..1e4c9975d6 100644
--- a/doc/packet-PROTOABBREV.c
+++ b/doc/packet-PROTOABBREV.c
@@ -2,8 +2,6 @@
* Routines for PROTONAME dissection
* Copyright 201x, YOUR_NAME <YOUR_EMAIL_ADDRESS>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/doc/randpkt.txt b/doc/randpkt.txt
index 3680e7f483..72ecf2a616 100644
--- a/doc/randpkt.txt
+++ b/doc/randpkt.txt
@@ -1,7 +1,5 @@
Random Packet Generator
-----------------------
-$Id$
-
randpkt is a small utility creates a libpcap trace file full of random packets.
You can control the number of packets, the maximum size of each packet,
and the type of each packet. It is not build by default, but you