diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-07 22:05:43 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-07 22:05:43 +0000 |
commit | 7a943b7810c17ea18c780bbf5d101a27b99fe5b9 (patch) | |
tree | 30f1abbc5570a67176f86a8b22e8b48fe1d824cd | |
parent | 4f3468b09c241b98d6379fe4dd83c6e18b36f170 (diff) | |
download | wireshark-7a943b7810c17ea18c780bbf5d101a27b99fe5b9.tar.gz wireshark-7a943b7810c17ea18c780bbf5d101a27b99fe5b9.tar.bz2 wireshark-7a943b7810c17ea18c780bbf5d101a27b99fe5b9.zip |
Fix Gerald's e-mail address.
svn path=/trunk/; revision=1437
56 files changed, 111 insertions, 111 deletions
@@ -5,10 +5,10 @@ * * Gilbert Ramirez <gram@xiexie.org> * - * $Id: ipv4.c,v 1.4 1999/11/19 23:01:13 gram Exp $ + * $Id: ipv4.c,v 1.5 2000/01/07 22:05:28 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * @@ -5,10 +5,10 @@ * * Gilbert Ramirez <gramirez@tivoli.cm> * - * $Id: ipv4.h,v 1.3 1999/11/19 23:01:13 gram Exp $ + * $Id: ipv4.h,v 1.4 2000/01/07 22:05:28 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * @@ -2,10 +2,10 @@ * Definitions of OUIs * Gilbert Ramirez <gramirez@tivoli.com> * - * $Id: oui.h,v 1.1 1999/12/29 05:19:58 guy Exp $ + * $Id: oui.h,v 1.2 2000/01/07 22:05:28 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-afs.c b/packet-afs.c index e1447c45eb..50be628a2e 100644 --- a/packet-afs.c +++ b/packet-afs.c @@ -6,10 +6,10 @@ * Portions based on information retrieved from the RX definitions * in Arla, the free AFS client at http://www.stacken.kth.se/project/arla/ * - * $Id: packet-afs.c,v 1.7 1999/11/17 21:58:31 guy Exp $ + * $Id: packet-afs.c,v 1.8 2000/01/07 22:05:28 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-auto_rp.c b/packet-auto_rp.c index f7efb58960..90e17473f2 100644 --- a/packet-auto_rp.c +++ b/packet-auto_rp.c @@ -4,10 +4,10 @@ * * Heikki Vatiainen <hessu@cs.tut.fi> * - * $Id: packet-auto_rp.c,v 1.1 1999/11/23 17:09:57 gram Exp $ + * $Id: packet-auto_rp.c,v 1.2 2000/01/07 22:05:29 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-bgp.c b/packet-bgp.c index bed13021bf..d85856b768 100644 --- a/packet-bgp.c +++ b/packet-bgp.c @@ -16,7 +16,7 @@ * Destination Preference Attribute for BGP (work in progress) * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-bgp.h b/packet-bgp.h index 59b88dc006..b6cfd468bb 100644 --- a/packet-bgp.h +++ b/packet-bgp.h @@ -1,10 +1,10 @@ /* packet-bgp.c * Definitions for BGP packet disassembly structures and routine * - * $Id: packet-bgp.h,v 1.5 1999/11/22 07:05:21 itojun Exp $ + * $Id: packet-bgp.h,v 1.6 2000/01/07 22:05:30 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-bootp.c b/packet-bootp.c index e49d3e5ea3..077d7922d9 100644 --- a/packet-bootp.c +++ b/packet-bootp.c @@ -2,7 +2,7 @@ * Routines for BOOTP/DHCP packet disassembly * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-bootp.c,v 1.23 1999/11/27 04:48:12 guy Exp $ + * $Id: packet-bootp.c,v 1.24 2000/01/07 22:05:30 guy Exp $ * * The information used comes from: * RFC 2132: DHCP Options and BOOTP Vendor Extensions @@ -10,7 +10,7 @@ * RFC 2131: Dynamic Host Configuration Protocol * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-bootparams.c b/packet-bootparams.c index c7491fff10..dfec26e5ec 100644 --- a/packet-bootparams.c +++ b/packet-bootparams.c @@ -1,10 +1,10 @@ /* packet-bootparams.c * Routines for bootparams dissection * - * $Id: packet-bootparams.c,v 1.6 1999/11/16 11:42:27 guy Exp $ + * $Id: packet-bootparams.c,v 1.7 2000/01/07 22:05:30 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-data.c b/packet-data.c index e5c632a7f5..b73f40f433 100644 --- a/packet-data.c +++ b/packet-data.c @@ -2,10 +2,10 @@ * Routines for raw data (default case) * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-data.c,v 1.11 1999/08/26 17:51:44 guy Exp $ + * $Id: packet-data.c,v 1.12 2000/01/07 22:05:30 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-ftp.c b/packet-ftp.c index 068cfffaad..7ee3aef157 100644 --- a/packet-ftp.c +++ b/packet-ftp.c @@ -2,10 +2,10 @@ * Routines for ftp packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-ftp.c,v 1.10 1999/11/16 11:42:30 guy Exp $ + * $Id: packet-ftp.c,v 1.11 2000/01/07 22:05:30 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-pop.c diff --git a/packet-gre.c b/packet-gre.c index f7a8b2146d..91f6fe328c 100644 --- a/packet-gre.c +++ b/packet-gre.c @@ -2,10 +2,10 @@ * Routines for the Generic Routing Encapsulation (GRE) protocol * Brad Robel-Forrest <brad.robel-forrest@watchguard.com> * - * $Id: packet-gre.c,v 1.13 1999/12/14 00:27:29 guy Exp $ + * $Id: packet-gre.c,v 1.14 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-hsrp.c b/packet-hsrp.c index 298841b650..f46069810d 100644 --- a/packet-hsrp.c +++ b/packet-hsrp.c @@ -4,10 +4,10 @@ * * Heikki Vatiainen <hessu@cs.tut.fi> * - * $Id: packet-hsrp.c,v 1.1 1999/11/21 20:02:30 gram Exp $ + * $Id: packet-hsrp.c,v 1.2 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-vrrp.c diff --git a/packet-imap.c b/packet-imap.c index 2561e80ca7..edc90ffab2 100644 --- a/packet-imap.c +++ b/packet-imap.c @@ -2,10 +2,10 @@ * Routines for imap packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-imap.c,v 1.3 1999/11/16 11:42:33 guy Exp $ + * $Id: packet-imap.c,v 1.4 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-ipx.c b/packet-ipx.c index ce2fa120fc..018fdc5de8 100644 --- a/packet-ipx.c +++ b/packet-ipx.c @@ -2,10 +2,10 @@ * Routines for NetWare's IPX * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-ipx.c,v 1.44 1999/12/08 22:07:26 nneul Exp $ + * $Id: packet-ipx.c,v 1.45 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-ipx.h b/packet-ipx.h index 4f58ca94da..e7c5bc45c0 100644 --- a/packet-ipx.h +++ b/packet-ipx.h @@ -2,10 +2,10 @@ * Routines for NetWare's IPX * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-ipx.h,v 1.3 1999/11/22 06:03:46 gram Exp $ + * $Id: packet-ipx.h,v 1.4 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-irc.c b/packet-irc.c index 8f01498872..7b6a85406c 100644 --- a/packet-irc.c +++ b/packet-irc.c @@ -1,10 +1,10 @@ /* packet-irc.c * Routines for MSX irc packet dissection * - * $Id: packet-irc.c,v 1.2 1999/12/07 00:22:11 nneul Exp $ + * $Id: packet-irc.c,v 1.3 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-isakmp.c b/packet-isakmp.c index cd5b08da95..52b46d6da3 100644 --- a/packet-isakmp.c +++ b/packet-isakmp.c @@ -2,10 +2,10 @@ * Routines for the Internet Security Association and Key Management Protocol (ISAKMP) * Brad Robel-Forrest <brad.robel-forrest@watchguard.com> * - * $Id: packet-isakmp.c,v 1.11 1999/12/06 03:39:34 guy Exp $ + * $Id: packet-isakmp.c,v 1.12 2000/01/07 22:05:31 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-ldap.c b/packet-ldap.c index a6b5f6eaea..b239ef95cc 100644 --- a/packet-ldap.c +++ b/packet-ldap.c @@ -1,10 +1,10 @@ /* packet-ldap.c * Routines for ldap packet dissection * - * $Id: packet-ldap.c,v 1.1 1999/12/09 04:06:53 nneul Exp $ + * $Id: packet-ldap.c,v 1.2 2000/01/07 22:05:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-llc.c b/packet-llc.c index be89fa47b5..fc6ec8430c 100644 --- a/packet-llc.c +++ b/packet-llc.c @@ -2,10 +2,10 @@ * Routines for IEEE 802.2 LLC layer * Gilbert Ramirez <gramirez@tivoli.com> * - * $Id: packet-llc.c,v 1.36 1999/12/29 05:20:00 guy Exp $ + * $Id: packet-llc.c,v 1.37 2000/01/07 22:05:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-lpd.c b/packet-lpd.c index 9b95801b12..ab1cff9972 100644 --- a/packet-lpd.c +++ b/packet-lpd.c @@ -2,10 +2,10 @@ * Routines for LPR and LPRng packet disassembly * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-lpd.c,v 1.14 1999/12/15 23:47:30 gram Exp $ + * $Id: packet-lpd.c,v 1.15 2000/01/07 22:05:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-mapi.c b/packet-mapi.c index 3735ed9f25..6912c20f75 100644 --- a/packet-mapi.c +++ b/packet-mapi.c @@ -1,10 +1,10 @@ /* packet-mapi.c * Routines for MSX mapi packet dissection * - * $Id: packet-mapi.c,v 1.3 1999/11/21 11:04:11 deniel Exp $ + * $Id: packet-mapi.c,v 1.4 2000/01/07 22:05:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-mount.c b/packet-mount.c index 4cc4e4e9d2..bb68bd0cb7 100644 --- a/packet-mount.c +++ b/packet-mount.c @@ -1,10 +1,10 @@ /* packet-mount.c * Routines for mount dissection * - * $Id: packet-mount.c,v 1.8 1999/11/29 11:52:40 girlich Exp $ + * $Id: packet-mount.c,v 1.9 2000/01/07 22:05:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-ncp.c b/packet-ncp.c index d734531bc1..55765e3b65 100644 --- a/packet-ncp.c +++ b/packet-ncp.c @@ -3,10 +3,10 @@ * Gilbert Ramirez <gram@verdict.uthscsa.edu> * Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net> * - * $Id: packet-ncp.c,v 1.28 2000/01/01 21:05:02 guy Exp $ + * $Id: packet-ncp.c,v 1.29 2000/01/07 22:05:33 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-ncp.h b/packet-ncp.h index ba19899a40..e5fed627a4 100644 --- a/packet-ncp.h +++ b/packet-ncp.h @@ -2,10 +2,10 @@ * Routines for NetWare Core Protocol * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-ncp.h,v 1.6 1999/11/17 21:58:33 guy Exp $ + * $Id: packet-ncp.h,v 1.7 2000/01/07 22:05:33 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-nfs.c b/packet-nfs.c index f334ac6533..a0a878c451 100644 --- a/packet-nfs.c +++ b/packet-nfs.c @@ -2,10 +2,10 @@ * Routines for nfs dissection * Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de> * - * $Id: packet-nfs.c,v 1.17 1999/12/16 08:38:12 girlich Exp $ + * $Id: packet-nfs.c,v 1.18 2000/01/07 22:05:33 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-nlm.c b/packet-nlm.c index b8f870f6c9..c955a01b1b 100644 --- a/packet-nlm.c +++ b/packet-nlm.c @@ -1,10 +1,10 @@ /* packet-nlm.c * Routines for nlm dissection * - * $Id: packet-nlm.c,v 1.3 1999/11/16 11:42:42 guy Exp $ + * $Id: packet-nlm.c,v 1.4 2000/01/07 22:05:34 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-mount.c diff --git a/packet-nntp.c b/packet-nntp.c index 0c77c7751c..9a1ae87906 100644 --- a/packet-nntp.c +++ b/packet-nntp.c @@ -2,10 +2,10 @@ * Routines for nntp packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-nntp.c,v 1.6 1999/11/16 11:42:42 guy Exp $ + * $Id: packet-nntp.c,v 1.7 2000/01/07 22:05:34 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-ntp.c b/packet-ntp.c index 5ea456ae87..425348ef3f 100644 --- a/packet-ntp.c +++ b/packet-ntp.c @@ -2,10 +2,10 @@ * Routines for NTP packet dissection * Copyright 1999, Nathan Neulinger <nneul@umr.edu> * - * $Id: packet-ntp.c,v 1.7 1999/12/21 17:21:22 gerald Exp $ + * $Id: packet-ntp.c,v 1.8 2000/01/07 22:05:34 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-pop.c b/packet-pop.c index 5dc5ad57fc..dcfce121eb 100644 --- a/packet-pop.c +++ b/packet-pop.c @@ -2,10 +2,10 @@ * Routines for pop packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-pop.c,v 1.11 1999/11/20 23:03:09 guy Exp $ + * $Id: packet-pop.c,v 1.12 2000/01/07 22:05:35 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-portmap.c b/packet-portmap.c index bb423dac56..0a30a988c0 100644 --- a/packet-portmap.c +++ b/packet-portmap.c @@ -1,10 +1,10 @@ /* packet-portmap.c * Routines for portmap dissection * - * $Id: packet-portmap.c,v 1.10 1999/11/26 12:55:34 girlich Exp $ + * $Id: packet-portmap.c,v 1.11 2000/01/07 22:05:35 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-pptp.c b/packet-pptp.c index c2a766d3e7..7fd9a71aa2 100644 --- a/packet-pptp.c +++ b/packet-pptp.c @@ -2,10 +2,10 @@ * Routines for the Point-to-Point Tunnelling Protocol (PPTP) * Brad Robel-Forrest <brad.robel-forrest@watchguard.com> * - * $Id: packet-pptp.c,v 1.6 1999/11/16 11:42:48 guy Exp $ + * $Id: packet-pptp.c,v 1.7 2000/01/07 22:05:35 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-rpc.c b/packet-rpc.c index 80b2495afe..3fa36dbf2d 100644 --- a/packet-rpc.c +++ b/packet-rpc.c @@ -2,10 +2,10 @@ * Routines for rpc dissection * Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de> * - * $Id: packet-rpc.c,v 1.24 1999/12/14 11:43:59 girlich Exp $ + * $Id: packet-rpc.c,v 1.25 2000/01/07 22:05:36 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-rx.c b/packet-rx.c index e615d1e490..5ea82d96b7 100644 --- a/packet-rx.c +++ b/packet-rx.c @@ -4,10 +4,10 @@ * Based on routines from tcpdump patches by * Ken Hornstein <kenh@cmf.nrl.navy.mil> * - * $Id: packet-rx.c,v 1.5 1999/12/08 18:12:06 nneul Exp $ + * $Id: packet-rx.c,v 1.6 2000/01/07 22:05:36 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-sap.c b/packet-sap.c index cceb926ee8..ea1b64fe19 100644 --- a/packet-sap.c +++ b/packet-sap.c @@ -4,10 +4,10 @@ * * Heikki Vatiainen <hessu@cs.tut.fi> * - * $Id: packet-sap.c,v 1.3 1999/11/22 21:41:30 gram Exp $ + * $Id: packet-sap.c,v 1.4 2000/01/07 22:05:36 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-smb.c b/packet-smb.c index d69ce12af6..6492d4b47a 100644 --- a/packet-smb.c +++ b/packet-smb.c @@ -2,10 +2,10 @@ * Routines for smb packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-smb.c,v 1.58 2000/01/07 04:27:06 gram Exp $ + * $Id: packet-smb.c,v 1.59 2000/01/07 22:05:36 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-pop.c diff --git a/packet-sna.c b/packet-sna.c index e7a8b7c8a7..817030413d 100644 --- a/packet-sna.c +++ b/packet-sna.c @@ -2,10 +2,10 @@ * Routines for SNA * Gilbert Ramirez <gram@xiexie.org> * - * $Id: packet-sna.c,v 1.10 1999/11/22 06:24:39 gram Exp $ + * $Id: packet-sna.c,v 1.11 2000/01/07 22:05:39 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-snmp.c b/packet-snmp.c index ed5f70bda5..849155852e 100644 --- a/packet-snmp.c +++ b/packet-snmp.c @@ -2,10 +2,10 @@ * Routines for SNMP (simple network management protocol) * D.Jorand (c) 1998 * - * $Id: packet-snmp.c,v 1.22 1999/12/14 10:16:11 guy Exp $ + * $Id: packet-snmp.c,v 1.23 2000/01/07 22:05:39 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Didier Jorand * * Some stuff from: diff --git a/packet-snmp.h b/packet-snmp.h index df37d39521..34146fc7f0 100644 --- a/packet-snmp.h +++ b/packet-snmp.h @@ -2,10 +2,10 @@ * Exported routines for SNMP (simple network management protocol) * D.Jorand (c) 1998 * - * $Id: packet-snmp.h,v 1.1 1999/11/18 07:29:55 guy Exp $ + * $Id: packet-snmp.h,v 1.2 2000/01/07 22:05:40 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Didier Jorand * * diff --git a/packet-srvloc.c b/packet-srvloc.c index 647b6f59cd..62b72a1046 100644 --- a/packet-srvloc.c +++ b/packet-srvloc.c @@ -6,10 +6,10 @@ * In particular I have not had an opportunity to see how it * responds to SRVLOC over TCP. * - * $Id: packet-srvloc.c,v 1.4 2000/01/01 21:11:02 guy Exp $ + * $Id: packet-srvloc.c,v 1.5 2000/01/07 22:05:40 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Service Location Protocol is RFC 2165 diff --git a/packet-stat.c b/packet-stat.c index 7ddc9ee45c..6cd90822bb 100644 --- a/packet-stat.c +++ b/packet-stat.c @@ -1,10 +1,10 @@ /* packet-stat.c * Routines for stat dissection * - * $Id: packet-stat.c,v 1.3 1999/11/18 19:59:11 guy Exp $ + * $Id: packet-stat.c,v 1.4 2000/01/07 22:05:40 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-tacacs.c b/packet-tacacs.c index 58391d8e17..74ce291fdd 100644 --- a/packet-tacacs.c +++ b/packet-tacacs.c @@ -1,10 +1,10 @@ /* packet-tacacs.c * Routines for cisco tacacs/tacplus/AAA packet dissection * - * $Id: packet-tacacs.c,v 1.1 1999/12/03 21:50:29 nneul Exp $ + * $Id: packet-tacacs.c,v 1.2 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-telnet.c b/packet-telnet.c index 36b7917f93..026ecc2aa9 100644 --- a/packet-telnet.c +++ b/packet-telnet.c @@ -2,10 +2,10 @@ * Routines for telnet packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-telnet.c,v 1.7 1999/11/16 11:42:59 guy Exp $ + * $Id: packet-telnet.c,v 1.8 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-pop.c diff --git a/packet-tftp.c b/packet-tftp.c index b04c937b0e..a5ba1faf8c 100644 --- a/packet-tftp.c +++ b/packet-tftp.c @@ -3,10 +3,10 @@ * * Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: packet-tftp.c,v 1.7 1999/11/16 11:43:00 guy Exp $ + * $Id: packet-tftp.c,v 1.8 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-bootp.c diff --git a/packet-tns.c b/packet-tns.c index de4e469a54..2b537c1e20 100644 --- a/packet-tns.c +++ b/packet-tns.c @@ -1,10 +1,10 @@ /* packet-tns.c * Routines for MSX tns packet dissection * - * $Id: packet-tns.c,v 1.3 1999/11/30 17:58:32 nneul Exp $ + * $Id: packet-tns.c,v 1.4 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-tr.c b/packet-tr.c index be357ba8cf..c6f94f9c15 100644 --- a/packet-tr.c +++ b/packet-tr.c @@ -2,10 +2,10 @@ * Routines for Token-Ring packet disassembly * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-tr.c,v 1.31 1999/11/16 11:43:00 guy Exp $ + * $Id: packet-tr.c,v 1.32 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-trmac.c b/packet-trmac.c index b00497424b..10aa3a78c8 100644 --- a/packet-trmac.c +++ b/packet-trmac.c @@ -2,10 +2,10 @@ * Routines for Token-Ring Media Access Control * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-trmac.c,v 1.17 1999/11/16 11:43:01 guy Exp $ + * $Id: packet-trmac.c,v 1.18 2000/01/07 22:05:41 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-vrrp.c b/packet-vrrp.c index 83354285f8..f905b6c0b7 100644 --- a/packet-vrrp.c +++ b/packet-vrrp.c @@ -4,10 +4,10 @@ * * Heikki Vatiainen <hessu@cs.tut.fi> * - * $Id: packet-vrrp.c,v 1.1 1999/11/21 14:43:53 gram Exp $ + * $Id: packet-vrrp.c,v 1.2 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-who.c b/packet-who.c index 9dfad08f12..bfc9b05eaf 100644 --- a/packet-who.c +++ b/packet-who.c @@ -2,10 +2,10 @@ * Routines for who protocol (see man rwhod) * Gilbert Ramirez <gram@xiexie.org> * - * $Id: packet-who.c,v 1.2 1999/12/12 06:59:24 gram Exp $ + * $Id: packet-who.c,v 1.3 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * diff --git a/packet-yhoo.c b/packet-yhoo.c index 5b5f0b23df..4dcc965c51 100644 --- a/packet-yhoo.c +++ b/packet-yhoo.c @@ -2,10 +2,10 @@ * Routines for yahoo messenger packet dissection * Copyright 1999, Nathan Neulinger <nneul@umr.edu> * - * $Id: packet-yhoo.c,v 1.4 1999/11/16 11:43:03 guy Exp $ + * $Id: packet-yhoo.c,v 1.5 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-tftp.c diff --git a/packet-ypbind.c b/packet-ypbind.c index 2fdfe7954b..239df6cb01 100644 --- a/packet-ypbind.c +++ b/packet-ypbind.c @@ -1,10 +1,10 @@ /* packet-ypbind.c * Routines for ypbind dissection * - * $Id: packet-ypbind.c,v 1.3 1999/11/16 11:43:03 guy Exp $ + * $Id: packet-ypbind.c,v 1.4 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-ypserv.c b/packet-ypserv.c index 667bc65b98..45dc3056ab 100644 --- a/packet-ypserv.c +++ b/packet-ypserv.c @@ -1,10 +1,10 @@ /* packet-ypserv.c * Routines for ypserv dissection * - * $Id: packet-ypserv.c,v 1.6 1999/11/16 11:43:04 guy Exp $ + * $Id: packet-ypserv.c,v 1.7 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c diff --git a/packet-ypxfr.c b/packet-ypxfr.c index a53a81b064..cd505db95f 100644 --- a/packet-ypxfr.c +++ b/packet-ypxfr.c @@ -1,10 +1,10 @@ /* packet-ypxfr.c * Routines for ypxfr dissection * - * $Id: packet-ypxfr.c,v 1.2 1999/11/16 11:43:04 guy Exp $ + * $Id: packet-ypxfr.c,v 1.3 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * Copied from packet-smb.c @@ -2,10 +2,10 @@ * Defines for smb packet dissection * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com> * - * $Id: smb.h,v 1.3 1999/07/13 02:52:58 gram Exp $ + * $Id: smb.h,v 1.4 2000/01/07 22:05:42 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998, 1999 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -2,10 +2,10 @@ * Routines for use by various SDLC-derived protocols, such as HDLC * and its derivatives LAPB, IEEE 802.2 LLC, etc.. * - * $Id: xdlc.c,v 1.10 1999/11/16 11:43:07 guy Exp $ + * $Id: xdlc.c,v 1.11 2000/01/07 22:05:43 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * @@ -2,10 +2,10 @@ * Define *DLC frame types, and routine to dissect the control field of * a *DLC frame. * - * $Id: xdlc.h,v 1.10 1999/11/16 11:43:07 guy Exp $ + * $Id: xdlc.h,v 1.11 2000/01/07 22:05:43 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@unicom.net> + * By Gerald Combs <gerald@zing.org> * Copyright 1998 Gerald Combs * * |