diff options
author | 2001-03-06 16:42:08 +0000 | |
---|---|---|
committer | 2001-03-06 16:42:08 +0000 | |
commit | dfdba09c724e8dab810d797a811c7c556f071155 (patch) | |
tree | df3c1a7791cd1fdb9c440e88e4699d68b5220620 /usr.sbin/tcpdump/interface.h | |
parent | 1) Enable tag queuing. (diff) | |
download | wireguard-openbsd-dfdba09c724e8dab810d797a811c7c556f071155.tar.xz wireguard-openbsd-dfdba09c724e8dab810d797a811c7c556f071155.zip |
add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r-- | usr.sbin/tcpdump/interface.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h index d8946deb1df..83b4166de98 100644 --- a/usr.sbin/tcpdump/interface.h +++ b/usr.sbin/tcpdump/interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.h,v 1.23 2001/03/05 22:34:00 jakob Exp $ */ +/* $OpenBSD: interface.h,v 1.24 2001/03/06 16:42:08 jakob 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. * - * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.23 2001/03/05 22:34:00 jakob Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.24 2001/03/06 16:42:08 jakob Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -237,6 +237,7 @@ 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 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, const u_char *); |