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
This commit is contained in:
Guy Harris 2004-07-18 00:24:25 +00:00
parent 16c252d775
commit 8a8b883450
1303 changed files with 6794 additions and 6794 deletions

View File

@ -1,5 +1,5 @@
[Desktop Entry]
# $Id: Ethereal.desktop,v 1.3 2004/02/20 13:50:06 jmayer Exp $
# $Id$
Name=Ethereal
Type=Application
TryExec=ethereal

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.738 2004/06/29 03:04:02 gerald Exp $
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>

View File

@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
# $Id: Makefile.common,v 1.53 2004/07/13 05:29:22 guy Exp $
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.426 2004/07/13 19:30:02 gerald Exp $
# $Id$
include config.nmake
include <win32.mak>

2
NEWS
View File

@ -1,4 +1,4 @@
$Id: NEWS,v 1.156 2004/07/07 22:20:42 gerald Exp $
$Id$
== July 7, 2004

2
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.66 2004/02/11 20:30:27 guy Exp $
$Id$
General Information
------- -----------

View File

@ -1,4 +1,4 @@
$Id: README.aix,v 1.6 2002/10/08 07:30:08 guy Exp $
$Id$
libpcap 0.7.1 and later appear to work on AIX when using AIX's native
BPF; that appears to work better than DLPI does. Note that you may have

View File

@ -1,4 +1,4 @@
$Id: README.bsd,v 1.2 2002/04/24 23:19:38 guy Exp $
$Id$
In order to capture packets (with Ethereal/Tethereal, tcpdump, or any
other packet capture program) on a BSD system, your kernel must have

View File

@ -1,4 +1,4 @@
$Id: README.hpux,v 1.19 2002/06/29 04:38:31 guy Exp $
$Id$
Contents:

View File

@ -1,4 +1,4 @@
$Id: README.irix,v 1.4 2001/01/10 09:54:44 guy Exp $
$Id$
1. Some problems seen by one person who tried to build Ethereal on IRIX;
your mileage may vary.

View File

@ -1,4 +1,4 @@
$Id: README.linux,v 1.8 2003/12/03 07:46:34 guy Exp $
$Id$
In order to capture packets (with Ethereal/Tethereal, tcpdump, or any
other libpcap-based packet capture program) on a Linux system, the

View File

@ -1,4 +1,4 @@
$Id: README.macos,v 1.9 2004/07/03 21:46:59 tuexen Exp $
$Id$
This file tries to help building Ethereal for Mac OS X (Ethereal does
not work on earlier versions of Mac OS).

View File

