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

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

219extern void nfsreply_print(const u_char *, u_int, const u_char *);
220extern void nfsreq_print(const u_char *, u_int, const u_char *);
221extern void ns_print(const u_char *, u_int, int);
222extern const u_char * ns_nprint (register const u_char *, register const u_char *);
223extern void ntp_print(const u_char *, u_int);
224extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *);
225extern void ospf_print(const u_char *, u_int, const u_char *);
226extern void olsr_print (const u_char *, u_int, int);
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

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

219extern void nfsreply_print(const u_char *, u_int, const u_char *);
220extern void nfsreq_print(const u_char *, u_int, const u_char *);
221extern void ns_print(const u_char *, u_int, int);
222extern const u_char * ns_nprint (register const u_char *, register const u_char *);
223extern void ntp_print(const u_char *, u_int);
224extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *);
225extern void ospf_print(const u_char *, u_int, const u_char *);
226extern void olsr_print (const u_char *, u_int, int);
227extern void otv_print(const u_char *, u_int);
228extern void pimv1_print(const u_char *, u_int);
229extern void cisco_autorp_print(const u_char *, u_int);
230extern void rsvp_print(const u_char *, u_int);
231extern void ldp_print(const u_char *, u_int);
232extern void lldp_print(const u_char *, u_int);
233extern void rpki_rtr_print(const u_char *, u_int);
234extern void lmp_print(const u_char *, u_int);
235extern void lspping_print(const u_char *, u_int);

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

319extern void hsrp_print(const u_char *, u_int);
320extern void bfd_print(const u_char *, u_int, u_int);
321extern void sip_print(const u_char *, u_int);
322extern void syslog_print(const u_char *, u_int);
323extern u_int bt_if_print(const struct pcap_pkthdr *, const u_char *);
324extern u_int usb_linux_48_byte_print(const struct pcap_pkthdr *, const u_char *);
325extern u_int usb_linux_64_byte_print(const struct pcap_pkthdr *, const u_char *);
326extern void vxlan_print(const u_char *, u_int);
227extern void pimv1_print(const u_char *, u_int);
228extern void cisco_autorp_print(const u_char *, u_int);
229extern void rsvp_print(const u_char *, u_int);
230extern void ldp_print(const u_char *, u_int);
231extern void lldp_print(const u_char *, u_int);
232extern void rpki_rtr_print(const u_char *, u_int);
233extern void lmp_print(const u_char *, u_int);
234extern void lspping_print(const u_char *, u_int);

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

318extern void hsrp_print(const u_char *, u_int);
319extern void bfd_print(const u_char *, u_int, u_int);
320extern void sip_print(const u_char *, u_int);
321extern void syslog_print(const u_char *, u_int);
322extern u_int bt_if_print(const struct pcap_pkthdr *, const u_char *);
323extern u_int usb_linux_48_byte_print(const struct pcap_pkthdr *, const u_char *);
324extern u_int usb_linux_64_byte_print(const struct pcap_pkthdr *, const u_char *);
325extern void vxlan_print(const u_char *, u_int);
326extern void otv_print(const u_char *, u_int);
327
328
327
328
329
330#ifdef INET6
331extern void ip6_opt_print(const u_char *, int);
332extern int hbhopt_print(const u_char *);
333extern int dstopt_print(const u_char *);
334extern int frag6_print(const u_char *, const u_char *);
335extern int mobility_print(const u_char *, const u_char *);
336extern void ripng_print(const u_char *, unsigned int);
337extern int rt6_print(const u_char *, const u_char *);

--- 64 unchanged lines hidden ---
329#ifdef INET6
330extern void ip6_opt_print(const u_char *, int);
331extern int hbhopt_print(const u_char *);
332extern int dstopt_print(const u_char *);
333extern int frag6_print(const u_char *, const u_char *);
334extern int mobility_print(const u_char *, const u_char *);
335extern void ripng_print(const u_char *, unsigned int);
336extern int rt6_print(const u_char *, const u_char *);

--- 64 unchanged lines hidden ---