Hopefully the last time I have to change my e-mail address.

svn path=/trunk/; revision=4199
This commit is contained in:
Gilbert Ramirez 2001-11-13 23:55:44 +00:00
parent 20bfe42945
commit f14a6b8b91
89 changed files with 170 additions and 175 deletions

View File

@ -5,7 +5,7 @@ Gerald Combs <gerald[AT]ethereal.com>
Contributors
------------
Gilbert Ramirez <gram[AT]xiexie.org> {
Gilbert Ramirez <gram[AT]alumni.rice.edu> {
Wiretap
Printing
Token-Ring, TR MAC

4
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.48 2001/03/06 18:41:29 gram Exp $
$Id: README,v 1.49 2001/11/13 23:55:29 gram Exp $
General Information
------- -----------
@ -243,5 +243,5 @@ Use at your own risk.
Gerald Combs <gerald@ethereal.com>
Gilbert Ramirez <gram@xiexie.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>

View File

@ -1,4 +1,4 @@
$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $
$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $
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
@ -85,7 +85,7 @@ code inside
is needed only if you are using the "snprintf()" function.
The "$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $"
The "$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $"
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.
@ -95,7 +95,7 @@ version of the file is currently checked out.
* Routines for PROTONAME dissection
* Copyright 2000, YOUR_NAME <YOUR_EMAIL_ADDRESS>
*
* $Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $
* $Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1836,7 +1836,7 @@ a dissector.
James Coe <jammer@cin.net>
Gilbert Ramirez <gram@xiexie.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
Laurent Deniel <deniel@worldnet.fr>

View File

@ -1,4 +1,4 @@
$Id: README.plugins,v 1.3 2001/07/20 02:40:42 hagbard Exp $
$Id: README.plugins,v 1.4 2001/11/13 23:55:35 gram Exp $
Plugins
@ -297,7 +297,7 @@ Derived and expanded from the plugin section of README.developers
which was originally written by
James Coe <jammer@cin.net>
Gilbert Ramirez <gram@xiexie.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
Laurent Deniel <deniel@worldnet.fr>

View File

@ -1059,7 +1059,7 @@ B<http://www.ethereal.com>.
Contributors
------------
Gilbert Ramirez <gram[AT]xiexie.org>
Gilbert Ramirez <gram[AT]alumni.rice.edu>
Hannes R. Boehm <hannes[AT]boehm.org>
Mike Hall <mlh[AT]io.com>
Bobo Rajec <bobo[AT]bsp-consulting.sk>

View File

@ -1,6 +1,6 @@
Authors
-------
Gilbert Ramirez <gram@xiexie.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
Laurent Deniel <deniel@worldnet.fr>

View File

@ -3,9 +3,9 @@
* IPv4 address class. They understand how to take netmasks into consideration
* during equivalence testing.
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: ipv4.c,v 1.1 2000/09/28 03:52:12 gram Exp $
* $Id: ipv4.c,v 1.2 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -3,9 +3,9 @@
* IPv4 address class. They understand how to take netmasks into consideration
* during equivalence testing.
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: ipv4.h,v 1.2 2001/02/01 20:21:16 gram Exp $
* $Id: ipv4.h,v 1.3 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* sna-utils.c
* Routines for SNA
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: sna-utils.c,v 1.2 2001/04/01 07:06:24 hagbard Exp $
* $Id: sna-utils.c,v 1.3 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -2,9 +2,9 @@
*
* tvbtest : tvbtest.o tvbuff.o except.o
*
* $Id: tvbtest.c,v 1.1 2000/09/27 04:54:53 gram Exp $
* $Id: tvbtest.c,v 1.2 2001/11/13 23:55:37 gram Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -9,9 +9,9 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
* $Id: tvbuff.c,v 1.24 2001/11/03 03:49:34 guy Exp $
* $Id: tvbuff.c,v 1.25 2001/11/13 23:55:37 gram Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -9,9 +9,9 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
* $Id: tvbuff.h,v 1.17 2001/10/31 07:47:27 guy Exp $
* $Id: tvbuff.h,v 1.18 2001/11/13 23:55:37 gram Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Editcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Editcap @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Editcap.exe\0"
VALUE "ProductName", "Editcap\0"
VALUE "ProductVersion", "@VERSION@\0"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Ethereal @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Ethereal.exe\0"
VALUE "ProductName", "Ethereal\0"
VALUE "ProductVersion", "@VERSION@\0"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Mergecap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Mergecap @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Mergecap.exe\0"
VALUE "ProductName", "Mergecap\0"
VALUE "ProductVersion", "@VERSION@\0"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Tethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Tethereal @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Tethereal.exe\0"
VALUE "ProductName", "Tethereal\0"
VALUE "ProductVersion", "@VERSION@\0"

View File

@ -1,9 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
* $Id: ipproto.c,v 1.14 2001/07/21 10:27:12 guy Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
* $Id: ipproto.c,v 1.15 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -2,9 +2,7 @@
* Declarations of IP protocol numbers, and of routines for converting
* IP protocol numbers into strings.
*
* $Id: ipproto.h,v 1.3 2001/07/21 10:27:12 guy Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
* $Id: ipproto.h,v 1.4 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -20,9 +20,9 @@ http://developer.novell.com/ndk/doc/docui/index.htm#../ncp/ncp__enu/data/
for a badly-formatted HTML version of the same PDF.
$Id: ncp2222.py,v 1.10 2001/06/28 02:42:48 gram Exp $
$Id: ncp2222.py,v 1.11 2001/11/13 23:55:29 gram Exp $
Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

3
oui.h
View File

@ -1,8 +1,7 @@
/* oui.h
* Definitions of OUIs
* Gilbert Ramirez <gram@xiexie.org>
*
* $Id: oui.h,v 1.10 2001/06/02 03:04:12 guy Exp $
* $Id: oui.h,v 1.11 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-bootp.c
* Routines for BOOTP/DHCP packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-bootp.c,v 1.56 2001/10/31 08:43:09 guy Exp $
* $Id: packet-bootp.c,v 1.57 2001/11/13 23:55:29 gram Exp $
*
* The information used comes from:
* RFC 951: Bootstrap Protocol

View File

@ -1,8 +1,8 @@
/* packet-data.c
* Routines for raw data (default case)
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-data.c,v 1.22 2001/10/31 05:59:18 guy Exp $
* $Id: packet-data.c,v 1.23 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,9 +1,9 @@
/* ethertype.c
* Routines for calling the right protocol for the ethertype.
*
* $Id: packet-ethertype.c,v 1.19 2001/11/06 20:30:39 guy Exp $
* $Id: packet-ethertype.c,v 1.20 2001/11/13 23:55:29 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-ipx.c
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-ipx.c,v 1.90 2001/10/20 18:10:39 guy Exp $
* $Id: packet-ipx.c,v 1.91 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-ipx.h
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-ipx.h,v 1.13 2001/04/01 02:47:54 hagbard Exp $
* $Id: packet-ipx.h,v 1.14 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-lapd.c
* Routines for LAPD frame disassembly
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-lapd.c,v 1.23 2001/06/18 02:17:48 guy Exp $
* $Id: packet-lapd.c,v 1.24 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-llc.c
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-llc.c,v 1.87 2001/06/18 02:17:48 guy Exp $
* $Id: packet-llc.c,v 1.88 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-lpd.c
* Routines for LPR and LPRng packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-lpd.c,v 1.28 2001/06/18 02:17:48 guy Exp $
* $Id: packet-lpd.c,v 1.29 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-nbipx.c
* Routines for NetBIOS over IPX packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-nbipx.c,v 1.41 2001/09/29 01:19:00 guy Exp $
* $Id: packet-nbipx.c,v 1.42 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,10 +1,9 @@
/* packet-nbns.c
* Routines for NetBIOS-over-TCP packet disassembly (the name dates back
* to when it had only NBNS)
* Gilbert Ramirez <gram@xiexie.org>
* Much stuff added by Guy Harris <guy@alum.mit.edu>
* Guy Harris <guy@alum.mit.edu>
*
* $Id: packet-nbns.c,v 1.63 2001/11/03 00:58:49 guy Exp $
* $Id: packet-nbns.c,v 1.64 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-ncp-int.h
* Structures and functions for NetWare Core Protocol.
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-ncp-int.h,v 1.3 2001/06/28 02:42:48 gram Exp $
* $Id: packet-ncp-int.h,v 1.4 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,9 +1,9 @@
/* packet-ncp.c
* Routines for NetWare Core Protocol
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
* Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net>
*
* $Id: packet-ncp.c,v 1.49 2001/07/12 01:48:03 guy Exp $
* $Id: packet-ncp.c,v 1.50 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -5,9 +5,9 @@
* #include'd instead of being in a separate compilation unit so
* that all the data tables in packet-ncp2222.c can remain static.
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-ncp2222.inc,v 1.4 2001/09/03 10:33:05 guy Exp $
* $Id: packet-ncp2222.inc,v 1.5 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-sna.c
* Routines for SNA
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-sna.c,v 1.31 2001/07/03 04:56:46 guy Exp $
* $Id: packet-sna.c,v 1.32 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-tr.c
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-tr.c,v 1.63 2001/07/03 04:56:46 guy Exp $
* $Id: packet-tr.c,v 1.64 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,8 +1,8 @@
/* packet-trmac.c
* Routines for Token-Ring Media Access Control
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-trmac.c,v 1.32 2001/06/18 02:17:53 guy Exp $
* $Id: packet-trmac.c,v 1.33 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,8 +1,8 @@
/* packet-who.c
* Routines for who protocol (see man rwhod)
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: packet-who.c,v 1.18 2001/09/14 07:10:06 guy Exp $
* $Id: packet-who.c,v 1.19 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,10 +1,10 @@
/* plugin_api.c
* Routines for Ethereal plugins.
*
* $Id: plugin_api.c,v 1.26 2001/11/04 03:37:29 guy Exp $
* $Id: plugin_api.c,v 1.27 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,10 +1,10 @@
/* plugin_api.h
* Routines for Ethereal plugins.
*
* $Id: plugin_api.h,v 1.27 2001/11/04 22:14:43 guy Exp $
* $Id: plugin_api.h,v 1.28 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,10 +1,10 @@
/* plugin_api_defs.h
* Define the variables that hold pointers to plugin API functions
*
* $Id: plugin_api_defs.h,v 1.4 2001/11/04 03:37:29 guy Exp $
* $Id: plugin_api_defs.h,v 1.5 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,10 +1,10 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
* $Id: plugin_table.h,v 1.30 2001/11/04 03:37:29 guy Exp $
* $Id: plugin_table.h,v 1.31 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* print.c
* Routines for printing packet analysis trees.
*
* $Id: print.c,v 1.36 2001/06/18 01:49:17 guy Exp $
* $Id: print.c,v 1.37 2001/11/13 23:55:30 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

@ -1,9 +1,9 @@
/* print.h
* Definitions for printing packet analysis trees.
*
* $Id: print.h,v 1.23 2001/07/17 05:32:43 hagbard Exp $
* $Id: print.h,v 1.24 2001/11/13 23:55:30 gram Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

4
ps.h
View File

@ -2,8 +2,8 @@
* Definitions for generating PostScript(R) packet output.
*
*
* $Id: ps.h,v 1.3 2000/01/22 06:22:19 guy Exp $
* Gilbert Ramirez <gram@xiexie.org>
* $Id: ps.h,v 1.4 2001/11/13 23:55:30 gram Exp $
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,9 +1,9 @@
/* ptvcursor.c
*
* Proto Tree TVBuff cursor
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: ptvcursor.c,v 1.3 2000/08/22 06:38:21 gram Exp $
* $Id: ptvcursor.c,v 1.4 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,9 +1,9 @@
/* ptvcursor.h
*
* Proto Tree TVBuff cursor
* Gilbert Ramirez <gram@xiexie.org>
* Gilbert Ramirez <gram@alumni.rice.edu>
*
* $Id: ptvcursor.h,v 1.2 2000/08/11 13:34:25 deniel Exp $
* $Id: ptvcursor.h,v 1.3 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -4,9 +4,9 @@
* Creates random packet traces. Useful for debugging sniffers by testing
* assumptions about the veracity of the data found in the packet.
*
* $Id: randpkt.c,v 1.10 2001/03/31 10:13:11 guy Exp $
* $Id: randpkt.c,v 1.11 2001/11/13 23:55:30 gram Exp $
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,12 +1,13 @@
/* tethereal.c
*
* $Id: tethereal.c,v 1.97 2001/11/09 07:44:48 guy Exp $
* $Id: tethereal.c,v 1.98 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Text-mode variant, by Gilbert Ramirez <gram@xiexie.org>.
* Text-mode variant, by Gilbert Ramirez <gram@alumni.rice.edu>
* and Guy Harris <guy@alum.mit.edu>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -6,9 +6,9 @@
# recursive diff, and unflattens it so that it can be
# applied correctly with "patch".
#
# $Id: cvsdiff-fix.py,v 1.1 2001/02/23 16:30:51 gram Exp $
# $Id: cvsdiff-fix.py,v 1.2 2001/11/13 23:55:41 gram Exp $
#
# Copyright (C) 2001 by Gilbert Ramirez <gram@xiexie.org>
# Copyright (C) 2001 by Gilbert Ramirez <gram@alumni.rice.edu>
#
# 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,6 +1,6 @@
Authors
-------
Gilbert Ramirez <gram[AT]xiexie.org>
Gilbert Ramirez <gram[AT]alumni.rice.edu>
Guy Harris <guy[AT]alum.mit.edu>
Olivier Abad <oabad[AT]cybercable.fr>
Gerald Combs <gerald[AT]ethereal.com>

View File

@ -1,4 +1,4 @@
$Id: README,v 1.28 2001/10/19 20:18:48 guy Exp $
$Id: README,v 1.29 2001/11/13 23:55:42 gram Exp $
Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap
@ -157,5 +157,5 @@ Text output from DBS Etherwatch is supported. DBS Etherwatch is available
from: http://www.users.bigpond.com/dbsneddon/software.htm.
Gilbert Ramirez <gram@xiexie.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>

View File

@ -1,9 +1,9 @@
/* acconfig.h
*
* $Id: acconfig.h,v 1.5 2000/10/17 00:09:43 guy Exp $
* $Id: acconfig.h,v 1.6 2001/11/13 23:55:42 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,10 +1,10 @@
%{
/* ascend-grammar.y
*
* $Id: ascend-grammar.y,v 1.20 2001/08/20 15:23:34 gram Exp $
* $Id: ascend-grammar.y,v 1.21 2001/11/13 23:55:42 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,10 +1,10 @@
%{
/* ascend-scanner.l
*
* $Id: ascend-scanner.l,v 1.20 2001/08/20 15:23:34 gram Exp $
* $Id: ascend-scanner.l,v 1.21 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* ascend.c
*
* $Id: ascend.c,v 1.25 2001/10/04 08:30:35 guy Exp $
* $Id: ascend.c,v 1.26 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* ascend.h
*
* $Id: ascend.h,v 1.7 2000/08/11 13:32:35 deniel Exp $
* $Id: ascend.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* buffer.c
*
* $Id: buffer.c,v 1.11 2001/04/16 21:59:38 guy Exp $
* $Id: buffer.c,v 1.12 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* buffer.h
*
* $Id: buffer.h,v 1.7 2000/08/11 13:32:35 deniel Exp $
* $Id: buffer.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* toshiba.h
*
* $Id: dbs-etherwatch.h,v 1.1 2001/10/19 20:18:48 guy Exp $
* $Id: dbs-etherwatch.h,v 1.2 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -2,10 +2,10 @@
* Routines for opening etherpeek files
* Copyright (c) 2001, Daniel Thompson <d.thompson@gmx.net>
*
* $Id: etherpeek.c,v 1.5 2001/10/04 08:30:35 guy Exp $
* $Id: etherpeek.c,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* etherpeek.h
*
* $Id: etherpeek.h,v 1.1 2001/02/22 22:03:31 guy Exp $
* $Id: etherpeek.h,v 1.2 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* file.c
*
* $Id: file.c,v 1.73 2001/11/06 01:55:14 guy Exp $
* $Id: file.c,v 1.74 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* file_wrappers.c
*
* $Id: file_wrappers.c,v 1.8 2001/09/20 16:36:45 ashokn Exp $
* $Id: file_wrappers.c,v 1.9 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* file_wrappers.h
*
* $Id: file_wrappers.h,v 1.5 2001/09/20 16:36:45 ashokn Exp $
* $Id: file_wrappers.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* iptrace.c
*
* $Id: iptrace.c,v 1.35 2001/10/25 20:36:26 gram Exp $
* $Id: iptrace.c,v 1.36 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* iptrace.h
*
* $Id: iptrace.h,v 1.5 2000/08/11 13:32:35 deniel Exp $
* $Id: iptrace.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* lanalyzer.c
*
* $Id: lanalyzer.c,v 1.29 2001/10/04 08:30:35 guy Exp $
* $Id: lanalyzer.c,v 1.30 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* lanalyzer.h
*
* $Id: lanalyzer.h,v 1.4 2000/08/11 13:32:35 deniel Exp $
* $Id: lanalyzer.h,v 1.5 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* libpcap.c
*
* $Id: libpcap.c,v 1.56 2001/11/09 07:44:51 guy Exp $
* $Id: libpcap.c,v 1.57 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* libpcap.h
*
* $Id: libpcap.h,v 1.10 2000/09/15 07:52:43 guy Exp $
* $Id: libpcap.h,v 1.11 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* netmon.c
*
* $Id: netmon.c,v 1.42 2001/10/25 20:29:23 gram Exp $
* $Id: netmon.c,v 1.43 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* netmon.h
*
* $Id: netmon.h,v 1.7 2000/08/11 13:32:34 deniel Exp $
* $Id: netmon.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* nettl.c
*
* $Id: nettl.c,v 1.20 2001/10/04 08:30:36 guy Exp $
* $Id: nettl.c,v 1.21 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* nettl.h
*
* $Id: nettl.h,v 1.6 2000/11/13 23:02:24 oabad Exp $
* $Id: nettl.h,v 1.7 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* netxray.c
*
* $Id: netxray.c,v 1.42 2001/10/25 20:29:23 gram Exp $
* $Id: netxray.c,v 1.43 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* netxray.h
*
* $Id: netxray.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
* $Id: netxray.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* ngsniffer.c
*
* $Id: ngsniffer.c,v 1.68 2001/10/25 20:29:23 gram Exp $
* $Id: ngsniffer.c,v 1.69 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* ngsniffer.h
*
* $Id: ngsniffer.h,v 1.8 2000/08/11 13:32:34 deniel Exp $
* $Id: ngsniffer.h,v 1.9 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,8 +1,8 @@
/* pppdump.c
*
* $Id: pppdump.c,v 1.9 2001/10/04 08:30:36 guy Exp $
* $Id: pppdump.c,v 1.10 2001/11/13 23:55:44 gram Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,8 +1,8 @@
/* pppdump.h
*
* $Id: pppdump.h,v 1.1 2000/09/19 17:22:10 gram Exp $
* $Id: pppdump.h,v 1.2 2001/11/13 23:55:44 gram Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* radcom.c
*
* $Id: radcom.c,v 1.30 2001/10/04 08:30:36 guy Exp $
* $Id: radcom.c,v 1.31 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* radcom.h
*
* $Id: radcom.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
* $Id: radcom.h,v 1.6 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* snoop.c
*
* $Id: snoop.c,v 1.38 2001/10/25 20:29:24 gram Exp $
* $Id: snoop.c,v 1.39 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* snoop.h
*
* $Id: snoop.h,v 1.8 2000/08/11 13:32:34 deniel Exp $
* $Id: snoop.h,v 1.9 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* toshiba.c
*
* $Id: toshiba.c,v 1.17 2001/10/25 20:29:24 gram Exp $
* $Id: toshiba.c,v 1.18 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* toshiba.h
*
* $Id: toshiba.h,v 1.3 2000/08/11 13:32:33 deniel Exp $
* $Id: toshiba.h,v 1.4 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* wtap-int.h
*
* $Id: wtap-int.h,v 1.14 2001/10/04 08:30:36 guy Exp $
* $Id: wtap-int.h,v 1.15 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* wtap.c
*
* $Id: wtap.c,v 1.55 2001/10/04 08:30:36 guy Exp $
* $Id: wtap.c,v 1.56 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* 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,9 +1,9 @@
/* wtap.h
*
* $Id: wtap.h,v 1.93 2001/11/06 01:55:14 guy Exp $
* $Id: wtap.h,v 1.94 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License