diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-12 08:29:20 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-12 08:29:20 +0000 |
commit | 7bf05c8a93b0826ffa34984271c26b1d947a9515 (patch) | |
tree | 6eeeafafc01c5a5f61937c27ba7466f7a530cfa5 | |
parent | eb6d4d2dbd2b90ee269cf8e096a1d2daf51921c1 (diff) |
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, }, |