|
1 |
|
2 Copyright (C) 2006, Network Resonance, Inc. |
|
3 All Rights Reserved |
|
4 |
|
5 Redistribution and use in source and binary forms, with or without |
|
6 modification, are permitted provided that the following conditions |
|
7 are met: |
|
8 |
|
9 1. Redistributions of source code must retain the above copyright |
|
10 notice, this list of conditions and the following disclaimer. |
|
11 2. Redistributions in binary form must reproduce the above copyright |
|
12 notice, this list of conditions and the following disclaimer in the |
|
13 documentation and/or other materials provided with the distribution. |
|
14 3. Neither the name of Network Resonance, Inc. nor the name of any |
|
15 contributors to this software may be used to endorse or promote |
|
16 products derived from this software without specific prior written |
|
17 permission. |
|
18 |
|
19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' |
|
20 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
21 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
22 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
|
23 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|
24 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|
25 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|
26 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|
27 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|
28 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|
29 POSSIBILITY OF SUCH DAMAGE. |
|
30 |
|
31 |
|
32 This distribution also contains material from ssldump, tcpdump, and |
|
33 FreeBSD. The licenses are on the individual source files but follow |
|
34 here as well. |
|
35 |
|
36 SSLDUMP LICENSE |
|
37 Copyright (C) 1999-2001 RTFM, Inc. |
|
38 All Rights Reserved |
|
39 |
|
40 This package is a SSLv3/TLS protocol analyzer written by Eric Rescorla |
|
41 <ekr@rtfm.com> and licensed by RTFM, Inc. |
|
42 |
|
43 Redistribution and use in source and binary forms, with or without |
|
44 modification, are permitted provided that the following conditions |
|
45 are met: |
|
46 1. Redistributions of source code must retain the above copyright |
|
47 notice, this list of conditions and the following disclaimer. |
|
48 2. Redistributions in binary form must reproduce the above copyright |
|
49 notice, this list of conditions and the following disclaimer in the |
|
50 documentation and/or other materials provided with the distribution. |
|
51 3. All advertising materials mentioning features or use of this software |
|
52 must display the following acknowledgement: |
|
53 |
|
54 This product includes software developed by Eric Rescorla for |
|
55 RTFM, Inc. |
|
56 |
|
57 4. Neither the name of RTFM, Inc. nor the name of Eric Rescorla may be |
|
58 used to endorse or promote products derived from this |
|
59 software without specific prior written permission. |
|
60 |
|
61 THIS SOFTWARE IS PROVIDED BY THE ERIC RESCORLA AND RTFM ``AS IS'' AND |
|
62 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
63 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
64 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|
65 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
66 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
67 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
68 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
69 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
70 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
71 SUCH DAMAGE. |
|
72 |
|
73 TCPDUMP LICENSE |
|
74 The manual page for this software is partially excerpted from |
|
75 the tcpdump manual page, which is subject to the following license: |
|
76 Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 |
|
77 The Regents of the University of California. All rights reserved. |
|
78 All rights reserved. |
|
79 |
|
80 Redistribution and use in source and binary forms, with or without |
|
81 modification, are permitted provided that: (1) source code distributions |
|
82 retain the above copyright notice and this paragraph in its entirety, (2) |
|
83 distributions including binary code include the above copyright notice and |
|
84 this paragraph in its entirety in the documentation or other materials |
|
85 provided with the distribution, and (3) all advertising materials mentioning |
|
86 features or use of this software display the following acknowledgement: |
|
87 ``This product includes software developed by the University of California, |
|
88 Lawrence Berkeley Laboratory and its contributors.'' Neither the name of |
|
89 the University nor the names of its contributors may be used to endorse |
|
90 or promote products derived from this software without specific prior |
|
91 written permission. |
|
92 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED |
|
93 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
|
94 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
|
95 |
|
96 |
|
97 The compilation of software known as FreeBSD is distributed under the |
|
98 following terms: |
|
99 |
|
100 Copyright (C) 1992-2004 The FreeBSD Project. All rights reserved. |
|
101 |
|
102 Redistribution and use in source and binary forms, with or without |
|
103 modification, are permitted provided that the following conditions |
|
104 are met: |
|
105 1. Redistributions of source code must retain the above copyright |
|
106 notice, this list of conditions and the following disclaimer. |
|
107 2. Redistributions in binary form must reproduce the above copyright |
|
108 notice, this list of conditions and the following disclaimer in the |
|
109 documentation and/or other materials provided with the distribution. |
|
110 |
|
111 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
|
112 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
113 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
114 ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
|
115 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
116 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
117 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
118 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
119 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
120 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
121 SUCH DAMAGE. |
|
122 |
|
123 The 4.4BSD and 4.4BSD-Lite software is distributed under the following |
|
124 terms: |
|
125 |
|
126 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite |
|
127 Releases is copyrighted by The Regents of the University of California. |
|
128 |
|
129 Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 |
|
130 The Regents of the University of California. All rights reserved. |
|
131 |
|
132 Redistribution and use in source and binary forms, with or without |
|
133 modification, are permitted provided that the following conditions |
|
134 are met: |
|
135 1. Redistributions of source code must retain the above copyright |
|
136 notice, this list of conditions and the following disclaimer. |
|
137 2. Redistributions in binary form must reproduce the above copyright |
|
138 notice, this list of conditions and the following disclaimer in the |
|
139 documentation and/or other materials provided with the distribution. |
|
140 3. All advertising materials mentioning features or use of this software |
|
141 must display the following acknowledgement: |
|
142 This product includes software developed by the University of |
|
143 California, Berkeley and its contributors. |
|
144 4. Neither the name of the University nor the names of its contributors |
|
145 may be used to endorse or promote products derived from this software |
|
146 without specific prior written permission. |
|
147 |
|
148 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|
149 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
150 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
151 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
|
152 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
153 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|
154 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|
155 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|
156 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|
157 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
158 SUCH DAMAGE. |
|
159 |