diff options
author | 2000-12-07 22:52:00 +0000 | |
---|---|---|
committer | 2000-12-07 22:52:00 +0000 | |
commit | 68cd7f58de04b1cec8d059cd9ed7f948b51daf7b (patch) | |
tree | 6ec4fac480589d5b9032c2655900bdf8a794785b /usr.sbin/tcpdump/interface.h | |
parent | smb printing; from Andrew Tridgell; via tcpdump.org (diff) | |
download | wireguard-openbsd-68cd7f58de04b1cec8d059cd9ed7f948b51daf7b.tar.xz wireguard-openbsd-68cd7f58de04b1cec8d059cd9ed7f948b51daf7b.zip |
timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.org
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 4f2d24937d1..de1013a2264 100644 --- a/usr.sbin/tcpdump/interface.h +++ b/usr.sbin/tcpdump/interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.h,v 1.20 2000/12/07 22:36:45 mickey Exp $ */ +/* $OpenBSD: interface.h,v 1.21 2000/12/07 22:52:00 mickey 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.20 2000/12/07 22:36:45 mickey Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.21 2000/12/07 22:52:00 mickey Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -226,6 +226,7 @@ extern void sunrpcrequest_print(const u_char *, u_int, const u_char *); extern void cnfp_print(const u_char *, u_int, const u_char *); extern void tcp_print(const u_char *, u_int, const u_char *); extern void tftp_print(const u_char *, u_int); +extern void timed_print(const u_char *, u_int); extern void udp_print(const u_char *, u_int, const u_char *); extern void wb_print(const void *, u_int); extern void isakmp_print(const u_char *, u_int); |