From 16c8d9e8d0ca48475483b6c811b4af317c734ab0 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 20 Feb 1999 11:18:00 +0000 Subject: World, I'd like you to meet the first FreeBSD token Ring driver. This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile --- contrib/tcpdump/interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/tcpdump/interface.h') diff --git a/contrib/tcpdump/interface.h b/contrib/tcpdump/interface.h index 7ccb3f5..4f5f692 100644 --- a/contrib/tcpdump/interface.h +++ b/contrib/tcpdump/interface.h @@ -176,6 +176,8 @@ extern void dvmrp_print(const u_char *, u_int); extern void egp_print(const u_char *, u_int, const u_char *); extern void ether_if_print(u_char *, const struct pcap_pkthdr *, const u_char *); +extern void token_if_print(u_char *, const struct pcap_pkthdr *, + const u_char *); extern void fddi_if_print(u_char *, const struct pcap_pkthdr *, const u_char *); extern void gre_print(const u_char *, u_int); extern void icmp_print(const u_char *, const u_char *); -- cgit v1.1