summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/interface.h
diff options
context:
space:
mode:
authordenny <denny@openbsd.org>1997-07-23 02:59:00 +0000
committerdenny <denny@openbsd.org>1997-07-23 02:59:00 +0000
commite4a24ee0528a16ee4b2bf1b801feb62f198b73b7 (patch)
tree0a592a4fa9f05e9cfd246f44ae9fead5b4e2d4b5 /usr.sbin/tcpdump/interface.h
parentUpdate for new <sys/mbuf.h> (diff)
downloadwireguard-openbsd-e4a24ee0528a16ee4b2bf1b801feb62f198b73b7.tar.xz
wireguard-openbsd-e4a24ee0528a16ee4b2bf1b801feb62f198b73b7.zip
Better handling for AppleTalk, and netatalk in particular.
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r--usr.sbin/tcpdump/interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h
index 492c4bec55c..3fabbed209d 100644
--- a/usr.sbin/tcpdump/interface.h
+++ b/usr.sbin/tcpdump/interface.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.5 1996/12/12 16:22:53 bitblt Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.6 1997/07/23 02:59:01 denny Exp $ (LBL)
*/
#ifndef tcpdump_interface_h
@@ -167,6 +167,7 @@ extern int llc_print(const u_char *, u_int, u_int, const u_char *,
extern void aarp_print(const u_char *, u_int);
extern void arp_print(const u_char *, u_int, u_int);
extern void atalk_print(const u_char *, u_int);
+extern void atalk_print_llap(const u_char *, u_int);
extern void atm_if_print(u_char *, const struct pcap_pkthdr *, const u_char *);
extern void bootp_print(const u_char *, u_int, u_short, u_short);
extern void decnet_print(const u_char *, u_int, u_int);