diff options
author | 2019-04-05 00:57:59 +0000 | |
---|---|---|
committer | 2019-04-05 00:57:59 +0000 | |
commit | 8e229e7c02590fb11f9029f58e671a8928e22bf5 (patch) | |
tree | 4db9bd215a9303064d9fdca9af290bd49b74ffa4 /usr.sbin/tcpdump/interface.h | |
parent | Make tpm(4) attach to MSFT0101 chips. (diff) | |
download | wireguard-openbsd-8e229e7c02590fb11f9029f58e671a8928e22bf5.tar.xz wireguard-openbsd-8e229e7c02590fb11f9029f58e671a8928e22bf5.zip |
support printing cdp over gre and ppp
ok deraadt@ mpi@ sthen@
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r-- | usr.sbin/tcpdump/interface.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h index 83bd145e8e2..70fe8e2bf33 100644 --- a/usr.sbin/tcpdump/interface.h +++ b/usr.sbin/tcpdump/interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.h,v 1.79 2018/10/22 16:12:45 kn Exp $ */ +/* $OpenBSD: interface.h,v 1.80 2019/04/05 00:57:59 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.79 2018/10/22 16:12:45 kn Exp $ (LBL) + * @(#) $Id: interface.h,v 1.80 2019/04/05 00:57:59 dlg Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -270,8 +270,7 @@ extern void ike_print(const u_char *, u_int); extern void udpencap_print(const u_char *, u_int, const u_char *); extern void ah_print(const u_char *, u_int, const u_char *); extern void esp_print(const u_char *, u_int, const u_char *); -extern void cdp_print(const u_char *, u_int, u_int, const u_char *, - const u_char *); +extern void cdp_print(const u_char *, u_int, u_int, int); 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); |