diff options
author | 2000-01-16 11:20:14 +0000 | |
---|---|---|
committer | 2000-01-16 11:20:14 +0000 | |
commit | 42416b7cd822f2e938a1ef935da273f81758ea7c (patch) | |
tree | 8c5ad5b2514388486f5ea59dbbf54874e7a1bcf6 /usr.sbin/tcpdump/interface.h | |
parent | L2TP support (from KAME) (diff) | |
download | wireguard-openbsd-42416b7cd822f2e938a1ef935da273f81758ea7c.tar.xz wireguard-openbsd-42416b7cd822f2e938a1ef935da273f81758ea7c.zip |
Mobile IP support (from KAME/NetBSD)
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r-- | usr.sbin/tcpdump/interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h index 301f20f0566..ba83f24a043 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.13 2000/01/16 10:54:58 jakob Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.14 2000/01/16 11:20:14 jakob Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -196,6 +196,7 @@ extern void ns_print(const u_char *, u_int); extern void ntp_print(const u_char *, u_int); extern void null_if_print(u_char *, const struct pcap_pkthdr *, const u_char *); extern void ospf_print(const u_char *, u_int, const u_char *); +extern void mobile_print(const u_char *, u_int); extern void pim_print(const u_char *, u_int); extern void ppp_if_print(u_char *, const struct pcap_pkthdr *, const u_char *); extern void raw_if_print(u_char *, const struct pcap_pkthdr *, const u_char *); |