diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-10-03 14:32:00 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-10-03 14:32:00 +0000 |
commit | 9b759d8817dc5940890b189c121588f8ae431832 (patch) | |
tree | 7b0175f9305104bbf8c93222a12718a9b648fe6f /usr.sbin/tcpdump | |
parent | 75dbe5b51e69890088183eac97221b1a7ab25d5c (diff) |
Add $OpenBSD$. (jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump')
63 files changed, 180 insertions, 56 deletions
diff --git a/usr.sbin/tcpdump/addrtoname.c b/usr.sbin/tcpdump/addrtoname.c index 00be0a1b51b..ad02cdfa129 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/addrtoname.c,v 1.14 2000/09/24 10:55:57 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 af877d7a3e8..5bfa22b7e10 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/addrtoname.h,v 1.8 2000/04/26 21:35:37 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 c8ab4224f3f..996e2b94f1a 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/appletalk.h,v 1.6 1997/07/23 02:59:00 denny Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 9c6bc5fbe2d..6b26138a506 100644 --- a/usr.sbin/tcpdump/bootp.h +++ b/usr.sbin/tcpdump/bootp.h @@ -1,4 +1,6 @@ -/* @(#) $Header: /cvs/OpenBSD/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: /cvs/OpenBSD/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 f37db3fd7d3..f613cac9d0d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/bpf_dump.c,v 1.5 1996/12/12 16:22:57 bitblt Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 ffb97e3fc20..8395fbbdf38 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/decnet.h,v 1.5 1996/12/12 16:22:57 bitblt Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 daa407e7ebc..a04b845e0f4 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/ethertype.h,v 1.8 2000/04/26 21:35:38 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 18a3a49e3cc..22207110965 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/extract.h,v 1.5 1996/12/12 16:22:55 bitblt Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 44bfc48e62c..2cf165b6b60 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/fddi.h,v 1.5 1996/12/12 16:22:55 bitblt Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 dd27bc04afd..ea37c53b7ad 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/gmt2local.c,v 1.1 1999/07/28 20:41:35 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 9ea4f1e845e..e8d02e7aab4 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/gmt2local.h,v 1.1 1999/07/28 20:41:35 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 e3e95cd33b9..7d6c5994118 100644 --- a/usr.sbin/tcpdump/gnuc.h +++ b/usr.sbin/tcpdump/gnuc.h @@ -1,4 +1,6 @@ -/* @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/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: /cvs/OpenBSD/src/usr.sbin/tcpdump/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 67a2bc00617..36396c6144c 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/ipx.h,v 1.5 1996/12/12 16:22:52 bitblt Exp $ + * @(#) $Header: /cvs/OpenBSD/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 f55dc6b1792..8dd35468f3d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/llc.h,v 1.6 1999/07/28 20:41:35 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 0ffb8f50696..2be39997093 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/machdep.c,v 1.5 2000/04/30 05:23:28 ericj Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/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 2b7a35250cb..c4ab146234d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/machdep.h,v 1.2 2000/04/30 05:23:28 ericj Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/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 517cd414c82..706fa8bd486 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/netbios.h,v 1.2 1996/12/12 16:22:49 bitblt Exp $ + * @(#) $Header: /cvs/OpenBSD/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 5b2cbc41610..8faedecc18a 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/nfsfh.h,v 1.6 1999/07/28 20:41:35 jakob Exp $ + * $Header: /cvs/OpenBSD/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 0d667d568e4..1e0b4175892 100644 --- a/usr.sbin/tcpdump/ntp.h +++ b/usr.sbin/tcpdump/ntp.h @@ -1,4 +1,6 @@ -/* $Header: /cvs/OpenBSD/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: /cvs/OpenBSD/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 347e7b71b9a..a383d585e98 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/parsenfsfh.c,v 1.6 1999/07/28 20:41:36 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 b40b563ffac..4129b714a29 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-arp.c,v 1.8 1999/09/16 20:58:45 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 d648ab59989..60ea9d6e919 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-atalk.c,v 1.14 2000/04/26 21:35:39 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 f8b2609b84e..e748c9e27b5 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-atm.c,v 1.5 2000/04/26 21:35:39 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 651151f622f..05c6c7b4103 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-bootp.c,v 1.10 2000/04/26 21:35:39 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 322640af2c8..54fa6f4f7ff 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-decnet.c,v 1.7 1999/09/16 20:58:46 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 1b37f0930b1..c45ffe74e14 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-domain.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 290e89ddd64..e7ef31848f4 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-dvmrp.c,v 1.3 2000/04/26 21:35:40 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 fc1fc18fcef..62c3e196bfa 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/Attic/print-egp.c,v 1.5 1996/12/12 16:22:39 bitblt Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 d1df3c298e2..07d457ea570 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-enc.c,v 1.5 2000/04/18 06:06:17 angelos Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 986b074ca51..ef7928faba7 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ether.c,v 1.15 2000/04/26 21:35:40 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 fdcca5906f2..ba6bd91978e 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-fddi.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 9d7969b877a..2817593bdec 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-gre.c,v 1.1 1996/12/12 16:22:37 bitblt Exp $"; + "@(#) $Header: /cvs/OpenBSD/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 84a9c63a2a5..e3089ff696c 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-icmp.c,v 1.7 1998/07/13 22:13:47 deraadt Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 ea053a9af78..aa45ba61ce3 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-igrp.c,v 1.2 1999/09/16 20:58:47 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 6df450b4119..eeed57e1e98 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ip.c,v 1.10 2000/04/26 21:35:40 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 82a00dd12b6..1dc3e2b12b5 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ipx.c,v 1.6 2000/04/26 21:35:41 jakob Exp $"; + "@(#) $Header: /cvs/OpenBSD/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 5713b806d40..01d48926891 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-isoclns.c,v 1.8 2000/04/26 21:35:41 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 63a551aabf7..0f0d82ae36d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-krb.c,v 1.5 2000/04/26 21:35:41 jakob Exp $"; + "@(#) $Header: /cvs/OpenBSD/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 0468e467c28..1cb2f759fca 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-llc.c,v 1.8 1999/09/16 20:58:47 brad Exp $"; + "@(#) $Header: /cvs/OpenBSD/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 b94e6e99f28..acccbda321a 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-netbios.c,v 1.3 2000/04/26 21:35:41 jakob Exp $"; + "@(#) $Header: /cvs/OpenBSD/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 55afbbdc1fc..4949ea1b6ca 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ntp.c,v 1.8 1999/09/16 20:58:47 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 bba644129e8..2382cfa1254 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-null.c,v 1.11 2000/04/26 21:35:42 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 26737b8edba..ff15be16bbc 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ospf.c,v 1.7 2000/04/26 21:35:42 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 f550f161189..c7051bda1fb 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-pim.c,v 1.2 1996/12/12 16:22:29 bitblt Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 cdb93a1d366..17ae7a518c2 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-raw.c,v 1.2 2000/04/26 21:35:42 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 3aab1b1d90a..befeb4d531d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-sl.c,v 1.9 2000/04/26 21:35:43 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 12f0c2a423d..a20618b0881 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-snmp.c,v 1.7 2000/04/26 21:35:43 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 a822041db3a..0b262dbba4d 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-sunrpc.c,v 1.8 1999/07/28 20:41:36 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 72899e44907..6b4b2110084 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-tftp.c,v 1.6 1999/09/16 20:58:47 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 3286623be37..7afc45eb8d8 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-wb.c,v 1.5 1996/12/12 16:22:24 bitblt Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 1beb6156c44..17e089e9949 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/savestr.c,v 1.2 1999/07/29 13:12:34 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 37e0d6d719b..c9ac4d7c9c3 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/savestr.h,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 e7ee4297f75..837769461f5 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/setsignal.c,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/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 996a61446c9..f0cd1200399 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/setsignal.h,v 1.1 1999/07/28 20:41:36 jakob Exp $ (LBL) + * @(#) $Header: /cvs/OpenBSD/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 6105108bff5..af51e1f8eee 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: /cvs/OpenBSD/src/usr.sbin/tcpdump/util.c,v 1.8 1999/09/16 20:58:48 brad Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/util.c,v 1.9 2000/10/03 14:31:59 ho Exp $ (LBL)"; #endif #include <sys/types.h> |