@ -1,4 +1,4 @@
$Id: README.tru64,v 1.3 2001/01/24 06:50:16 guy Exp $
$Id$
The following instructions are applicable to Tru64 UNIX
(formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, and

View File

@ -1,4 +1,4 @@
$Id: README.vmware,v 1.2 2000/01/21 19:19:23 gram Exp $
$Id$
If you are a registered user of VMware on Linux, you can contact their
support staff via e-mail and ask for a libpcap patch which will allow

View File

@ -1,4 +1,4 @@
$Id: README.win32,v 1.71 2004/06/14 22:38:57 ulfl Exp $
$Id$
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================

2
TODO
View File

@ -1,4 +1,4 @@
$Id: TODO,v 1.17 2004/04/25 22:25:52 jmayer Exp $
$Id$
Things to do:
=============

View File

@ -2,7 +2,7 @@ dnl Macros that test for specific features.
dnl This file is part of the Autoconf packaging for Ethereal.
dnl Copyright (C) 1998-2000 by Gerald Combs.
dnl
dnl $Id: acinclude.m4,v 1.79 2004/06/29 07:59:12 guy Exp $
dnl $Id$
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by

View File

@ -21,7 +21,7 @@
# "aclocal" will look in that directory twice, and get well and truly
# confused, reporting a ton of duplicate macro definitions.)
#
# $Id: aclocal-flags,v 1.9 2004/07/03 21:35:30 tuexen Exp $
# $Id$
#
#

View File

@ -3,7 +3,7 @@
* 2003 Tomas Kukosa
* Based on code from RFC 1950 (Chapter 9. Appendix: Sample code)
*
* $Id: adler32.c,v 1.2 2003/10/02 22:44:18 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* Compute the Adler32 checksum (RFC 1950)
* 2003 Tomas Kukosa
*
* $Id: adler32.h,v 1.2 2003/10/02 22:44:19 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

2
afn.c
View File

@ -1,7 +1,7 @@
/* afn.c
* RFC 1700 address family numbers
*
* $Id: afn.c,v 1.4 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

2
afn.h
View File

@ -1,7 +1,7 @@
/* afn.h
* RFC 1700 address family numbers
*
* $Id: afn.h,v 1.3 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* aftypes.h
* AF_ values on various flavors of BSD
*
* $Id: aftypes.h,v 1.3 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -2,7 +2,7 @@
* Routines to put up various "standard" alert boxes used in multiple
* places
*
* $Id: alert_box.c,v 1.7 2004/05/09 10:03:36 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* Routines to put up various "standard" alert boxes used in multiple
* places
*
* $Id: alert_box.h,v 1.5 2004/04/16 23:16:28 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* ARCNET protocol ID values
* Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
*
* $Id: arcnet_pids.h,v 1.4 2003/01/23 09:54:54 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

2
asn1.c
View File

@ -1,7 +1,7 @@
/* asn1.c
* Routines for ASN.1 BER dissection
*
* $Id: asn1.c,v 1.23 2003/11/09 22:57:52 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

2
asn1.h
View File

@ -1,7 +1,7 @@
/* asn1.h
* Definitions for ASN.1 BER dissection
*
* $Id: asn1.h,v 1.15 2003/11/09 22:57:52 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
# H235-SECURITY-MESSAGES conformation file
# 2004 Tomas Kukosa
# $Id: h235.cnf,v 1.4 2004/06/24 21:50:04 sahlberg Exp $
# $Id$
#.EXPORTS

View File

@ -2,7 +2,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* $Id: packet-h235-template.c,v 1.3 2004/06/04 11:30:35 sahlberg Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* $Id: packet-h235-template.h,v 1.1 2004/05/24 08:42:29 sahlberg Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
# $Id: autogen.sh,v 1.36 2004/05/26 10:41:14 jmayer Exp $
# $Id$
DIE=true
PROJECT="Ethereal"

View File

@ -2,7 +2,7 @@
* Definitions of protocol IDs for the 00-80-C2 OUI, used for
* bridging various networks over ATM (RFC 2684) or Frame Relay (RFC 2427).
*
* $Id: bridged_pids.h,v 1.2 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -3,7 +3,7 @@
* time, so that we only need one Ethereal binary and one Tethereal binary
* for Windows, regardless of whether WinPcap is installed or not.
*
* $Id: capture-wpcap.c,v 1.10 2004/06/12 07:47:12 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,6 +1,6 @@
/* capture-wpcap.h
*
* $Id: capture-wpcap.h,v 1.2 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
* $Id: capture.c,v 1.254 2004/06/30 06:58:56 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
* $Id: capture.h,v 1.48 2004/07/06 19:16:03 gerald Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* capture_stop_conditions.c
* Implementation for 'stop condition handler'.
*
* $Id: capture_stop_conditions.c,v 1.4 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* capture_stop_conditions.h
* Implementation for 'stop condition handler'.
*
* $Id: capture_stop_conditions.h,v 1.2 2002/08/28 21:00:05 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* capture_file GUI-independent manipulation
* Vassilii Khachaturov <vassilii@tarunz.org>
*
* $Id: cfile.c,v 1.1 2002/09/06 23:14:04 sahlberg Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
* $Id: cfile.h,v 1.10 2004/04/15 23:28:10 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* chdlctypes.h
* Defines Cisco HDLC packet types that aren't just Ethernet types
*
* $Id: chdlctypes.h,v 1.1 2003/01/11 10:16:22 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@ echo off
rem cleanbld.bat
rem Script to clean up from a build on another platform
rem
rem $Id: cleanbld.bat,v 1.3 2003/04/07 18:43:03 guy Exp $
rem $Id$
rem
rem Ethereal - Network traffic analyzer
rem By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* color.h
* Definitions for "toolkit-independent" colors
*
* $Id: color.h,v 1.5 2004/01/09 20:19:34 obiot Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* column.c
* Routines for handling column preferences
*
* $Id: column.c,v 1.48 2004/07/05 09:29:04 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* column.h
* Definitions for column handling routines
*
* $Id: column.h,v 1.10 2003/12/09 06:48:38 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* conditions.c
* Implementation for condition handler.
*
* $Id: conditions.c,v 1.6 2004/01/18 16:20:09 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* conditions.h
* Header for condition handler.
*
* $Id: conditions.h,v 1.2 2002/08/28 21:00:06 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,4 +1,4 @@
/* $Id: config.h.win32,v 1.47 2004/06/20 09:31:48 ulfl Exp $ */
/* $Id$ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */

View File

@ -1,4 +1,4 @@
# $Id: config.nmake,v 1.96 2004/07/13 18:19:59 gerald Exp $
# $Id$
VERSION=0.10.5
#

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.274 2004/07/06 16:29:18 gerald Exp $
# $Id$
#
AC_INIT(etypes.h)

View File

@ -3,7 +3,7 @@
*
* 2004 Richard van der Hoff <richardv@mxtelecom.com>
*
* $Id: crc16.c,v 1.2 2004/06/26 09:45:27 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@xxxxxxxxxxxx>

View File

@ -3,7 +3,7 @@
*
* 2004 Richard van der Hoff <richardv@mxtelecom.com>
*
* $Id: crc16.h,v 1.1 2004/06/25 06:31:46 sahlberg Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@xxxxxxxxxxxx>

View File

@ -1,7 +1,7 @@
/* crc32.c
* CRC-32 routine
*
* $Id: crc32.c,v 1.4 2004/06/26 09:48:11 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* crc32.h
* Declaration of CRC-32 routine and table
*
* $Id: crc32.h,v 1.4 2004/06/26 09:48:11 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -6,7 +6,7 @@
Copyright (C) Andrew Tridgell 1998
$Id: crypt-des.c,v 1.1 2002/12/31 08:05:29 guy Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -6,7 +6,7 @@
Copyright (C) Andrew Tridgell 1998
$Id: crypt-des.h,v 1.1 2002/12/31 08:05:29 guy Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
a implementation of MD4 designed for use in the SMB authentication protocol
Copyright (C) Andrew Tridgell 1997-1998.
$Id: crypt-md4.c,v 1.2 2002/12/03 15:21:28 gerald Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
a implementation of MD4 designed for use in the SMB authentication protocol
Copyright (C) Andrew Tridgell 1997-1998.
$Id: crypt-md4.h,v 1.1 2002/12/03 00:37:27 guy Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -21,7 +21,7 @@
ghost@aladdin.com
*/
/* $Id: crypt-md5.c,v 1.2 2002/12/17 22:14:54 oabad Exp $ */
/* $Id$ */
/*
Independent implementation of MD5 (RFC 1321).

View File

@ -21,7 +21,7 @@
ghost@aladdin.com
*/
/* $Id: crypt-md5.h,v 1.1 2002/12/17 16:06:54 gerald Exp $ */
/* $Id$ */
/*
Independent implementation of MD5 (RFC 1321).

View File

@ -6,7 +6,7 @@
Copyright (C) Andrew Tridgell 1998
$Id: crypt-rc4.c,v 1.2 2002/12/11 19:31:02 guy Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -6,7 +6,7 @@
Copyright (C) Andrew Tridgell 1998
$Id: crypt-rc4.h,v 1.2 2002/12/11 19:31:02 guy Exp $
$Id$
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* dftest.c.c
*
* $Id: dftest.c,v 1.11 2004/04/17 01:05:00 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* disabled_protos.c
* Code for reading and writing the disabled protocols file.
*
* $Id: disabled_protos.c,v 1.4 2004/01/03 18:40:07 sharpe Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* disabled_protos.h
* Declarations of routines for reading and writing the disabled protocols file.
*
* $Id: disabled_protos.h,v 1.2 2004/01/03 18:40:07 sharpe Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -1,4 +1,4 @@
$Id: README.plugins,v 1.13 2004/07/03 21:50:05 tuexen Exp $
$Id$
Plugins

View File

@ -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

View File

@ -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.

View File

@ -1,4 +1,4 @@
$Id: README.tvbuff,v 1.7 2004/06/23 15:15:28 gram Exp $
$Id$
TVBUFFs and Exceptions

View File

@ -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>

View File

@ -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',

View File

@ -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>) {

View File

@ -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,

View File

@ -1,7 +1,7 @@
/* Edit capture files. We can delete records, adjust timestamps, or
* simply convert from one format to another format.
*
* $Id: editcap.c,v 1.31 2004/02/23 05:44:34 sharpe Exp $
* $Id$
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.53 2004/06/25 07:10:53 jmayer Exp $
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>

View File

@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
# $Id: Makefile.common,v 1.34 2004/07/13 05:29:23 guy Exp $
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.46 2004/07/07 16:23:12 ulfl Exp $
# $Id$
include ..\config.nmake
include <win32.mak>

View File

@ -1,3 +1,3 @@
$Id: README,v 1.1 2000/10/16 23:17:39 guy Exp $
$Id$
XXX - put something here

View File

@ -2,7 +2,7 @@
* Routines to fetch IPv4 and IPv6 addresses from a tvbuff and then mask
* out bits other than those covered by a prefix length
*
* $Id: addr_and_mask.c,v 1.1 2004/03/06 03:25:10 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,7 +2,7 @@
* Declarations of routines to fetch IPv4 and IPv6 addresses from a tvbuff
* and then mask out bits other than those covered by a prefix length
*
* $Id: addr_and_mask.h,v 1.1 2004/03/06 03:25:10 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* atalk-utils.c
* Routines for Appletalk utilities (DDP, currently).
*
* $Id: atalk-utils.c,v 1.4 2003/08/26 01:00:29 guy Exp $
* $Id$
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*

View File

@ -1,7 +1,7 @@
/* atalk-utils.h
* Definitions for Appletalk utilities (DDP, currently).
*
* $Id: atalk-utils.h,v 1.4 2003/08/26 01:00:29 guy Exp $
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
/* bitswap.c
* Table of bit-swapped values of bytes
*
* $Id: bitswap.c,v 1.2 2002/08/28 20:40:44 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* bitswap.h
* Macro to bitswap a byte by looking it up in a table
*
* $Id: bitswap.h,v 1.2 2002/08/28 20:40:44 jmayer Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* circuit.c
* Routines for building lists of packets that are part of a "circuit"
*
* $Id: circuit.c,v 1.8 2004/01/09 01:02:10 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* circuit.h
* Routines for building lists of packets that are part of a "circuit"
*
* $Id: circuit.h,v 1.5 2002/11/28 08:25:59 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* column-utils.c
* Routines for column utilities.
*
* $Id: column-utils.c,v 1.48 2004/04/02 09:04:12 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* column-utils.h
* Definitions for column utility structures and routines
*
* $Id: column-utils.h,v 1.12 2004/02/05 23:57:15 obiot Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* column.h
* Definitions for column structures and routines
*
* $Id: column_info.h,v 1.13 2004/07/05 09:29:06 guy Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* conversation.c
* Routines for building lists of packets that are part of a "conversation"
*
* $Id: conversation.c,v 1.25 2004/07/06 19:01:31 gerald Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,7 +1,7 @@
/* conversation.h
* Routines for building lists of packets that are part of a "conversation"
*
* $Id: conversation.h,v 1.11 2004/07/06 19:01:32 gerald Exp $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,6 +1,6 @@
# Makefile.am
#
# $Id: Makefile.am,v 1.11 2004/03/24 21:27:44 obiot Exp $
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.14 2004/06/26 02:16:16 guy Exp $
# $Id$
include ..\..\config.nmake

Some files were not shown because too many files have changed in this diff Show More