Deleted Added
full compact
interface.h (39298) interface.h (44165)
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

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

171extern void bootp_print(const u_char *, u_int, u_short, u_short);
172extern void decnet_print(const u_char *, u_int, u_int);
173extern void default_print(const u_char *, u_int);
174extern void default_print_unaligned(const u_char *, u_int);
175extern void dvmrp_print(const u_char *, u_int);
176extern void egp_print(const u_char *, u_int, const u_char *);
177extern void ether_if_print(u_char *, const struct pcap_pkthdr *,
178 const u_char *);
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

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

171extern void bootp_print(const u_char *, u_int, u_short, u_short);
172extern void decnet_print(const u_char *, u_int, u_int);
173extern void default_print(const u_char *, u_int);
174extern void default_print_unaligned(const u_char *, u_int);
175extern void dvmrp_print(const u_char *, u_int);
176extern void egp_print(const u_char *, u_int, const u_char *);
177extern void ether_if_print(u_char *, const struct pcap_pkthdr *,
178 const u_char *);
179extern void token_if_print(u_char *, const struct pcap_pkthdr *,
180 const u_char *);
179extern void fddi_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
180extern void gre_print(const u_char *, u_int);
181extern void icmp_print(const u_char *, const u_char *);
182extern void igrp_print(const u_char *, u_int, const u_char *);
183extern void ip_print(const u_char *, u_int);
184extern void ipx_print(const u_char *, u_int);
185extern void isoclns_print(const u_char *, u_int, u_int, const u_char *,
186 const u_char *);

--- 22 unchanged lines hidden ---
181extern void fddi_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
182extern void gre_print(const u_char *, u_int);
183extern void icmp_print(const u_char *, const u_char *);
184extern void igrp_print(const u_char *, u_int, const u_char *);
185extern void ip_print(const u_char *, u_int);
186extern void ipx_print(const u_char *, u_int);
187extern void isoclns_print(const u_char *, u_int, u_int, const u_char *,
188 const u_char *);

--- 22 unchanged lines hidden ---