diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-11-29 16:02:46 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-11-29 16:02:46 +0000 |
commit | 29cfa74e51ec5df4d6e02f317a898b86d2226cfb (patch) | |
tree | fc5a14cb99b73d3aff5f0d4f736beb6d12c8797b | |
parent | af647917742d4fbe2e78bad11912d0e1787945c4 (diff) |
revert my last change -
the xauth vendor id is a hash of "draft-ietf-ipsra-isakmp-xauth-06.txt"
and defined in the document "draft-ietf-ipsec-isakmp-xauth-06.txt".
-rw-r--r-- | usr.sbin/tcpdump/ike.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h index 8a671a4be0e..c0a895ae640 100644 --- a/usr.sbin/tcpdump/ike.h +++ b/usr.sbin/tcpdump/ike.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.h,v 1.21 2008/11/29 15:33:44 reyk Exp $ */ +/* $OpenBSD: ike.h,v 1.22 2008/11/29 16:02:45 reyk Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -539,7 +539,7 @@ static const struct vendor_id { 0x09, 0x00, 0x26, 0x89, 0xdf, 0xd6, 0xb7, 0x12 }, - "draft-ietf-ipsec-isakmp-xauth-06.txt" + "draft-ietf-ipsra-isakmp-xauth-06.txt" }, { 16, |