From b6a9b8494cb3d3d72f7d4aa4a0b21e75f5211449 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 13 Feb 2014 18:58:24 -0500 Subject: [PATCH] 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 --- doc/Makefile.am | 2 -- doc/Makefile.nmake | 2 -- doc/README.capture | 2 -- doc/README.design | 2 -- doc/README.developer | 3 --- doc/README.dissector | 6 ------ doc/README.epan_child | 2 -- doc/README.heuristic | 5 ----- doc/README.idl2wrs | 2 -- doc/README.malloc | 2 -- doc/README.packaging | 2 -- doc/README.plugins | 2 -- doc/README.python | 2 -- doc/README.regression | 2 -- doc/README.request_response_tracking | 2 -- doc/README.stats_tree | 3 --- doc/README.tapping | 2 -- doc/README.wmem | 2 -- doc/README.xml-output | 1 - doc/dfilter2pod.pl | 2 -- doc/eproto2sgml | 2 -- doc/packet-PROTOABBREV.c | 2 -- doc/randpkt.txt | 2 -- 23 files changed, 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 # 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 # 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 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 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 * 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 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 # -# $Id$ -# # Wireshark - Network traffic analyzer # By Gerald Combs # 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 () { 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 * - * $Id$ - * * Wireshark - Network traffic analyzer * By Gerald Combs * 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