Deleted Added
full compact
tcpdump-stdinc.h (162021) tcpdump-stdinc.h (172686)
1/*
2 * Copyright (c) 2002 - 2003
3 * NetGroup, Politecnico di Torino (Italy)
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 15 unchanged lines hidden (view full) ---

24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 *
1/*
2 * Copyright (c) 2002 - 2003
3 * NetGroup, Politecnico di Torino (Italy)
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 15 unchanged lines hidden (view full) ---

24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 *
32 * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.4 2005/07/09 21:19:45 risso Exp $ (LBL)
33 *
34 * $FreeBSD: head/contrib/tcpdump/tcpdump-stdinc.h 162021 2006-09-04 20:25:04Z sam $
32 * $FreeBSD: head/contrib/tcpdump/tcpdump-stdinc.h 172686 2007-10-16 02:31:48Z mlaier $
33 * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.5 2006/06/23 02:07:27 hannes Exp $ (LBL)
35 */
36
37/*
38 * Include the appropriate OS header files on Windows and various flavors
39 * of UNIX, and also define some additional items and include various
40 * non-OS header files on Windows, and; this isolates most of the platform
41 * differences to this one file.
42 */

--- 101 unchanged lines hidden (view full) ---

144 #define FOPEN_WRITE_TXT "w"
145 #define FOPEN_WRITE_BIN FOPEN_WRITE_TXT
146#endif
147
148#ifndef INET_ADDRSTRLEN
149#define INET_ADDRSTRLEN 16
150#endif
151
34 */
35
36/*
37 * Include the appropriate OS header files on Windows and various flavors
38 * of UNIX, and also define some additional items and include various
39 * non-OS header files on Windows, and; this isolates most of the platform
40 * differences to this one file.
41 */

--- 101 unchanged lines hidden (view full) ---

143 #define FOPEN_WRITE_TXT "w"
144 #define FOPEN_WRITE_BIN FOPEN_WRITE_TXT
145#endif
146
147#ifndef INET_ADDRSTRLEN
148#define INET_ADDRSTRLEN 16
149#endif
150
151#ifndef TRUE
152#define TRUE 1
153#endif
154
155#ifndef FALSE
156#define FALSE 0
157#endif
158
152#endif /* tcpdump_stdinc_h */
159#endif /* tcpdump_stdinc_h */