diff options
author | 2005-07-12 08:29:19 +0000 | |
---|---|---|
committer | 2005-07-12 08:29:19 +0000 | |
commit | 19b0c5aad45ef57029d92b039fa2ab7a43cd05f5 (patch) | |
tree | abdfafae300ea2f11f6713e3c4b018acf2cb3977 | |
parent | 3com -> 3Com; (diff) | |
download | wireguard-openbsd-19b0c5aad45ef57029d92b039fa2ab7a43cd05f5.tar.xz wireguard-openbsd-19b0c5aad45ef57029d92b039fa2ab7a43cd05f5.zip |
recognize both versions of the nat-t-draft v2 vendor IDs
ok ho@
-rw-r--r-- | usr.sbin/tcpdump/ike.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h index 1554566319a..cfe933868e6 100644 --- a/usr.sbin/tcpdump/ike.h +++ b/usr.sbin/tcpdump/ike.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.h,v 1.14 2005/06/28 09:28:28 hshoexer Exp $ */ +/* $OpenBSD: ike.h,v 1.15 2005/07/12 08:29:19 hshoexer Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -434,6 +434,13 @@ static const struct vendor_id }, { { + 0xcd, 0x60, 0x46, 0x43, 0x35, 0xdf, 0x21, 0xf8, + 0x7c, 0xfd, 0xb2, 0xfc, 0x68, 0xb6, 0xa4, 0x48, + }, + "v2 NAT-T, draft-ietf-ipsec-nat-t-ike-02\\n", + }, + { + { 0x7d, 0x94, 0x19, 0xa6, 0x53, 0x10, 0xca, 0x6f, 0x2c, 0x17, 0x9d, 0x92, 0x15, 0x52, 0x9d, 0x56, }, |