summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/ike.h
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-07-02 13:25:53 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-07-02 13:25:53 +0000
commit8f63ebbaa700a133e96dff9c814394b31ae13021 (patch)
tree9daaaa3306fedc29636b1f598dec5543cff9702a /usr.sbin/tcpdump/ike.h
parent20a8362552c7f77707c30f82aba94676121250a3 (diff)
Recognise OpenBSD vendor ID
Diffstat (limited to 'usr.sbin/tcpdump/ike.h')
-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"
+ },
};
-