Deleted Added
full compact
21,22c21
< * $FreeBSD: head/contrib/tcpdump/interface.h 190207 2009-03-21 18:30:25Z rpaulo $
< * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.280.2.4 2008-04-04 19:42:52 guy Exp $ (LBL)
---
> * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.285 2008-08-16 11:36:20 hannes Exp $ (LBL)
86,100d84
< /*
< * The default snapshot length. This value allows most printers to print
< * useful information while keeping the amount of unwanted data down.
< */
< #ifndef INET6
< #define DEFAULT_SNAPLEN 68 /* ether + IPv4 + TCP + 14 */
< #else
< #define DEFAULT_SNAPLEN 96 /* ether + IPv6 + TCP + 22 */
< #endif
<
< #ifndef BIG_ENDIAN
< #define BIG_ENDIAN 4321
< #define LITTLE_ENDIAN 1234
< #endif
<
185c169
< extern int ether_encap_print(u_short, const u_char *, u_int, u_int, u_short *);
---
> extern int ethertype_print(u_short, const u_char *, u_int, u_int);
188c172
< extern int snap_print(const u_char *, u_int, u_int, u_short *, u_int);
---
> extern int snap_print(const u_char *, u_int, u_int, u_int);
208c192,193
< extern void ether_print(const u_char *, u_int, u_int);
---
> extern void ether_print(const u_char *, u_int, u_int,
> void (*)(const u_char *), const u_char *);
243c228
< extern void olsr_print (const u_char *, u_int);
---
> extern void olsr_print (const u_char *, u_int, int);
255c240
< extern void pim_print(const u_char *, u_int);
---
> extern void pim_print(const u_char *, u_int, u_int);
327a313
> extern void forces_print(const u_char *, u_int);
335a322,323
> extern u_int usb_linux_48_byte_print(const struct pcap_pkthdr *, const u_char *);
> extern u_int usb_linux_64_byte_print(const struct pcap_pkthdr *, const u_char *);
339a328
> extern int nextproto6_cksum(const struct ip6_hdr *, const u_short *, u_int, u_int);
344d332
< extern void icmp6_print(const u_char *, u_int, const u_char *, int);
348a337
> extern int mask62plen(const u_char *);
366a356
> #define bflag gndo->ndo_bflag
391c381
< #define tcpmd5secret gndo->ndo_tcpmd5secret
---
> #define sigsecret gndo->ndo_sigsecret