summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/addrtoname.c4
-rw-r--r--usr.sbin/tcpdump/addrtoname.h4
-rw-r--r--usr.sbin/tcpdump/appletalk.h4
-rw-r--r--usr.sbin/tcpdump/bootp.h4
-rw-r--r--usr.sbin/tcpdump/bpf_dump.c4
-rw-r--r--usr.sbin/tcpdump/decnet.h4
-rw-r--r--usr.sbin/tcpdump/ethertype.h4
-rw-r--r--usr.sbin/tcpdump/extract.h4
-rw-r--r--usr.sbin/tcpdump/fddi.h4
-rw-r--r--usr.sbin/tcpdump/gmt2local.c4
-rw-r--r--usr.sbin/tcpdump/gmt2local.h4
-rw-r--r--usr.sbin/tcpdump/gnuc.h4
-rw-r--r--usr.sbin/tcpdump/igrp.h2
-rw-r--r--usr.sbin/tcpdump/install-sh2
-rw-r--r--usr.sbin/tcpdump/ipx.h4
-rw-r--r--usr.sbin/tcpdump/llc.h4
-rw-r--r--usr.sbin/tcpdump/machdep.c4
-rw-r--r--usr.sbin/tcpdump/machdep.h4
-rw-r--r--usr.sbin/tcpdump/makemib2
-rw-r--r--usr.sbin/tcpdump/mib.h2
-rw-r--r--usr.sbin/tcpdump/netbios.h4
-rw-r--r--usr.sbin/tcpdump/nfsfh.h4
-rw-r--r--usr.sbin/tcpdump/nfsv2.h2
-rw-r--r--usr.sbin/tcpdump/ntp.h4
-rw-r--r--usr.sbin/tcpdump/ospf.h2
-rw-r--r--usr.sbin/tcpdump/parsenfsfh.c4
-rw-r--r--usr.sbin/tcpdump/print-arp.c4
-rw-r--r--usr.sbin/tcpdump/print-atalk.c4
-rw-r--r--usr.sbin/tcpdump/print-atm.c4
-rw-r--r--usr.sbin/tcpdump/print-bootp.c4
-rw-r--r--usr.sbin/tcpdump/print-decnet.c4
-rw-r--r--usr.sbin/tcpdump/print-domain.c4
-rw-r--r--usr.sbin/tcpdump/print-dvmrp.c4
-rw-r--r--usr.sbin/tcpdump/print-egp.c4
-rw-r--r--usr.sbin/tcpdump/print-enc.c4
-rw-r--r--usr.sbin/tcpdump/print-ether.c4
-rw-r--r--usr.sbin/tcpdump/print-fddi.c4
-rw-r--r--usr.sbin/tcpdump/print-gre.c4
-rw-r--r--usr.sbin/tcpdump/print-icmp.c4
-rw-r--r--usr.sbin/tcpdump/print-igrp.c4
-rw-r--r--usr.sbin/tcpdump/print-ip.c4
-rw-r--r--usr.sbin/tcpdump/print-ipx.c4
-rw-r--r--usr.sbin/tcpdump/print-isoclns.c4
-rw-r--r--usr.sbin/tcpdump/print-krb.c4
-rw-r--r--usr.sbin/tcpdump/print-llc.c4
-rw-r--r--usr.sbin/tcpdump/print-netbios.c4
-rw-r--r--usr.sbin/tcpdump/print-nfs.c2
-rw-r--r--usr.sbin/tcpdump/print-ntp.c4
-rw-r--r--usr.sbin/tcpdump/print-null.c4
-rw-r--r--usr.sbin/tcpdump/print-ospf.c4
-rw-r--r--usr.sbin/tcpdump/print-pim.c4
-rw-r--r--usr.sbin/tcpdump/print-raw.c4
-rw-r--r--usr.sbin/tcpdump/print-sl.c4
-rw-r--r--usr.sbin/tcpdump/print-snmp.c4
-rw-r--r--usr.sbin/tcpdump/print-sunrpc.c4
-rw-r--r--usr.sbin/tcpdump/print-tftp.c4
-rw-r--r--usr.sbin/tcpdump/print-wb.c4
-rw-r--r--usr.sbin/tcpdump/radius.h2
-rw-r--r--usr.sbin/tcpdump/savestr.c4
-rw-r--r--usr.sbin/tcpdump/savestr.h4
-rw-r--r--usr.sbin/tcpdump/setsignal.c4
-rw-r--r--usr.sbin/tcpdump/setsignal.h4
-rw-r--r--usr.sbin/tcpdump/util.c4
63 files changed, 180 insertions, 56 deletions
diff --git a/usr.sbin/tcpdump/addrtoname.c b/usr.sbin/tcpdump/addrtoname.c
index b6ccb9783be..965e1e5a333 100644
--- a/usr.sbin/tcpdump/addrtoname.c
+++ b/usr.sbin/tcpdump/addrtoname.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: addrtoname.c,v 1.15 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/addrtoname.c,v 1.14 2000/09/24 10:55:57 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/addrtoname.c,v 1.15 2000/10/03 14:31:54 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/addrtoname.h b/usr.sbin/tcpdump/addrtoname.h
index 9a5719b27ee..96711a2a81f 100644
--- a/usr.sbin/tcpdump/addrtoname.h
+++ b/usr.sbin/tcpdump/addrtoname.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: addrtoname.h,v 1.9 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1990, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/addrtoname.h,v 1.8 2000/04/26 21:35:37 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/addrtoname.h,v 1.9 2000/10/03 14:31:54 ho Exp $ (LBL)
*/
#ifndef BYTE_ORDER
diff --git a/usr.sbin/tcpdump/appletalk.h b/usr.sbin/tcpdump/appletalk.h
index 5e65043f8e0..ba0ef4abdd1 100644
--- a/usr.sbin/tcpdump/appletalk.h
+++ b/usr.sbin/tcpdump/appletalk.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: appletalk.h,v 1.7 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -20,7 +22,7 @@
*
* AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX).
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/appletalk.h,v 1.6 1997/07/23 02:59:00 denny Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/appletalk.h,v 1.7 2000/10/03 14:31:54 ho Exp $ (LBL)
*/
struct LAP {
diff --git a/usr.sbin/tcpdump/bootp.h b/usr.sbin/tcpdump/bootp.h
index 0234032c9d3..47352c06102 100644
--- a/usr.sbin/tcpdump/bootp.h
+++ b/usr.sbin/tcpdump/bootp.h
@@ -1,4 +1,6 @@
-/* @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/bootp.h,v 1.6 2000/04/26 21:35:38 jakob Exp $ (LBL) */
+/* $OpenBSD: bootp.h,v 1.7 2000/10/03 14:31:54 ho Exp $ */
+
+/* @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/bootp.h,v 1.7 2000/10/03 14:31:54 ho Exp $ (LBL) */
/*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
*
diff --git a/usr.sbin/tcpdump/bpf_dump.c b/usr.sbin/tcpdump/bpf_dump.c
index 1578ab0fab6..0c22b116477 100644
--- a/usr.sbin/tcpdump/bpf_dump.c
+++ b/usr.sbin/tcpdump/bpf_dump.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bpf_dump.c,v 1.6 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -20,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/bpf_dump.c,v 1.5 1996/12/12 16:22:57 bitblt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/bpf_dump.c,v 1.6 2000/10/03 14:31:54 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/decnet.h b/usr.sbin/tcpdump/decnet.h
index 7d08e03fab1..6d671714e96 100644
--- a/usr.sbin/tcpdump/decnet.h
+++ b/usr.sbin/tcpdump/decnet.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1992, 1994, 1996
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/decnet.h,v 1.5 1996/12/12 16:22:57 bitblt Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/decnet.h,v 1.6 2000/10/03 14:31:54 ho Exp $ (LBL)
*/
typedef unsigned char byte[1]; /* single byte field */
diff --git a/usr.sbin/tcpdump/ethertype.h b/usr.sbin/tcpdump/ethertype.h
index a2b39e0deac..f967f2d3a51 100644
--- a/usr.sbin/tcpdump/ethertype.h
+++ b/usr.sbin/tcpdump/ethertype.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: ethertype.h,v 1.9 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1993, 1994, 1996
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ethertype.h,v 1.8 2000/04/26 21:35:38 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ethertype.h,v 1.9 2000/10/03 14:31:54 ho Exp $ (LBL)
*/
/* Types missing from some systems */
diff --git a/usr.sbin/tcpdump/extract.h b/usr.sbin/tcpdump/extract.h
index 9cd1c8112f4..beea0acae8b 100644
--- a/usr.sbin/tcpdump/extract.h
+++ b/usr.sbin/tcpdump/extract.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: extract.h,v 1.6 2000/10/03 14:31:54 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/extract.h,v 1.5 1996/12/12 16:22:55 bitblt Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/extract.h,v 1.6 2000/10/03 14:31:54 ho Exp $ (LBL)
*/
/* Network to host order macros */
diff --git a/usr.sbin/tcpdump/fddi.h b/usr.sbin/tcpdump/fddi.h
index 6bcae0b88b8..0ddd6b35f11 100644
--- a/usr.sbin/tcpdump/fddi.h
+++ b/usr.sbin/tcpdump/fddi.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: fddi.h,v 1.6 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/fddi.h,v 1.5 1996/12/12 16:22:55 bitblt Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/fddi.h,v 1.6 2000/10/03 14:31:55 ho Exp $ (LBL)
*/
/*
diff --git a/usr.sbin/tcpdump/gmt2local.c b/usr.sbin/tcpdump/gmt2local.c
index d1e14ad2965..e34d70ec0b2 100644
--- a/usr.sbin/tcpdump/gmt2local.c
+++ b/usr.sbin/tcpdump/gmt2local.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: gmt2local.c,v 1.2 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/gmt2local.c,v 1.1 1999/07/28 20:41:35 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/gmt2local.c,v 1.2 2000/10/03 14:31:55 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/gmt2local.h b/usr.sbin/tcpdump/gmt2local.h
index 3b07a9c10dc..03868b3ac9f 100644
--- a/usr.sbin/tcpdump/gmt2local.h
+++ b/usr.sbin/tcpdump/gmt2local.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: gmt2local.h,v 1.2 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/gmt2local.h,v 1.1 1999/07/28 20:41:35 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/gmt2local.h,v 1.2 2000/10/03 14:31:55 ho Exp $ (LBL)
*/
#ifndef gmt2local_h
#define gmt2local_h
diff --git a/usr.sbin/tcpdump/gnuc.h b/usr.sbin/tcpdump/gnuc.h
index 175d2102b72..869695afad0 100644
--- a/usr.sbin/tcpdump/gnuc.h
+++ b/usr.sbin/tcpdump/gnuc.h
@@ -1,4 +1,6 @@
-/* @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/gnuc.h,v 1.2 1997/07/25 20:12:29 mickey Exp $ (LBL) */
+/* $OpenBSD: gnuc.h,v 1.3 2000/10/03 14:31:55 ho Exp $ */
+
+/* @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/gnuc.h,v 1.3 2000/10/03 14:31:55 ho Exp $ (LBL) */
/* Define __P() macro, if necessary */
#ifndef __P
diff --git a/usr.sbin/tcpdump/igrp.h b/usr.sbin/tcpdump/igrp.h
index cc6088a8217..99f323b7cdc 100644
--- a/usr.sbin/tcpdump/igrp.h
+++ b/usr.sbin/tcpdump/igrp.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: igrp.h,v 1.4 2000/10/03 14:31:55 ho Exp $ */
+
/* Cisco IGRP definitions */
/* IGRP Header */
diff --git a/usr.sbin/tcpdump/install-sh b/usr.sbin/tcpdump/install-sh
index ebc66913e94..20161fb04af 100644
--- a/usr.sbin/tcpdump/install-sh
+++ b/usr.sbin/tcpdump/install-sh
@@ -1,4 +1,6 @@
#! /bin/sh
+# $OpenBSD: install-sh,v 1.2 2000/10/03 14:31:55 ho Exp $
+
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
diff --git a/usr.sbin/tcpdump/ipx.h b/usr.sbin/tcpdump/ipx.h
index 494709b8168..58b5e5b5b0a 100644
--- a/usr.sbin/tcpdump/ipx.h
+++ b/usr.sbin/tcpdump/ipx.h
@@ -1,7 +1,9 @@
+/* $OpenBSD: ipx.h,v 1.6 2000/10/03 14:31:55 ho Exp $ */
+
/*
* IPX protocol formats
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ipx.h,v 1.5 1996/12/12 16:22:52 bitblt Exp $
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/ipx.h,v 1.6 2000/10/03 14:31:55 ho Exp $
*/
/* well-known sockets */
diff --git a/usr.sbin/tcpdump/llc.h b/usr.sbin/tcpdump/llc.h
index 10744b51615..fd8def3fae3 100644
--- a/usr.sbin/tcpdump/llc.h
+++ b/usr.sbin/tcpdump/llc.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: llc.h,v 1.7 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1993, 1994, 1997
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/llc.h,v 1.6 1999/07/28 20:41:35 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/llc.h,v 1.7 2000/10/03 14:31:55 ho Exp $ (LBL)
*/
/*
diff --git a/usr.sbin/tcpdump/machdep.c b/usr.sbin/tcpdump/machdep.c
index 580c14309c3..d35ecd2c010 100644
--- a/usr.sbin/tcpdump/machdep.c
+++ b/usr.sbin/tcpdump/machdep.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: machdep.c,v 1.6 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/machdep.c,v 1.5 2000/04/30 05:23:28 ericj Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/machdep.c,v 1.6 2000/10/03 14:31:55 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/machdep.h b/usr.sbin/tcpdump/machdep.h
index f58625d9180..1e0146e2072 100644
--- a/usr.sbin/tcpdump/machdep.h
+++ b/usr.sbin/tcpdump/machdep.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: machdep.h,v 1.3 2000/10/03 14:31:55 ho Exp $ */
+
/*
* Copyright (c) 1996
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/machdep.h,v 1.2 2000/04/30 05:23:28 ericj Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/machdep.h,v 1.3 2000/10/03 14:31:55 ho Exp $ (LBL)
*/
#ifndef tcpdump_machdep_h
#define tcpdump_machdep_h
diff --git a/usr.sbin/tcpdump/makemib b/usr.sbin/tcpdump/makemib
index 9dc0fd2e25d..6e043aa3c93 100644
--- a/usr.sbin/tcpdump/makemib
+++ b/usr.sbin/tcpdump/makemib
@@ -1,4 +1,5 @@
#!/bin/sh
+# @(#) $OpenBSD: makemib,v 1.6 2000/10/03 14:31:55 ho Exp $ (jlv
#
# Copyright (c) 1990, 1996, by John Robert LoVerso.
# All rights reserved.
@@ -13,7 +14,6 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# @(#) $Id: makemib,v 1.5 1996/12/12 16:22:50 bitblt Exp $ (jlv
)
#
diff --git a/usr.sbin/tcpdump/mib.h b/usr.sbin/tcpdump/mib.h
index 48ead9b9691..f453a9d1a75 100644
--- a/usr.sbin/tcpdump/mib.h
+++ b/usr.sbin/tcpdump/mib.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: mib.h,v 1.6 2000/10/03 14:31:55 ho Exp $ */
+
/*
* This file was generated by tcpdump/makemib on Wed Sep 26 12:12:31 EDT 1990
* You probably don't want to edit this by hand!
diff --git a/usr.sbin/tcpdump/netbios.h b/usr.sbin/tcpdump/netbios.h
index ca7d838221e..dfec349676f 100644
--- a/usr.sbin/tcpdump/netbios.h
+++ b/usr.sbin/tcpdump/netbios.h
@@ -1,7 +1,9 @@
+/* $OpenBSD: netbios.h,v 1.3 2000/10/03 14:31:55 ho Exp $ */
+
/*
* NETBIOS protocol formats
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/netbios.h,v 1.2 1996/12/12 16:22:49 bitblt Exp $
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/netbios.h,v 1.3 2000/10/03 14:31:55 ho Exp $
*/
struct p8022Hdr {
diff --git a/usr.sbin/tcpdump/nfsfh.h b/usr.sbin/tcpdump/nfsfh.h
index a0645b3a4b2..bd0792aed13 100644
--- a/usr.sbin/tcpdump/nfsfh.h
+++ b/usr.sbin/tcpdump/nfsfh.h
@@ -1,5 +1,7 @@
+/* $OpenBSD: nfsfh.h,v 1.7 2000/10/03 14:31:56 ho Exp $ */
+
/*
- * $Header: /home/cvs/src/usr.sbin/tcpdump/nfsfh.h,v 1.6 1999/07/28 20:41:35 jakob Exp $
+ * $Header: /home/cvs/src/usr.sbin/tcpdump/nfsfh.h,v 1.7 2000/10/03 14:31:56 ho Exp $
*
* nfsfh.h - NFS file handle definitions (for portable use)
*
diff --git a/usr.sbin/tcpdump/nfsv2.h b/usr.sbin/tcpdump/nfsv2.h
index b2c0ff9929e..d866f5f371a 100644
--- a/usr.sbin/tcpdump/nfsv2.h
+++ b/usr.sbin/tcpdump/nfsv2.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: nfsv2.h,v 1.6 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
diff --git a/usr.sbin/tcpdump/ntp.h b/usr.sbin/tcpdump/ntp.h
index 7f90362f12d..f5eaedf67a6 100644
--- a/usr.sbin/tcpdump/ntp.h
+++ b/usr.sbin/tcpdump/ntp.h
@@ -1,4 +1,6 @@
-/* $Header: /home/cvs/src/usr.sbin/tcpdump/ntp.h,v 1.5 1996/12/12 16:22:47 bitblt Exp $ */
+/* $OpenBSD: ntp.h,v 1.6 2000/10/03 14:31:56 ho Exp $ */
+
+/* $Header: /home/cvs/src/usr.sbin/tcpdump/ntp.h,v 1.6 2000/10/03 14:31:56 ho Exp $ */
/*
* Based on ntp.h from the U of MD implementation
diff --git a/usr.sbin/tcpdump/ospf.h b/usr.sbin/tcpdump/ospf.h
index eee79441fb3..272901e5232 100644
--- a/usr.sbin/tcpdump/ospf.h
+++ b/usr.sbin/tcpdump/ospf.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: ospf.h,v 1.8 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
diff --git a/usr.sbin/tcpdump/parsenfsfh.c b/usr.sbin/tcpdump/parsenfsfh.c
index c6b2e47d21d..3e4e2cf4ef1 100644
--- a/usr.sbin/tcpdump/parsenfsfh.c
+++ b/usr.sbin/tcpdump/parsenfsfh.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: parsenfsfh.c,v 1.7 2000/10/03 14:31:56 ho Exp $ */
+
/*
* parsenfsfh.c - portable parser for NFS file handles
* uses all sorts of heuristics
@@ -9,7 +11,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/parsenfsfh.c,v 1.6 1999/07/28 20:41:36 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/parsenfsfh.c,v 1.7 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/print-arp.c b/usr.sbin/tcpdump/print-arp.c
index 5aa2398802d..8fce697c653 100644
--- a/usr.sbin/tcpdump/print-arp.c
+++ b/usr.sbin/tcpdump/print-arp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-arp.c,v 1.9 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-arp.c,v 1.8 1999/09/16 20:58:45 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-arp.c,v 1.9 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-atalk.c b/usr.sbin/tcpdump/print-atalk.c
index d2f1b415dd4..92efaf06efa 100644
--- a/usr.sbin/tcpdump/print-atalk.c
+++ b/usr.sbin/tcpdump/print-atalk.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-atalk.c,v 1.15 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-atalk.c,v 1.14 2000/04/26 21:35:39 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-atalk.c,v 1.15 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-atm.c b/usr.sbin/tcpdump/print-atm.c
index d56341bbf26..6c9c64bde2b 100644
--- a/usr.sbin/tcpdump/print-atm.c
+++ b/usr.sbin/tcpdump/print-atm.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-atm.c,v 1.6 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -20,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-atm.c,v 1.5 2000/04/26 21:35:39 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-atm.c,v 1.6 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-bootp.c b/usr.sbin/tcpdump/print-bootp.c
index cc43d831737..c5aff0e3bbb 100644
--- a/usr.sbin/tcpdump/print-bootp.c
+++ b/usr.sbin/tcpdump/print-bootp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-bootp.c,v 1.11 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -22,7 +24,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.10 2000/04/26 21:35:39 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-bootp.c,v 1.11 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-decnet.c b/usr.sbin/tcpdump/print-decnet.c
index 05c587f514c..ad817cd6e7c 100644
--- a/usr.sbin/tcpdump/print-decnet.c
+++ b/usr.sbin/tcpdump/print-decnet.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-decnet.c,v 1.8 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-decnet.c,v 1.7 1999/09/16 20:58:46 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-decnet.c,v 1.8 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-domain.c b/usr.sbin/tcpdump/print-domain.c
index b6fdd9e9e08..c096b185b3b 100644
--- a/usr.sbin/tcpdump/print-domain.c
+++ b/usr.sbin/tcpdump/print-domain.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-domain.c,v 1.11 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-domain.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-domain.c,v 1.11 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-dvmrp.c b/usr.sbin/tcpdump/print-dvmrp.c
index bd425522142..44c49d41594 100644
--- a/usr.sbin/tcpdump/print-dvmrp.c
+++ b/usr.sbin/tcpdump/print-dvmrp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-dvmrp.c,v 1.4 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-dvmrp.c,v 1.3 2000/04/26 21:35:40 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-dvmrp.c,v 1.4 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-egp.c b/usr.sbin/tcpdump/print-egp.c
index 6d8998a3057..03fdcd7ae8a 100644
--- a/usr.sbin/tcpdump/print-egp.c
+++ b/usr.sbin/tcpdump/print-egp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-egp.c,v 1.6 2000/10/03 14:31:56 ho Exp $ */
+
/*
* Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -20,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/print-egp.c,v 1.5 1996/12/12 16:22:39 bitblt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/print-egp.c,v 1.6 2000/10/03 14:31:56 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-enc.c b/usr.sbin/tcpdump/print-enc.c
index 6a34a958b8e..1f5b1ab2272 100644
--- a/usr.sbin/tcpdump/print-enc.c
+++ b/usr.sbin/tcpdump/print-enc.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-enc.c,v 1.6 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-enc.c,v 1.5 2000/04/18 06:06:17 angelos Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-enc.c,v 1.6 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-ether.c b/usr.sbin/tcpdump/print-ether.c
index 3866af85945..6efe1a55552 100644
--- a/usr.sbin/tcpdump/print-ether.c
+++ b/usr.sbin/tcpdump/print-ether.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-ether.c,v 1.16 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -20,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ether.c,v 1.15 2000/04/26 21:35:40 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ether.c,v 1.16 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-fddi.c b/usr.sbin/tcpdump/print-fddi.c
index 33d7681126d..df3ae7b3ff6 100644
--- a/usr.sbin/tcpdump/print-fddi.c
+++ b/usr.sbin/tcpdump/print-fddi.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-fddi.c,v 1.11 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-fddi.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-fddi.c,v 1.11 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#ifdef HAVE_FDDI
diff --git a/usr.sbin/tcpdump/print-gre.c b/usr.sbin/tcpdump/print-gre.c
index df5214ff34d..e760b71fca0 100644
--- a/usr.sbin/tcpdump/print-gre.c
+++ b/usr.sbin/tcpdump/print-gre.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-gre.c,v 1.2 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1996
* The Regents of the University of California. All rights reserved.
@@ -24,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-gre.c,v 1.1 1996/12/12 16:22:37 bitblt Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-gre.c,v 1.2 2000/10/03 14:31:57 ho Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-icmp.c b/usr.sbin/tcpdump/print-icmp.c
index 091752111ed..6c73bca3de3 100644
--- a/usr.sbin/tcpdump/print-icmp.c
+++ b/usr.sbin/tcpdump/print-icmp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-icmp.c,v 1.8 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-icmp.c,v 1.7 1998/07/13 22:13:47 deraadt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-icmp.c,v 1.8 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-igrp.c b/usr.sbin/tcpdump/print-igrp.c
index f6432fd9c88..27e08a7eda3 100644
--- a/usr.sbin/tcpdump/print-igrp.c
+++ b/usr.sbin/tcpdump/print-igrp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-igrp.c,v 1.3 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-igrp.c,v 1.2 1999/09/16 20:58:47 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-igrp.c,v 1.3 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-ip.c b/usr.sbin/tcpdump/print-ip.c
index 2cd2e118203..00bb84f8e56 100644
--- a/usr.sbin/tcpdump/print-ip.c
+++ b/usr.sbin/tcpdump/print-ip.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-ip.c,v 1.11 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ip.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ip.c,v 1.11 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-ipx.c b/usr.sbin/tcpdump/print-ipx.c
index 6c629bc07da..032d83fbb99 100644
--- a/usr.sbin/tcpdump/print-ipx.c
+++ b/usr.sbin/tcpdump/print-ipx.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-ipx.c,v 1.7 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -24,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ipx.c,v 1.6 2000/04/26 21:35:41 jakob Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ipx.c,v 1.7 2000/10/03 14:31:57 ho Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-isoclns.c b/usr.sbin/tcpdump/print-isoclns.c
index d3ced110fe0..1d1de6a4c99 100644
--- a/usr.sbin/tcpdump/print-isoclns.c
+++ b/usr.sbin/tcpdump/print-isoclns.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-isoclns.c,v 1.9 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-isoclns.c,v 1.8 2000/04/26 21:35:41 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-isoclns.c,v 1.9 2000/10/03 14:31:57 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/print-krb.c b/usr.sbin/tcpdump/print-krb.c
index b1d26466913..80dbfe5d0e2 100644
--- a/usr.sbin/tcpdump/print-krb.c
+++ b/usr.sbin/tcpdump/print-krb.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-krb.c,v 1.6 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-krb.c,v 1.5 2000/04/26 21:35:41 jakob Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-krb.c,v 1.6 2000/10/03 14:31:57 ho Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-llc.c b/usr.sbin/tcpdump/print-llc.c
index a2c4cc01b92..20df1d9d60a 100644
--- a/usr.sbin/tcpdump/print-llc.c
+++ b/usr.sbin/tcpdump/print-llc.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-llc.c,v 1.9 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -24,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-llc.c,v 1.8 1999/09/16 20:58:47 brad Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-llc.c,v 1.9 2000/10/03 14:31:57 ho Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-netbios.c b/usr.sbin/tcpdump/print-netbios.c
index 85611566ba6..0127488cb3f 100644
--- a/usr.sbin/tcpdump/print-netbios.c
+++ b/usr.sbin/tcpdump/print-netbios.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-netbios.c,v 1.4 2000/10/03 14:31:57 ho Exp $ */
+
/*
* Copyright (c) 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -24,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-netbios.c,v 1.3 2000/04/26 21:35:41 jakob Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-netbios.c,v 1.4 2000/10/03 14:31:57 ho Exp $";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-nfs.c b/usr.sbin/tcpdump/print-nfs.c
index 8111b1d3f3d..9059a1e6da0 100644
--- a/usr.sbin/tcpdump/print-nfs.c
+++ b/usr.sbin/tcpdump/print-nfs.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-nfs.c,v 1.8 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
diff --git a/usr.sbin/tcpdump/print-ntp.c b/usr.sbin/tcpdump/print-ntp.c
index 81b9c5e94c4..d42885c619a 100644
--- a/usr.sbin/tcpdump/print-ntp.c
+++ b/usr.sbin/tcpdump/print-ntp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-ntp.c,v 1.9 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -25,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ntp.c,v 1.8 1999/09/16 20:58:47 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ntp.c,v 1.9 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-null.c b/usr.sbin/tcpdump/print-null.c
index d4fa3f7a7a7..d799a032259 100644
--- a/usr.sbin/tcpdump/print-null.c
+++ b/usr.sbin/tcpdump/print-null.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-null.c,v 1.12 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-null.c,v 1.11 2000/04/26 21:35:42 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-null.c,v 1.12 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-ospf.c b/usr.sbin/tcpdump/print-ospf.c
index a2cdf07a0e0..84efdc8b134 100644
--- a/usr.sbin/tcpdump/print-ospf.c
+++ b/usr.sbin/tcpdump/print-ospf.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-ospf.c,v 1.8 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ospf.c,v 1.7 2000/04/26 21:35:42 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ospf.c,v 1.8 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-pim.c b/usr.sbin/tcpdump/print-pim.c
index b4c8bfefe7a..39d80c3edbc 100644
--- a/usr.sbin/tcpdump/print-pim.c
+++ b/usr.sbin/tcpdump/print-pim.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-pim.c,v 1.3 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-pim.c,v 1.2 1996/12/12 16:22:29 bitblt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-pim.c,v 1.3 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-raw.c b/usr.sbin/tcpdump/print-raw.c
index 9bfde82c6b7..a077577b717 100644
--- a/usr.sbin/tcpdump/print-raw.c
+++ b/usr.sbin/tcpdump/print-raw.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-raw.c,v 1.3 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-raw.c,v 1.2 2000/04/26 21:35:42 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-raw.c,v 1.3 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-sl.c b/usr.sbin/tcpdump/print-sl.c
index b60dfe8b1ec..00f02c080bd 100644
--- a/usr.sbin/tcpdump/print-sl.c
+++ b/usr.sbin/tcpdump/print-sl.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-sl.c,v 1.10 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-sl.c,v 1.9 2000/04/26 21:35:43 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-sl.c,v 1.10 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#ifdef HAVE_NET_SLIP_H
diff --git a/usr.sbin/tcpdump/print-snmp.c b/usr.sbin/tcpdump/print-snmp.c
index e28884139b5..3d219f250e5 100644
--- a/usr.sbin/tcpdump/print-snmp.c
+++ b/usr.sbin/tcpdump/print-snmp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-snmp.c,v 1.8 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -42,7 +44,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-snmp.c,v 1.7 2000/04/26 21:35:43 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-snmp.c,v 1.8 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-sunrpc.c b/usr.sbin/tcpdump/print-sunrpc.c
index 0f67d4ae588..d45776c8db5 100644
--- a/usr.sbin/tcpdump/print-sunrpc.c
+++ b/usr.sbin/tcpdump/print-sunrpc.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-sunrpc.c,v 1.9 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-sunrpc.c,v 1.8 1999/07/28 20:41:36 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-sunrpc.c,v 1.9 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-tftp.c b/usr.sbin/tcpdump/print-tftp.c
index 1206a6cfdee..df4b6a016a4 100644
--- a/usr.sbin/tcpdump/print-tftp.c
+++ b/usr.sbin/tcpdump/print-tftp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-tftp.c,v 1.7 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -23,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-tftp.c,v 1.6 1999/09/16 20:58:47 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-tftp.c,v 1.7 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/usr.sbin/tcpdump/print-wb.c b/usr.sbin/tcpdump/print-wb.c
index 8a96752435f..e26140d9b2a 100644
--- a/usr.sbin/tcpdump/print-wb.c
+++ b/usr.sbin/tcpdump/print-wb.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: print-wb.c,v 1.6 2000/10/03 14:31:58 ho Exp $ */
+
/*
* Copyright (c) 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-wb.c,v 1.5 1996/12/12 16:22:24 bitblt Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-wb.c,v 1.6 2000/10/03 14:31:58 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/radius.h b/usr.sbin/tcpdump/radius.h
index d8f9d3c96f2..bd1ec52321a 100644
--- a/usr.sbin/tcpdump/radius.h
+++ b/usr.sbin/tcpdump/radius.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: radius.h,v 1.2 2000/10/03 14:31:58 ho Exp $ */
+
/* RADIUS support for tcpdump, Thomas Ptacek <tqbf@enteract.com> */
/* ------------------------------------------------------------ */
diff --git a/usr.sbin/tcpdump/savestr.c b/usr.sbin/tcpdump/savestr.c
index 41f13777af5..aa955494247 100644
--- a/usr.sbin/tcpdump/savestr.c
+++ b/usr.sbin/tcpdump/savestr.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: savestr.c,v 1.3 2000/10/03 14:31:59 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/savestr.c,v 1.2 1999/07/29 13:12:34 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/savestr.c,v 1.3 2000/10/03 14:31:59 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/savestr.h b/usr.sbin/tcpdump/savestr.h
index 28b660953cd..d7908c4e62a 100644
--- a/usr.sbin/tcpdump/savestr.h
+++ b/usr.sbin/tcpdump/savestr.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: savestr.h,v 1.2 2000/10/03 14:31:59 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/savestr.h,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/savestr.h,v 1.2 2000/10/03 14:31:59 ho Exp $ (LBL)
*/
extern char *savestr(const char *);
diff --git a/usr.sbin/tcpdump/setsignal.c b/usr.sbin/tcpdump/setsignal.c
index dcf25324072..912c17e5cfd 100644
--- a/usr.sbin/tcpdump/setsignal.c
+++ b/usr.sbin/tcpdump/setsignal.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: setsignal.c,v 1.2 2000/10/03 14:31:59 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/setsignal.c,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/setsignal.c,v 1.2 2000/10/03 14:31:59 ho Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/usr.sbin/tcpdump/setsignal.h b/usr.sbin/tcpdump/setsignal.h
index b57b035e601..ce9b9415b6e 100644
--- a/usr.sbin/tcpdump/setsignal.h
+++ b/usr.sbin/tcpdump/setsignal.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: setsignal.h,v 1.2 2000/10/03 14:31:59 ho Exp $ */
+
/*
* Copyright (c) 1997
* The Regents of the University of California. All rights reserved.
@@ -18,7 +20,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/setsignal.h,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/setsignal.h,v 1.2 2000/10/03 14:31:59 ho Exp $ (LBL)
*/
#ifndef setsignal_h
#define setsignal_h
diff --git a/usr.sbin/tcpdump/util.c b/usr.sbin/tcpdump/util.c
index 15fa491d77b..2e9d441bbc2 100644
--- a/usr.sbin/tcpdump/util.c
+++ b/usr.sbin/tcpdump/util.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: util.c,v 1.9 2000/10/03 14:31:59 ho Exp $ */
+
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
@@ -21,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/util.c,v 1.8 1999/09/16 20:58:48 brad Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/util.c,v 1.9 2000/10/03 14:31:59 ho Exp $ (LBL)";
#endif
#include <sys/types.h>