summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/interface.h
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2001-04-09 21:44:40 +0000
committerho <ho@openbsd.org>2001-04-09 21:44:40 +0000
commit7601e4909816fc23bf686192f75b462df079d904 (patch)
tree69ff96d9756dd3ef0f7a2f4c0187a7fbb3332883 /usr.sbin/tcpdump/interface.h
parentisakmpd can now capture un-encrypted IKE negotiation packets to a (diff)
downloadwireguard-openbsd-7601e4909816fc23bf686192f75b462df079d904.tar.xz
wireguard-openbsd-7601e4909816fc23bf686192f75b462df079d904.zip
Extend IKE knowledge so we can parse the rest (normally encrypted parts)
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
-rw-r--r--usr.sbin/tcpdump/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h
index 84c6ec13f52..32a3cf24c46 100644
--- a/usr.sbin/tcpdump/interface.h
+++ b/usr.sbin/tcpdump/interface.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: interface.h,v 1.25 2001/04/08 22:45:53 jakob Exp $ */
+/* $OpenBSD: interface.h,v 1.26 2001/04/09 21:44:40 ho 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.25 2001/04/08 22:45:53 jakob Exp $ (LBL)
+ * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.26 2001/04/09 21:44:40 ho Exp $ (LBL)
*/
#ifndef tcpdump_interface_h
@@ -232,7 +232,7 @@ 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);
+extern void ike_print(const u_char *, u_int);
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 *,