Deleted Added
full compact
interface.h (44165) interface.h (53146)
1/*
2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * @(#) $Header: interface.h,v 1.105 97/04/26 13:39:58 leres Exp $ (LBL)
1/*
2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * @(#) $Header: interface.h,v 1.105 97/04/26 13:39:58 leres Exp $ (LBL)
22 * $FreeBSD: head/contrib/tcpdump/interface.h 53146 1999-11-14 11:28:11Z brian $
22 */
23
24#ifndef tcpdump_interface_h
25#define tcpdump_interface_h
26
27#include "gnuc.h"
28#ifdef HAVE_OS_PROTO_H
29#include "os-proto.h"

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

192extern void ns_print(const u_char *, u_int);
193extern void ntp_print(const u_char *, u_int);
194extern void null_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
195extern void ospf_print(const u_char *, u_int, const u_char *);
196extern void pim_print(const u_char *, u_int);
197extern void ppp_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
198extern void ppp_bsdos_if_print(u_char *, const struct pcap_pkthdr *,
199 const u_char *);
23 */
24
25#ifndef tcpdump_interface_h
26#define tcpdump_interface_h
27
28#include "gnuc.h"
29#ifdef HAVE_OS_PROTO_H
30#include "os-proto.h"

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

193extern void ns_print(const u_char *, u_int);
194extern void ntp_print(const u_char *, u_int);
195extern void null_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
196extern void ospf_print(const u_char *, u_int, const u_char *);
197extern void pim_print(const u_char *, u_int);
198extern void ppp_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
199extern void ppp_bsdos_if_print(u_char *, const struct pcap_pkthdr *,
200 const u_char *);
201extern void pppoe_print(const u_char *, u_int);
200extern void raw_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
201extern void rip_print(const u_char *, u_int);
202extern void sl_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
203extern void sl_bsdos_if_print(u_char *, const struct pcap_pkthdr *,
204 const u_char *);
205extern void snmp_print(const u_char *, u_int);
206extern void sunrpcrequest_print(const u_char *, u_int, const u_char *);
207extern void tcp_print(const u_char *, u_int, const u_char *);
208extern void tftp_print(const u_char *, u_int);
209extern void udp_print(const u_char *, u_int, const u_char *);
210extern void wb_print(const void *, u_int);
202extern void raw_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
203extern void rip_print(const u_char *, u_int);
204extern void sl_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
205extern void sl_bsdos_if_print(u_char *, const struct pcap_pkthdr *,
206 const u_char *);
207extern void snmp_print(const u_char *, u_int);
208extern void sunrpcrequest_print(const u_char *, u_int, const u_char *);
209extern void tcp_print(const u_char *, u_int, const u_char *);
210extern void tftp_print(const u_char *, u_int);
211extern void udp_print(const u_char *, u_int, const u_char *);
212extern void wb_print(const void *, u_int);