summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/ike.h
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-06-28 09:28:29 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-06-28 09:28:29 +0000
commit3e2ba2884185d4e69e17380a43420ac6a503448f (patch)
tree68c6fcb7317b88411a3ec6d25938c87e7efb0ad5 /usr.sbin/tcpdump/ike.h
parent59ad35607b1eb84838da01894978b18635a177eb (diff)
some more ike payload types
ok ho@
Diffstat (limited to 'usr.sbin/tcpdump/ike.h')
-rw-r--r--usr.sbin/tcpdump/ike.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h
index 21755e22690..1554566319a 100644
--- a/usr.sbin/tcpdump/ike.h
+++ b/usr.sbin/tcpdump/ike.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ike.h,v 1.13 2005/06/06 21:26:21 hshoexer Exp $ */
+/* $OpenBSD: ike.h,v 1.14 2005/06/28 09:28:28 hshoexer Exp $ */
/*
* Copyright (c) 2001 Håkan Olsson. All rights reserved.
@@ -110,10 +110,17 @@
#define PAYLOAD_DELETE 12
#define PAYLOAD_VENDOR 13
#define PAYLOAD_ATTRIBUTE 14
-#define PAYLOAD_RESERVED_MIN 15
+#define PAYLOAD_SAK 15
+#define PAYLOAD_SAT 16
+#define PAYLOAD_KD 17
+#define PAYLOAD_SEQ 18
+#define PAYLOAD_POP 19
+#define PAYLOAD_NAT_D 20
+#define PAYLOAD_NAT_OA 21
+#define PAYLOAD_RESERVED_MIN 22
#define PAYLOAD_PRIVATE_MIN 128
-#define PAYLOAD_NAT_D 130
-#define PAYLOAD_NAT_OA 131
+#define PAYLOAD_NAT_D_DRAFT 130
+#define PAYLOAD_NAT_OA_DRAFT 131
#define PAYLOAD_PRIVATE_MAX 132
/* see http://www.iana.org/assignments/isakmp-registry */