diff options
author | 2018-02-10 10:00:32 +0000 | |
---|---|---|
committer | 2018-02-10 10:00:32 +0000 | |
commit | c97d4a2508513d985b1468ab391208f48381fa54 (patch) | |
tree | 36d32d41310a05bbb5129b28270721cf35c5b869 /usr.sbin/tcpdump/interface.h | |
parent | Replace two spaces indents with tabs. Makes it easier to read and (diff) | |
download | wireguard-openbsd-c97d4a2508513d985b1468ab391208f48381fa54.tar.xz wireguard-openbsd-c97d4a2508513d985b1468ab391208f48381fa54.zip |
print etherip on ipv6.
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r-- | usr.sbin/tcpdump/interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h index d5a718a847d..ae1801b6f16 100644 --- a/usr.sbin/tcpdump/interface.h +++ b/usr.sbin/tcpdump/interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.h,v 1.71 2018/02/06 03:07:51 dlg Exp $ */ +/* $OpenBSD: interface.h,v 1.72 2018/02/10 10:00:32 dlg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -20,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Id: interface.h,v 1.71 2018/02/06 03:07:51 dlg Exp $ (LBL) + * @(#) $Id: interface.h,v 1.72 2018/02/10 10:00:32 dlg Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -271,7 +271,7 @@ extern void stp_print(const u_char *, u_int); extern void radius_print(const u_char *, u_int); extern void lwres_print(const u_char *, u_int); extern void ether_print(const u_char *, u_int); -extern void etherip_print(const u_char *, u_int, u_int, const u_char *); +extern void etherip_print(const u_char *, u_int, u_int); extern void ipcomp_print(const u_char *, u_int, const u_char *); extern void mpls_print(const u_char *, u_int); extern void lldp_print(const u_char *, u_int); |