Deleted Added
full compact
netdissect.h (276788) netdissect.h (281938)
1/*
2 * Copyright (c) 1988-1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Copyright (c) 1998-2012 Michael Richardson <mcr@tcpdump.org>
6 * The TCPDUMP project
7 *
8 * Redistribution and use in source and binary forms, with or without

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

535extern u_int ppp_hdlc_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
536extern u_int ppp_bsdos_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
537extern void lldp_print(netdissect_options *, const u_char *, u_int);
538extern void rsvp_print(netdissect_options *, const u_char *, u_int);
539extern void timed_print(netdissect_options *, const u_char *);
540extern void m3ua_print(netdissect_options *, const u_char *, const u_int);
541extern void aoe_print(netdissect_options *, const u_char *, const u_int);
542
1/*
2 * Copyright (c) 1988-1997
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Copyright (c) 1998-2012 Michael Richardson <mcr@tcpdump.org>
6 * The TCPDUMP project
7 *
8 * Redistribution and use in source and binary forms, with or without

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

535extern u_int ppp_hdlc_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
536extern u_int ppp_bsdos_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
537extern void lldp_print(netdissect_options *, const u_char *, u_int);
538extern void rsvp_print(netdissect_options *, const u_char *, u_int);
539extern void timed_print(netdissect_options *, const u_char *);
540extern void m3ua_print(netdissect_options *, const u_char *, const u_int);
541extern void aoe_print(netdissect_options *, const u_char *, const u_int);
542
543extern void pfsync_ip_print(netdissect_options *, const u_char *, u_int);
544
543/* stuff that has not yet been rototiled */
544
545#if 0
546extern void ascii_print(netdissect_options *,u_int);
547extern void default_print(netdissect_options *,const u_char *, u_int);
548extern char *smb_errstr(netdissect_options *,int, int);
549extern const char *nt_errstr(netdissect_options *, uint32_t);
550#endif

--- 49 unchanged lines hidden ---
545/* stuff that has not yet been rototiled */
546
547#if 0
548extern void ascii_print(netdissect_options *,u_int);
549extern void default_print(netdissect_options *,const u_char *, u_int);
550extern char *smb_errstr(netdissect_options *,int, int);
551extern const char *nt_errstr(netdissect_options *, uint32_t);
552#endif

--- 49 unchanged lines hidden ---