summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhshoexer <hshoexer@openbsd.org>2006-07-02 13:25:52 +0000
committerhshoexer <hshoexer@openbsd.org>2006-07-02 13:25:52 +0000
commitb9806c7df96e5f85c7650b18a39b8220422fc789 (patch)
treee33be1c9df2099967a09b77f85a0bbe8ddf1bfd6
parentLet isakmpd send out a vendor ID announcing isamkpds release version. (diff)
downloadwireguard-openbsd-b9806c7df96e5f85c7650b18a39b8220422fc789.tar.xz
wireguard-openbsd-b9806c7df96e5f85c7650b18a39b8220422fc789.zip
Recognise OpenBSD vendor ID
-rw-r--r--usr.sbin/tcpdump/ike.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h
index 9ae4448dde9..ec5822d2220 100644
--- a/usr.sbin/tcpdump/ike.h
+++ b/usr.sbin/tcpdump/ike.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ike.h,v 1.17 2006/06/02 17:40:32 hshoexer Exp $ */
+/* $OpenBSD: ike.h,v 1.18 2006/07/02 13:25:52 hshoexer Exp $ */
/*
* Copyright (c) 2001 Håkan Olsson. All rights reserved.
@@ -462,6 +462,12 @@ static const struct vendor_id
0x5c, 0x57, 0x28, 0xf2, 0x0e, 0x95, 0x45, 0x2f,
},
"NAT-T, RFC 3947"
- }
+ },
+ {
+ {
+ 0x6c, 0x0d, 0xcd, 0x48, 0x1d, 0xea, 0xe8, 0xae,
+ 0x0b, 0x0a, 0x68, 0x38, 0x4b, 0x30, 0x72, 0xf9,
+ },
+ "OpenBSD-4.0"
+ },
};
-