diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-06 21:26:22 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-06-06 21:26:22 +0000 |
commit | 855daab8d0e8b3b8bbe621fd34866e12b612f83c (patch) | |
tree | 40ab43ba5e71a6b3e86f262a5e63c6a0649bd98f /usr.sbin/tcpdump/ike.h | |
parent | ac9abff45bd0f2f7a4826d163919c0e2de029859 (diff) |
add ike encap types UDP_ENCAP_TUNNEL and UDP_ENCAP_TRANSPORT
Diffstat (limited to 'usr.sbin/tcpdump/ike.h')
-rw-r--r-- | usr.sbin/tcpdump/ike.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h index 1bcb613eb36..21755e22690 100644 --- a/usr.sbin/tcpdump/ike.h +++ b/usr.sbin/tcpdump/ike.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ike.h,v 1.12 2005/05/18 19:50:58 hshoexer Exp $ */ +/* $OpenBSD: ike.h,v 1.13 2005/06/06 21:26:21 hshoexer Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -321,7 +321,8 @@ { "NONE", "SECONDS", "KILOBYTES", \ } #define IPSEC_ATTR_ENCAP_INITIALIZER \ - { "NONE", "TUNNEL", "TRANSPORT", \ + { "NONE", "TUNNEL", "TRANSPORT", "UDP_ENCAP_TUNNEL", \ + "UDP_ENCAP_TRANSPORT" \ } #define IPSEC_ATTR_AUTH_INITIALIZER \ { "NONE", "HMAC_MD5", "HMAC_SHA", "DES_MAC", "KPDK", \ |