diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-21 06:21:30 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-21 06:21:30 +0000 |
commit | 6b80790b025573ba6f0f13ccf223080d1f6e67d4 (patch) | |
tree | 1b5c1678ded5e18cbf4bb8ca1d7c12c5add2bc33 | |
parent | e5c3a2284eb0f548b9a9cf630cdbd910e70c27cb (diff) |
BSD license; Thomas H. Ptacek
-rw-r--r-- | usr.sbin/tcpdump/print-radius.c | 29 | ||||
-rw-r--r-- | usr.sbin/tcpdump/radius.h | 29 |
2 files changed, 56 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-radius.c b/usr.sbin/tcpdump/print-radius.c index 09ed2a6e2b5..f90ed349c4b 100644 --- a/usr.sbin/tcpdump/print-radius.c +++ b/usr.sbin/tcpdump/print-radius.c @@ -1,4 +1,31 @@ -/* $OpenBSD: print-radius.c,v 1.4 2000/10/03 14:21:56 ho Exp $ */ +/* $OpenBSD: print-radius.c,v 1.5 2001/08/21 06:21:29 jakob Exp $ */ + +/* + * Copyright (c) 1997 Thomas H. Ptacek. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ #include <sys/types.h> #include <netinet/in.h> diff --git a/usr.sbin/tcpdump/radius.h b/usr.sbin/tcpdump/radius.h index bd1ec52321a..3007898e6f3 100644 --- a/usr.sbin/tcpdump/radius.h +++ b/usr.sbin/tcpdump/radius.h @@ -1,7 +1,34 @@ -/* $OpenBSD: radius.h,v 1.2 2000/10/03 14:31:58 ho Exp $ */ +/* $OpenBSD: radius.h,v 1.3 2001/08/21 06:21:29 jakob Exp $ */ /* RADIUS support for tcpdump, Thomas Ptacek <tqbf@enteract.com> */ +/* + * Copyright (c) 1997 Thomas H. Ptacek. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + /* ------------------------------------------------------------ */ /* RADIUS attribute encoding types */ |