Deleted Added
full compact
interface.h (235530) interface.h (241221)
1/*
2 * Copyright (c) 1988-2002
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

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

178extern void beep_print(const u_char *, u_int);
179extern void cnfp_print(const u_char *, const u_char *);
180extern void decnet_print(const u_char *, u_int, u_int);
181extern void default_print(const u_char *, u_int);
182extern void dvmrp_print(const u_char *, u_int);
183extern void egp_print(const u_char *, u_int);
184extern u_int enc_if_print(const struct pcap_pkthdr *, const u_char *);
185extern u_int pflog_if_print(const struct pcap_pkthdr *, const u_char *);
1/*
2 * Copyright (c) 1988-2002
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

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

178extern void beep_print(const u_char *, u_int);
179extern void cnfp_print(const u_char *, const u_char *);
180extern void decnet_print(const u_char *, u_int, u_int);
181extern void default_print(const u_char *, u_int);
182extern void dvmrp_print(const u_char *, u_int);
183extern void egp_print(const u_char *, u_int);
184extern u_int enc_if_print(const struct pcap_pkthdr *, const u_char *);
185extern u_int pflog_if_print(const struct pcap_pkthdr *, const u_char *);
186extern void pfsync_ip_print(const u_char *, u_int);
186extern u_int arcnet_if_print(const struct pcap_pkthdr *, const u_char *);
187extern u_int arcnet_linux_if_print(const struct pcap_pkthdr *, const u_char *);
188extern u_int token_print(const u_char *, u_int, u_int);
189extern u_int token_if_print(const struct pcap_pkthdr *, const u_char *);
190extern void fddi_print(const u_char *, u_int, u_int);
191extern u_int fddi_if_print(const struct pcap_pkthdr *, const u_char *);
192extern u_int fr_if_print(const struct pcap_pkthdr *, const u_char *);
193extern u_int mfr_if_print(const struct pcap_pkthdr *, const u_char *);

--- 199 unchanged lines hidden ---
187extern u_int arcnet_if_print(const struct pcap_pkthdr *, const u_char *);
188extern u_int arcnet_linux_if_print(const struct pcap_pkthdr *, const u_char *);
189extern u_int token_print(const u_char *, u_int, u_int);
190extern u_int token_if_print(const struct pcap_pkthdr *, const u_char *);
191extern void fddi_print(const u_char *, u_int, u_int);
192extern u_int fddi_if_print(const struct pcap_pkthdr *, const u_char *);
193extern u_int fr_if_print(const struct pcap_pkthdr *, const u_char *);
194extern u_int mfr_if_print(const struct pcap_pkthdr *, const u_char *);

--- 199 unchanged lines hidden ---