diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-07-18 00:24:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-07-18 00:24:25 +0000 |
commit | 8a8b8834500043ea4f7d818aafa2b1edb353563a (patch) | |
tree | b927867e72fe395b5060acacc1f9e827b3e430cd /doc | |
parent | 16c252d77519048fbea9fee2e00f5ea66d534953 (diff) | |
download | wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.tar.gz wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.tar.bz2 wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.zip |
Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/Makefile.nmake | 2 | ||||
-rw-r--r-- | doc/README.capture | 2 | ||||
-rw-r--r-- | doc/README.design | 2 | ||||
-rw-r--r-- | doc/README.developer | 8 | ||||
-rw-r--r-- | doc/README.idl2eth | 2 | ||||
-rw-r--r-- | doc/README.plugins | 2 | ||||
-rw-r--r-- | doc/README.regression | 2 | ||||
-rw-r--r-- | doc/README.tapping | 2 | ||||
-rw-r--r-- | doc/README.tvbuff | 2 | ||||
-rw-r--r-- | doc/README.xml-output | 2 | ||||
-rwxr-xr-x | doc/dfilter2pod.pl | 2 | ||||
-rw-r--r-- | doc/eproto2sgml | 2 | ||||
-rw-r--r-- | doc/randpkt.txt | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8fe6267dea..9a14b99132 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal documentation # -# $Id: Makefile.am,v 1.26 2004/06/27 17:56:15 gerald Exp $ +# $Id$ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake index d342eeafab..ccae10f06e 100644 --- a/doc/Makefile.nmake +++ b/doc/Makefile.nmake @@ -1,7 +1,7 @@ # Makefile.nmake # Nmake file for Ethereal documentation # -# $Id: Makefile.nmake,v 1.16 2004/05/22 17:14:32 ulfl Exp $ +# $Id$ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> diff --git a/doc/README.capture b/doc/README.capture index 354225d1d8..bb213a2df5 100644 --- a/doc/README.capture +++ b/doc/README.capture @@ -1,4 +1,4 @@ -$Id: README.capture,v 1.3 2004/02/02 23:55:41 ulfl Exp $ +$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 diff --git a/doc/README.design b/doc/README.design index d793c4fada..94705b6797 100644 --- a/doc/README.design +++ b/doc/README.design @@ -1,4 +1,4 @@ -$Id: README.design,v 1.1 2000/11/14 18:05:27 gram Exp $ +$Id$ Unfortunately, the closest thing to a design document is the "README.developer" document in the "doc" directory of the Ethereal diff --git a/doc/README.developer b/doc/README.developer index 275cab86aa..35fc8e823b 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1,4 +1,4 @@ -$Id: README.developer,v 1.98 2004/07/08 21:16:04 guy Exp $ +$Id$ This file is a HOWTO for Ethereal developers. It describes how to start coding a Ethereal protocol dissector and the use some of the important functions and @@ -373,12 +373,12 @@ code inside is needed only if you are using the "snprintf()" function. -The "$Id: README.developer,v 1.98 2004/07/08 21:16:04 guy Exp $" +The "$Id$" in the comment will be updated by CVS when the file is checked in; it will allow the RCS "ident" command to report which version of the file is currently checked out. -When creating a new file, it is fine to just write "$Id: README.developer,v 1.98 2004/07/08 21:16:04 guy Exp $" as RCS will +When creating a new file, it is fine to just write "$Id$" as RCS will automatically fill in the identifier at the time the file will be added to the CVS repository (checked in). @@ -387,7 +387,7 @@ CVS repository (checked in). * Routines for PROTONAME dissection * Copyright 2000, YOUR_NAME <YOUR_EMAIL_ADDRESS> * - * $Id: README.developer,v 1.98 2004/07/08 21:16:04 guy Exp $ + * $Id$ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> diff --git a/doc/README.idl2eth b/doc/README.idl2eth index afb35e295f..b116dbdc89 100644 --- a/doc/README.idl2eth +++ b/doc/README.idl2eth @@ -1,4 +1,4 @@ -$Id: README.idl2eth,v 1.2 2001/06/19 20:10:51 guy Exp $ +$Id$ Copyright (C) 2001 Frank Singleton <frank.singleton@ericsson.com> diff --git a/doc/README.plugins b/doc/README.plugins index e29e2b44bb..2fbc865c1b 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -1,4 +1,4 @@ -$Id: README.plugins,v 1.13 2004/07/03 21:50:05 tuexen Exp $ +$Id$ Plugins diff --git a/doc/README.regression b/doc/README.regression index 0a1f945edd..04f06bc0ab 100644 --- a/doc/README.regression +++ b/doc/README.regression @@ -1,7 +1,7 @@ # # Ethereal/Tethereal Regression Testing # -# $Id: README.regression,v 1.3 2000/05/16 06:23:05 gram Exp $ +# $Id$ # # This is a sample Makefile for regression testing of the # Ethereal engine. These tests use that uses 'tethereal -V' to analyze all diff --git a/doc/README.tapping b/doc/README.tapping index d2117252db..182967ea53 100644 --- a/doc/README.tapping +++ b/doc/README.tapping @@ -1,4 +1,4 @@ -$Id: README.tapping,v 1.6 2003/11/29 12:34:33 jmayer Exp $ +$Id$ The TAP system in ethereal is a powerful and flexible mechanism to get event driven notification on packets matching certain protocols and/or filters. diff --git a/doc/README.tvbuff b/doc/README.tvbuff index 249488b9f1..5cce7fb925 100644 --- a/doc/README.tvbuff +++ b/doc/README.tvbuff @@ -1,4 +1,4 @@ -$Id: README.tvbuff,v 1.7 2004/06/23 15:15:28 gram Exp $ +$Id$ TVBUFFs and Exceptions diff --git a/doc/README.xml-output b/doc/README.xml-output index bbf008c990..154b3940ab 100644 --- a/doc/README.xml-output +++ b/doc/README.xml-output @@ -1,6 +1,6 @@ Protocol Dissection in XML Format ================================= -$Id: README.xml-output,v 1.3 2004/04/30 07:56:33 ulfl Exp $ +$Id$ Copyright (c) 2003 by Gilbert Ramirez <gram@alumni.rice.edu> diff --git a/doc/dfilter2pod.pl b/doc/dfilter2pod.pl index 4e080bdd14..cd97a3d0bb 100755 --- a/doc/dfilter2pod.pl +++ b/doc/dfilter2pod.pl @@ -9,7 +9,7 @@ # will be replaced by the pod-formatted glossary # STDOUT is the output # -# $Id: dfilter2pod.pl,v 1.5 2004/04/28 17:50:02 obiot Exp $ +# $Id$ %ftenum_names = ( 'FT_NONE', 'No value', diff --git a/doc/eproto2sgml b/doc/eproto2sgml index e81fe8eb8a..0c25a757b4 100644 --- a/doc/eproto2sgml +++ b/doc/eproto2sgml @@ -8,7 +8,7 @@ # will be replaced by the pod-formatted glossary # STDOUT is the output # -# $Id: eproto2sgml,v 1.2 2001/04/19 23:17:30 guy Exp $ +# $Id$ # Read all the data into memory while (<STDIN>) { diff --git a/doc/randpkt.txt b/doc/randpkt.txt index d2eb412db1..ce428f5e07 100644 --- a/doc/randpkt.txt +++ b/doc/randpkt.txt @@ -1,6 +1,6 @@ Random Packet Generator ----------------------- -$Id: randpkt.txt,v 1.3 1999/09/17 04:38:23 gram Exp $ +$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, |