Deleted Added
full compact
22,23c22,23
< * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.244 2005/04/06 21:33:27 mcr Exp $ (LBL)
< * $FreeBSD: head/contrib/tcpdump/interface.h 147904 2005-07-11 04:14:02Z sam $
---
> * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.244.2.18 2005/09/29 07:46:45 hannes Exp $ (LBL)
> * $FreeBSD: head/contrib/tcpdump/interface.h 162021 2006-09-04 20:25:04Z sam $
160d159
< extern const char *llcsap_string(u_char);
171,172c170,173
< extern void ascii_print_with_offset(const char *, const u_char *, u_int, u_int);
< extern void ascii_print(const char *, const u_char *, u_int);
---
> extern void ascii_print(const u_char *, u_int);
> extern void hex_and_ascii_print_with_offset(const char *, const u_char *,
> u_int, u_int);
> extern void hex_and_ascii_print(const char *, const u_char *, u_int);
174d174
< extern void telnet_print(const u_char *, u_int);
175a176
> extern void telnet_print(const u_char *, u_int);
206a208
> extern u_int mfr_print(register const u_char *, u_int);
254a257
> extern u_int chdlc_print(register const u_char *, u_int);
265a269,272
> extern u_int juniper_ether_print(const struct pcap_pkthdr *, const u_char *);
> extern u_int juniper_ppp_print(const struct pcap_pkthdr *, const u_char *);
> extern u_int juniper_frelay_print(const struct pcap_pkthdr *, const u_char *);
> extern u_int juniper_chdlc_print(const struct pcap_pkthdr *, const u_char *);
287a295
> extern void slow_print(const u_char *, u_int);
293a302
> extern void dccp_print(const u_char *, const u_char *, u_int);
349a359
> #define suppress_default_print gndo->ndo_suppress_default_print