[vpnc-devel] Problem with VPN concentrator at hs-mannheim

Michael Stapelberg michael+vpnc at stapelberg.de
Fri Mar 6 07:48:44 CET 2009


Hi,

A friend of mine is having problems to use vpnc to connect to his university
since they've changed to use certificate based authentification only.

The version used is latest SVN (from today). Of course, it has been built
with certificate support enabled and the appropriate root certificate has been
installed. The clock is working correctly on his computer and vpnc says
"Match", so I think there's nothing wrong with the certificate itself.

On Windows Vista with the proprietary VPN client, everything works.

A strange issue is that when coming from the network of another university
which cooperates with his, everything works. Maybe they configured a part of
the authentication scheme to assume "good clients" when coming from specific
networks? However, in Windows Vista, connecting works from everywhere!

Configuration looks like this (passwords obfuscated):
IPSec ID hsma
IPSec gatway vpn.hs-mannheim.de
IPSec secret OBFUSCATED

IKE Authmode hybrid
XAuth username OBFUSCATED
XAuth password OBFUSCATED

You can find some information about the VPN access in german on
http://www.rz.hs-mannheim.de/index.php?option=com_content&view=article&id=162&Itemid=246#Mobil

I've attached the output of vpnc --debug=3 in working (connecting from
"trusted network") and non-working state. non-working means that no traffic is
routed through the VPN at all.

Do you have any idea what the problem could be? Is this a known bug? How can
we debug any further?

Best regards,
Michael
-------------- next part --------------
   
vpnc version 0.5.3-394M
   hex_test: 00010203

S1 init_sockaddr
 [2009-03-05 22:40:11]

S2 make_socket
 [2009-03-05 22:40:11]

S3 setup_tunnel
 [2009-03-05 22:40:11]
   using interface tun0

S4 do_phase1_am
 [2009-03-05 22:40:11]

S4.1 create_nonce
 [2009-03-05 22:40:11]
   i_cookie: a59b33bc 9f3fafaa
   i_nonce:
   8f5283ee 3954099f 1d0e4315 f3f7386e 9d4d7f9b

S4.2 dh setup
 [2009-03-05 22:40:11]
   dh_public:
   d07a5480 9eefd056 ec9e04aa ec4bf12d f8d80da9 ebb764d2 f7a0fae5 0c7089b3
   4d97bb53 c1e78051 dc25c663 b03fa1c0 8a89f525 42e91776 cc264f15 7c988497
   fabde85c e588f324 2172e6e6 16e8518a 8070c65b 913a6f5c 13950e4e 5c157a39
   e7bad4d6 5c488083 7b20318c 1956610b e38d42cf b4b5309e c711eb5d 84beddf2

S4.3 AM packet_1
 [2009-03-05 22:40:11]

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 824
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 00000000 00000000
   payload: 01 (ISAKMP_PAYLOAD_SA)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 00
   message_id: 00000000
   len: 00000338
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 04 (ISAKMP_PAYLOAD_KE)
   length: 01dc
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 01d0
   p.number: 00
   p.prot_id: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   p.spi_size: 00
   length: 0c
   p.spi: 
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 00
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 01
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 02
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 03
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 04
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 05
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 06
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 07
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 08
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0001 (IKE_ENC_DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 09
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0001 (IKE_ENC_DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 0a
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0000 (IKE_ENC_NO_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0024
   t.number: 0b
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0000 (IKE_ENC_NO_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0084
   ke.data:
   d07a5480 9eefd056 ec9e04aa ec4bf12d f8d80da9 ebb764d2 f7a0fae5 0c7089b3
   4d97bb53 c1e78051 dc25c663 b03fa1c0 8a89f525 42e91776 cc264f15 7c988497
   fabde85c e588f324 2172e6e6 16e8518a 8070c65b 913a6f5c 13950e4e 5c157a39
   e7bad4d6 5c488083 7b20318c 1956610b e38d42cf b4b5309e c711eb5d 84beddf2
   DONE PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   8f5283ee 3954099f 1d0e4315 f3f7386e 9d4d7f9b
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   id.type: 0b (ISAKMP_IPSEC_ID_KEY_ID)
   id.protocol: 11
   id.port: 01f4
   id.data: 68736d61
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   ke.data: 09002689 dfd6b712
   (Xauth)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 4a131c81 07035845 5c5728f2 0e95452f
   (Nat-T RFC)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 90cb8091 3ebb696e 086381b5 ec427b1f
   (Nat-T 02N)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: cd604643 35df21f8 7cfdb2fc 68b6a448
   (Nat-T 02)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 16f6ca16 e4a4066d 83821a0f 0aeaa862
   (Nat-T 01)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 4485152d 18b6bbcd 0be8a846 9579ddcc
   (Nat-T 00)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: afcad713 68a1f1c9 6b8696fc 77570100
   (DPD)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:40:15]

S4.4 AM_packet2
 [2009-03-05 22:40:15]
   BEGIN_PARSE
   Recieved Packet Len: 5239
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 01 (ISAKMP_PAYLOAD_SA)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 00
   message_id: 00000000
   len: 00001477
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 04 (ISAKMP_PAYLOAD_KE)
   length: 0038
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 002c
   p.number: 01
   p.prot_id: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   p.spi_size: 00
   length: 01
   p.spi: 
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0024
   t.number: 07
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0084
   ke.data:
   329bb864 9d43ff0e 34cd1783 4726ebda 93d244a7 6dff91e8 0e49c6ab 2d30eb30
   a94bc3d3 e85522ba ad14a350 477fc86f a1a13202 cb0574bc 14958eeb ed437e9c
   dc4e7c10 698d3e4d 82bd9d9d b7e30843 d5ee56a0 7581677d fbad0c3e af2aac88
   bea4a1be faba346e 136798df 1e23b3ca bb7a143c cb1b3e06 cb5547de 6b9e1ab0
   DONE PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   b7d38dc4 8a76c40a 7fed7238 1cd4d815 a52bfb10
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 0058
   id.type: 09 (ISAKMP_IPSEC_ID_DER_ASN1_DN)
   id.protocol: 00
   id.port: 0000
   id.data:
   304e310b 30090603 55040613 02444531 1c301a06 0355040a 1313486f 63687363
   68756c65 204d616e 6e686569 6d312130 1f060355 04031318 76706e63 6c69656e
   742e6873 2d6d616e 6e686569 6d2e6465
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 03a8
   cert.encoding: 04
   cert.data:
   3082039f 30820287 a0030201 02020126 300d0609 2a864886 f70d0101 05050030
   71310b30 09060355 04061302 4445311c 301a0603 55040a13 13446575 74736368
   65205465 6c656b6f 6d204147 311f301d 06035504 0b131654 2d54656c 65536563
   20547275 73742043 656e7465 72312330 21060355 0403131a 44657574 73636865
   2054656c 656b6f6d 20526f6f 74204341 2032301e 170d3939 30373039 31323131
   30305a17 0d313930 37303932 33353930 305a3071 310b3009 06035504 06130244
   45311c30 1a060355 040a1313 44657574 73636865 2054656c 656b6f6d 20414731
   1f301d06 0355040b 1316542d 54656c65 53656320 54727573 74204365 6e746572
   31233021 06035504 03131a44 65757473 63686520 54656c65 6b6f6d20 526f6f74
   20434120 32308201 22300d06 092a8648 86f70d01 01010500 0382010f 00308201
   0a028201 0100ab0b a335e08b 2914b114 85af3c10 e4396f35 5d4aaedd ea618d95
   49f46f64 a31a6066 a4a94022 84d9d4a5 e578930e 6801adb9 4d5c3ace d3b8a842
   40dfcfa3 ba82596a 921bac1c 9ada082b 2527f969 2347f1e0 eb2c7a9b f51302d0
   7e347cc2 9e3c0059 abf5da0c f5323c2b ac50dad6 c3de8394 caa80c99 320e0848
   565b6afb dae15858 01495f72 413c1506 018e5dad aab893b4 cd9eeba7 e86a2d52
   34db3aef 5c7551da dbf331f9 ee719832 c4541544 0cf99b55 edaddf18 08a0a386
   8a49ee53 058f194c d5de5879 9bd26a1c 42abc5d5 a7cf680f 96e4e161 987661c8
   917cd63e 00e29150 87e19d0a e6ad97d2 1dc63a7d cbbcda03 34d58e5b 01f56a07
   b716b66e 4a7f0203 010001a3 42304030 1d060355 1d0e0416 041431c3 791bbaf5
   53d717e0 897a2d17 6c0ab32b 9d33300f 0603551d 13040830 060101ff 02010530
   0e060355 1d0f0101 ff040403 02010630 0d06092a 864886f7 0d010105 05000382
   01010094 6459ad39 64e729eb 13fe5ac3 8b1357c8 0424f074 77c060e3 67fbe989
   a683bf96 827c6ed4 c33def9e 806ebb29 b4987ab1 3b54eb39 17477e1a 8e0bfc1f
   31593104 b2ce17f3 2cc76236 55e222d8 8955b498 48aa64fa d61c36d8 44785a5a
   233a5797 f57a304f ae9f6a4c 4b2b8ea0 03e33ee0 a9d4d27b d2b3a8e2 723cad9e
   ff8059e4 9b45b4f6 3bb0cd39 199832e5 ea216190 e431218e 34b1f72f 354a8510
   dae78a37 21be5963 e0f28588 3153d454 14857079 f42e0677 27752f1f b88af9fe
   c5bad836 e483ece7 65b7bf63 5af346af 819437d4 418cd623 d61ecff5 681b4463
   a25abaa7 3559a1e5 70059b0e 23579994 0a6dba39 63288692 f31884d8 fbd1cf05
   566457
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 042a
   cert.encoding: 04
   cert.data:
   30820421 30820309 a0030201 02020200 c7300d06 092a8648 86f70d01 01050500
   3071310b 30090603 55040613 02444531 1c301a06 0355040a 13134465 75747363
   68652054 656c656b 6f6d2041 47311f30 1d060355 040b1316 542d5465 6c655365
   63205472 75737420 43656e74 65723123 30210603 55040313 1a446575 74736368
   65205465 6c656b6f 6d20526f 6f742043 41203230 1e170d30 36313231 39313032
   3930305a 170d3139 30363330 32333539 30305a30 5a310b30 09060355 04061302
   44453113 30110603 55040a13 0a44464e 2d566572 65696e31 10300e06 0355040b
   13074446 4e2d504b 49312430 22060355 0403131b 44464e2d 56657265 696e2050
   43412047 6c6f6261 6c202d20 47303130 82012230 0d06092a 864886f7 0d010101
   05000382 010f0030 82010a02 82010100 e99bc367 85f90dae f58d54c3 9650353d
   62e96e4c ed94d700 5b952274 d420eb34 8fd6ecc0 31040b99 81e2a614 d252a028
   23848b74 89045e5b e0e278c1 78cb16cb 2835397b 2d9045d0 eda0007a 7cbf4a0e
   1b00c386 e95c2b31 117b0cf3 8224438c 1c388b6a 68009aee dc4f78ab d2c6139b
   76adeede 26e8ef01 af740fc1 09a2f66b cebdd3cd 14304ff5 e5e3a4c8 629b821a
   0327300d 0265604d edd10923 2a963558 27d376c6 71b6901d c4edff35 867d6f33
   b3db0fc5 11c28a83 a1945d41 6bd8d210 f54cfdca 51acd9bd ef9283bb daeb8b16
   565643cf e1d5133d a61f2730 cd4954db c913349a 7175c56c eaa70b98 f9219d27
   af3ea339 39486a8c adc999fb c312f2bd 02030100 01a381d9 3081d630 70060355
   1d1f0469 30673065 a063a061 865f6874 74703a2f 2f706b69 2e74656c 65736563
   2e64652f 6367692d 62696e2f 73657276 6963652f 61665f44 6f776e6c 6f616441
   524c2e63 726c3f2d 63726c5f 666f726d 61743d58 5f353039 262d6973 73756572
   3d44545f 524f4f54 5f43415f 32301d06 03551d0e 04160414 49b7c6cf e83d1f7f
   ea447b13 29f7f10a 703ede64 301f0603 551d2304 18301680 1431c379 1bbaf553
   d717e089 7a2d176c 0ab32b9d 33300e06 03551d0f 0101ff04 04030201 06301206
   03551d13 0101ff04 08300601 01ff0201 02300d06 092a8648 86f70d01 01050500
   03820101 003be15a 77c04817 dca918ec 81af5a89 f0bd2892 a6ca5918 1270ec28
   f2e7ae7f 962ce7f2 5d1931f6 132b74bd bd80b2b9 f767c939 a2793be1 1111ee6b
   7891337e 3b5f2627 7553658e 3363eecf 73c3b092 23492150 7523a11f 18e29485
   3d3f33e9 77208da2 bde6a185 2940f63f 7332580d 096ba6da 856cc03f bb8d6664
   56244eae 0d3f3235 015be98c 82d97259 4fb18685 f1748556 e5c3f85c f38dee47
   b3530570 e7e54d8a 698328e1 1309869e 5ec8ea58 1e0c1ff9 a4d45a04 68fd283e
   8b02b658 b5f6a12c 37570067 ab23688d 63a5ef99 6b5cfd4b 56f6ab40 8734d411
   926cec87 c50a0b07 3372b46f 0c1d542c d851c7cc bf30d343 72f132bf 8cce4963
   a800f7f2 1c
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 04fe
   cert.encoding: 04
   cert.data:
   308204f5 308203dd a0030201 0202040b e3686d30 0d06092a 864886f7 0d010105
   0500305a 310b3009 06035504 06130244 45311330 11060355 040a130a 44464e2d
   56657265 696e3110 300e0603 55040b13 0744464e 2d504b49 31243022 06035504
   03131b44 464e2d56 65726569 6e205043 4120476c 6f62616c 202d2047 3031301e
   170d3038 30323236 31303333 30335a17 0d313930 36333030 30303030 305a3067
   310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368 73636875
   6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e 6e686569
   6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d 6d616e6e
   6865696d 2e646530 82012230 0d06092a 864886f7 0d010101 05000382 010f0030
   82010a02 82010100 ebfc228e 30316d8a 3b9eebe9 c906c876 95fc3c45 48a3376c
   c3d90585 516fefc5 c8b0c6cb 477aaecd c050860d 32ba6e87 a332710c 9e08e238
   d1a1d4cd fb2d6173 9e6fd9ac 9cb061bf 311464db a3c618fd 071ec52a 62124720
   ca4502c7 74112eea 13872fab 153f9f8c 892da144 2022eb29 820019c3 41127247
   778b5f67 db2358e2 ae62b734 491f6c9e e637e3c3 a73d8151 ebcc6792 60299cf3
   0a30c0eb 13af651e 06caf6c0 84583f4e 2ced5b28 8f7f4ba8 912f0784 e1f52a7d
   85cdd814 3dee9c4f 09810a10 55ab54ff aa9b2f6b ea366033 5ef41dfa b325c03b
   ff33a100 c4cab71c d26408c3 80d36d4c 50586c51 1bb8450a 027bd349 f31b0d3c
   6924cc2c d2beaa71 02030100 01a38201 b4308201 b0301206 03551d13 0101ff04
   08300601 01ff0201 01300b06 03551d0f 04040302 0106301d 0603551d 0e041604
   14156aca a051b3b8 9e871895 5f3c49e5 a75af3a5 e8301f06 03551d23 04183016
   801449b7 c6cfe83d 1f7fea44 7b1329f7 f10a703e de64301d 0603551d 11041630
   14811270 6b694068 732d6d61 6e6e6865 696d2e64 65308188 0603551d 1f048180
   307e303d a03ba039 86376874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f676c6f 62616c2d 726f6f74 2d63612f 7075622f 63726c2f 63616372 6c2e6372
   6c303da0 3ba03986 37687474 703a2f2f 63647032 2e706361 2e64666e 2e64652f
   676c6f62 616c2d72 6f6f742d 63612f70 75622f63 726c2f63 6163726c 2e63726c
   3081a206 082b0601 05050701 01048195 30819230 4706082b 06010505 07300286
   3b687474 703a2f2f 63647031 2e706361 2e64666e 2e64652f 676c6f62 616c2d72
   6f6f742d 63612f70 75622f63 61636572 742f6361 63657274 2e637274 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 322e7063 612e6466 6e2e6465
   2f676c6f 62616c2d 726f6f74 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74300d06 092a8648 86f70d01 01050500 03820101 00e0342a 07313ead
   f0446bdf 269badd0 41e0e127 a6293293 a445b42f 4d16df52 8de8c686 81bfe28b
   fc7ede7b 1918d29c 6288b3b6 bd17def4 1c3b8e61 8cc95a23 8cbfc972 d976eb37
   5521fdbf 6fb6f034 282f0757 a7aec0ab 8f91e31f e65ae445 fe620bd0 46c6e35e
   9895f212 c9cfbe3c a88e9eff 2dd0916d f5f180a6 91d886c9 26cd8edd a596821b
   f5de8596 cf582950 1a515e40 997b9624 c6ea1fcd 60b34a18 bbe0054c ab047d5b
   e68a39cb fc097885 1bfa7749 c16bb471 5dc082dd e543e970 8cb5c343 1499d1dc
   ac1f874c 54e98055 a11c09bd ced17758 768dc22d dbf87a9d f819f6f1 d2336bd0
   22c48fd3 266c071c 23aa8f29 875a2bb0 2b5de9cf 8a848c33 d2
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 09 (ISAKMP_PAYLOAD_SIG)
   length: 04e7
   cert.encoding: 04
   cert.data:
   308204de 308203c6 a0030201 0202040c 75c7db30 0d06092a 864886f7 0d010105
   05003067 310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368
   73636875 6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e
   6e686569 6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d
   6d616e6e 6865696d 2e646530 1e170d30 38303631 36313131 3130385a 170d3133
   30363135 31313131 30385a30 4e310b30 09060355 04061302 4445311c 301a0603
   55040a13 13486f63 68736368 756c6520 4d616e6e 6865696d 3121301f 06035504
   03131876 706e636c 69656e74 2e68732d 6d616e6e 6865696d 2e646530 82012030
   0d06092a 864886f7 0d010101 05000382 010d0030 82010802 82010100 bdb91230
   add17185 f29bcd55 0d16d5c9 3f868ead 096f654c 3ba92aea fca13206 0c94bd95
   1f3a06c1 599c04c2 881cc88f ac308f54 fc3985aa df943c72 36fe860b f4b67413
   49b3ec94 14e81866 418056d7 6bf7493b b1aa1ac5 4f375714 680147e8 cf4ff413
   fb9b11a2 0df437c4 0c760aa1 864b4bfa c6dbe89f 95f15f9d cc221859 13938040
   0495f859 81819e0d 9dbf16e2 8af57bd4 867fa37d 42bca785 4ce3c6d5 f5276438
   6272e3e7 8f0f6da3 8ac852b3 ad14bf21 54bd9d19 68b84833 22514d18 bac3f3c9
   ed4c6b67 4f4c6580 40e0708b e4f1c598 762119b5 34261079 976a9118 4d2b3e61
   e0b28383 f8a74e3f 54380cd2 ccc139af e9d03125 2641753f 0b47f311 020103a3
   8201ab30 8201a730 09060355 1d130402 3000300b 0603551d 0f040403 0205e030
   1d060355 1d0e0416 0414d9c1 57646305 81a58c87 fc818c90 27388c14 c2fb301f
   0603551d 23041830 16801415 6acaa051 b3b89e87 18955f3c 49e5a75a f3a5e830
   1d060355 1d110416 30148112 706b6940 68732d6d 616e6e68 65696d2e 64653081
   88060355 1d1f0481 80307e30 3da03ba0 39863768 7474703a 2f2f6364 70312e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f63726c
   2f636163 726c2e63 726c303d a03ba039 86376874 74703a2f 2f636470 322e7063
   612e6466 6e2e6465 2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63726c2f
   63616372 6c2e6372 6c3081a2 06082b06 01050507 01010481 95308192 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74304706 082b0601 05050730 02863b68 7474703a 2f2f6364 70322e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f636163
   6572742f 63616365 72742e63 7274300d 06092a86 4886f70d 01010505 00038201
   010038da 5fafb736 a89defbc 2c4ee9ca 749e8bbf f725f27f bc6f2c94 8d95227d
   be1bee02 7dba7206 d834b1f4 238f0aed 44b9d8fa c59c58d0 1f0426e4 7c6baf47
   ff8e0e8a e71cface b23f583f 3d12e6ae 3d9033c5 cd4db4b8 f64f68d7 f4b1df08
   571297c8 9b58a269 a260c981 c2d14d5a 8b9cdb3b 01f18ed3 b5fbd13b 9c3ae4e3
   5464cf99 9e714c4d 5ea0c4ec a5d968e1 e8266422 68420921 10936a2c 061c19bc
   d22a083e 89a98be2 118b09d7 a43e1bde 927e103b 2d2585a0 1fadd042 6fc071c1
   a99c2b40 cb6ed530 0302d128 35896c6a 8cbeffd3 c699dd79 268c27c2 594d0b2a
   978af6c9 1a6f2f18 1f8591d4 bc9b4e79 6d6198fa 0a4077b5 c051b4a2 1cdc4a3a
   3a22
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 09 (ISAKMP_PAYLOAD_SIG)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0104
   ke.data:
   af403a9f 103ae612 2d8c5686 363ec245 f598c326 b6130b25 f08d3478 98966c2a
   b638d2b4 55925526 c5cf3391 f9f91744 01016a05 09259f06 b0e5c9f9 789ed727
   85c02a44 5ee59816 55132e0c 033f23d3 8569ed1a c7a1b1be e46ff94a d0d34caa
   b4124545 8fe73dad f0c1e71a a1ba7a4a f2f87bda 65115b77 cbb34f00 587bcd5e
   12de380e 49970330 0fbe519f 08f34c32 28076bf0 b7f97e80 2212115f 036f01a4
   20aa270e f92c4a16 26bf914a a87c1658 d184123a 35428419 aae4d731 c6f1c73d
   c837cd13 b48b97d5 97cc51f8 7520ddde 5fae09ce 5d5745d1 2f3669b5 ae8dc9fa
   ebe58653 58a9c9be d48601b0 8e18927b f0f266d5 37e38959 c84882f3 f227dc09
   DONE PARSING PAYLOAD type: 09 (ISAKMP_PAYLOAD_SIG)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   ke.data: 09002689 dfd6b712
   (Xauth)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: afcad713 68a1f1c9 6b8696fc 77570100
   (DPD)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0018
   ke.data:
   4048b7d5 6ebce885 25e7de7f 00d6c2d3 c0000000
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: d6e9ed06 ce20bfba 03b49728 248f6d12
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: 1f07f70e aa6514d3 b0fa9654 2a500407
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   got ike lifetime attributes: 2147483 seconds
   IKE SA selected hybrid(rsa)-3des-md5
   unknown ISAKMP_PAYLOAD_VID: 12f5f28c 457168a9 702d9fe2 74cc0100
   peer is DPD capable (RFC3706)
   unknown ISAKMP_PAYLOAD_VID:
   4048b7d5 6ebce885 25e7de7f 00d6c2d3 c0000000
   unknown ISAKMP_PAYLOAD_VID: d6e9ed06 ce20bfba 03b49728 248f6d12
   unknown ISAKMP_PAYLOAD_VID: 1f07f70e aa6514d3 b0fa9654 2a500407
   dh_shared_secret:
   adc6e4d7 5efbc810 d85a1e2f 50569a5c a5195b7f f74bc3f9 0638e702 5965a842
   6db8b7db cd56c55b 0f279436 947d8515 76d957cb ffef3556 9941d05d 06ceb6ab
   63361c91 8be7ebed 28ef5aec 5a2c764f f679d936 74e3e634 b178410f 58071037
   b609a6f4 79747557 ab7e2fad 641f6fb3 edf6a083 e36301af cf178d22 15ab092d
   (not dumping psk hash)
   skeyid: 1997ce7d 4fa9fb8d f47880f7 9f54a903
   expected hash: 43c6c2ac bb92f2e4 1cbfa73f 02fe3577
   received signature:
   af403a9f 103ae612 2d8c5686 363ec245 f598c326 b6130b25 f08d3478 98966c2a
   b638d2b4 55925526 c5cf3391 f9f91744 01016a05 09259f06 b0e5c9f9 789ed727
   85c02a44 5ee59816 55132e0c 033f23d3 8569ed1a c7a1b1be e46ff94a d0d34caa
   b4124545 8fe73dad f0c1e71a a1ba7a4a f2f87bda 65115b77 cbb34f00 587bcd5e
   12de380e 49970330 0fbe519f 08f34c32 28076bf0 b7f97e80 2212115f 036f01a4
   20aa270e f92c4a16 26bf914a a87c1658 d184123a 35428419 aae4d731 c6f1c73d
   c837cd13 b48b97d5 97cc51f8 7520ddde 5fae09ce 5d5745d1 2f3669b5 ae8dc9fa
   ebe58653 58a9c9be d48601b0 8e18927b f0f266d5 37e38959 c84882f3 f227dc09
   last cert:
   308204de 308203c6 a0030201 0202040c 75c7db30 0d06092a 864886f7 0d010105
   05003067 310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368
   73636875 6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e
   6e686569 6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d
   6d616e6e 6865696d 2e646530 1e170d30 38303631 36313131 3130385a 170d3133
   30363135 31313131 30385a30 4e310b30 09060355 04061302 4445311c 301a0603
   55040a13 13486f63 68736368 756c6520 4d616e6e 6865696d 3121301f 06035504
   03131876 706e636c 69656e74 2e68732d 6d616e6e 6865696d 2e646530 82012030
   0d06092a 864886f7 0d010101 05000382 010d0030 82010802 82010100 bdb91230
   add17185 f29bcd55 0d16d5c9 3f868ead 096f654c 3ba92aea fca13206 0c94bd95
   1f3a06c1 599c04c2 881cc88f ac308f54 fc3985aa df943c72 36fe860b f4b67413
   49b3ec94 14e81866 418056d7 6bf7493b b1aa1ac5 4f375714 680147e8 cf4ff413
   fb9b11a2 0df437c4 0c760aa1 864b4bfa c6dbe89f 95f15f9d cc221859 13938040
   0495f859 81819e0d 9dbf16e2 8af57bd4 867fa37d 42bca785 4ce3c6d5 f5276438
   6272e3e7 8f0f6da3 8ac852b3 ad14bf21 54bd9d19 68b84833 22514d18 bac3f3c9
   ed4c6b67 4f4c6580 40e0708b e4f1c598 762119b5 34261079 976a9118 4d2b3e61
   e0b28383 f8a74e3f 54380cd2 ccc139af e9d03125 2641753f 0b47f311 020103a3
   8201ab30 8201a730 09060355 1d130402 3000300b 0603551d 0f040403 0205e030
   1d060355 1d0e0416 0414d9c1 57646305 81a58c87 fc818c90 27388c14 c2fb301f
   0603551d 23041830 16801415 6acaa051 b3b89e87 18955f3c 49e5a75a f3a5e830
   1d060355 1d110416 30148112 706b6940 68732d6d 616e6e68 65696d2e 64653081
   88060355 1d1f0481 80307e30 3da03ba0 39863768 7474703a 2f2f6364 70312e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f63726c
   2f636163 726c2e63 726c303d a03ba039 86376874 74703a2f 2f636470 322e7063
   612e6466 6e2e6465 2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63726c2f
   63616372 6c2e6372 6c3081a2 06082b06 01050507 01010481 95308192 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74304706 082b0601 05050730 02863b68 7474703a 2f2f6364 70322e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f636163
   6572742f 63616365 72742e63 7274300d 06092a86 4886f70d 01010505 00038201
   010038da 5fafb736 a89defbc 2c4ee9ca 749e8bbf f725f27f bc6f2c94 8d95227d
   be1bee02 7dba7206 d834b1f4 238f0aed 44b9d8fa c59c58d0 1f0426e4 7c6baf47
   ff8e0e8a e71cface b23f583f 3d12e6ae 3d9033c5 cd4db4b8 f64f68d7 f4b1df08
   571297c8 9b58a269 a260c981 c2d14d5a 8b9cdb3b 01f18ed3 b5fbd13b 9c3ae4e3
   5464cf99 9e714c4d 5ea0c4ec a5d968e1 e8266422 68420921 10936a2c 061c19bc
   d22a083e 89a98be2 118b09d7 a43e1bde 927e103b 2d2585a0 1fadd042 6fc071c1
   a99c2b40 cb6ed530 0302d128 35896c6a 8cbeffd3 c699dd79 268c27c2 594d0b2a
   978af6c9 1a6f2f18 1f8591d4 bc9b4e79 6d6198fa 0a4077b5 c051b4a2 1cdc4a3a
   3a22
   Subject name hash: 561a0b34
   Certificate-chain verified correctly!
   Signature MATCH!!
   returned_hash: f3c57ec2 ba007bd2 0ee6810e 51fe7e7e
   psk_hash: b1e84bd5 65266247 56ff373c 6af7f483
   dh_shared_secret:
   adc6e4d7 5efbc810 d85a1e2f 50569a5c a5195b7f f74bc3f9 0638e702 5965a842
   6db8b7db cd56c55b 0f279436 947d8515 76d957cb ffef3556 9941d05d 06ceb6ab
   63361c91 8be7ebed 28ef5aec 5a2c764f f679d936 74e3e634 b178410f 58071037
   b609a6f4 79747557 ab7e2fad 641f6fb3 edf6a083 e36301af cf178d22 15ab092d
   skeyid_d: 5d00909f 44c8d906 bcf4f998 4ebacfb0
   skeyid_a: 3ebc9d0e 954c2f2a 89e080d9 ccc629fe
   skeyid_e: 7bd63996 484314c7 068a47ec 68e5b793
   enc-key:
   b6f73f71 cadba238 5765325e bb313d2e a6bf9007 d8279d1e
   current_iv: 24782977 de240342
   NAT status: no NAT-T VID seen

S4.5 AM_packet3
 [2009-03-05 22:40:15]
   size = 132, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 164
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 01
   message_id: 00000000
   len: 000000a4
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: f3c57ec2 ba007bd2 0ee6810e 51fe7e7e
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 001c
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 6002 (ISAKMP_N_IPSEC_INITIAL_CONTACT)
   n.spi: a59b33bc 9f3fafaa 232e4a1b ce21bfba
   n.data: 
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 002c
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 9e37 (ISAKMP_N_CISCO_PRESHARED_KEY_HASH)
   n.spi: a59b33bc 9f3fafaa 232e4a1b ce21bfba
   n.data: b1e84bd5 65266247 56ff373c 6af7f483
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 126e1f57 7291153b 20485f7f 155b4bc8
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   initial_iv: bc1e374f e06d69cb


 receiving: <========================
 [2009-03-05 22:40:16]

S4.6 cleanup
 [2009-03-05 22:40:16]

S5 do_phase2_xauth
 [2009-03-05 22:40:16]

S5.1 xauth_request
 [2009-03-05 22:40:16]

S5.2 notice_check
 [2009-03-05 22:40:16]
   BEGIN_PARSE
   Recieved Packet Len: 100
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: c9d0d9c9
   len: 00000064
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 254ccb89 8cf634d2 ec065e8c 42b44014
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0034
   modecfg.type: 01 (ISAKMP_MODECFG_CFG_REQUEST)
   modecfg.id: 0000
   t.attributes.type: 4088 (ISAKMP_XAUTH_06_ATTRIB_TYPE)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 4089 (ISAKMP_XAUTH_06_ATTRIB_USER_NAME)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 408a (ISAKMP_XAUTH_06_ATTRIB_USER_PASSWORD)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 408c (ISAKMP_XAUTH_06_ATTRIB_MESSAGE)
   (not dumping xauth data length)
   (not dumping xauth data)
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 254ccb89 8cf634d2 ec065e8c 42b44014
   h->u.hash.data: 254ccb89 8cf634d2 ec065e8c 42b44014

S5.3 type-is-xauth check
 [2009-03-05 22:40:16]

S5.4 xauth type check
 [2009-03-05 22:40:16]
Enter Username and Password.

S5.5 do xauth reply
 [2009-03-05 22:40:16]
   size = 54, blksz = 8, padding = 2

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: c9d0d9c9
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 69fac0c3 7446b739 5283ad52 ff6e3c34
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0022
   modecfg.type: 02 (ISAKMP_MODECFG_CFG_REPLY)
   modecfg.id: 0000
   t.attributes.type: 4088 (ISAKMP_XAUTH_06_ATTRIB_TYPE)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 4089 (ISAKMP_XAUTH_06_ATTRIB_USER_NAME)
   (not dumping xauth data length)
   (not dumping xauth data)
   t.attributes.type: 408a (ISAKMP_XAUTH_06_ATTRIB_USER_PASSWORD)
   (not dumping xauth data length)
   (not dumping xauth data)
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:40:17]

S5.2 notice_check
 [2009-03-05 22:40:17]
   BEGIN_PARSE
   Recieved Packet Len: 60
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: f2bf8b6f
   len: 0000003c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 7500d475 08a8d041 42f4284a eedae83b
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 000c
   modecfg.type: 03 (ISAKMP_MODECFG_CFG_SET)
   modecfg.id: 0000
   t.attributes.type: 408f (ISAKMP_XAUTH_06_ATTRIB_STATUS)
   t.attributes.u.attr_16: 0001
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 7500d475 08a8d041 42f4284a eedae83b
   h->u.hash.data: 7500d475 08a8d041 42f4284a eedae83b

S5.3 type-is-xauth check
 [2009-03-05 22:40:17]

S5.6 process xauth set
 [2009-03-05 22:40:17]

S5.7 send xauth ack
 [2009-03-05 22:40:17]
   size = 32, blksz = 8, padding = 0

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 60
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: f2bf8b6f
   len: 0000003c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: a1b1c7e9 a77d304e d23418ab 3ced10d4
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 000c
   modecfg.type: 04 (ISAKMP_MODECFG_CFG_ACK)
   modecfg.id: 0000
   t.attributes.type: 408f (ISAKMP_XAUTH_06_ATTRIB_STATUS)
   t.attributes.u.attr_16: 0001
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK

S5.8 xauth done
 [2009-03-05 22:40:17]

S6 do_phase2_config
 [2009-03-05 22:40:17]

S6.1 phase2_config send modecfg
 [2009-03-05 22:40:17]
   size = 137, blksz = 8, padding = 7

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 172
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 5342f1a0
   len: 000000ac
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 64f7f41a 2578ee63 b02e04f3 cac99f25
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0075
   modecfg.type: 01 (ISAKMP_MODECFG_CFG_REQUEST)
   modecfg.id: 0014
   t.attributes.type: 0001 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_ADDRESS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0002 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NETMASK)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0004 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NBNS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7002 (ISAKMP_MODECFG_ATTRIB_CISCO_DEF_DOMAIN)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7008 (ISAKMP_MODECFG_ATTRIB_CISCO_FW_TYPE)
   t.attributes.u.lots.length: 000c
   t.attributes.u.lots.data: 80010001 80020001 80030002
   t.attributes.type: 7007 (ISAKMP_MODECFG_ATTRIB_CISCO_DO_PFS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7000 (ISAKMP_MODECFG_ATTRIB_CISCO_BANNER)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7001 (ISAKMP_MODECFG_ATTRIB_CISCO_SAVE_PW)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7004 (ISAKMP_MODECFG_ATTRIB_CISCO_SPLIT_INC)
   t.attributes.u.lots.length: 0000
   t.attributes.type: 700a (ISAKMP_MODECFG_ATTRIB_CISCO_DDNS_HOSTNAME)
   t.attributes.u.lots.length: 0008
   t.attributes.u.lots.data: 4e6f7465 626f6f6b
   t.attributes.type: 0007 (ISAKMP_MODECFG_ATTRIB_APPLICATION_VERSION)
   t.attributes.u.lots.length: 0029
   t.attributes.u.lots.data:
   43697363 6f205379 7374656d 73205650 4e20436c 69656e74 20302e35 2e332d33
   39344d3a 4c696e75 78
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:40:18]

S6.2 phase2_config receive modecfg
 [2009-03-05 22:40:18]
   BEGIN_PARSE
   Recieved Packet Len: 1364
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 5342f1a0
   len: 00000554
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 2b0b0489 33bf2d8d f4f741ad 1ad34aec
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0524
   modecfg.type: 02 (ISAKMP_MODECFG_CFG_REPLY)
   modecfg.id: 0000
   t.attributes.type: 0001 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_ADDRESS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d13ad16
   t.attributes.type: 0002 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NETMASK)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: ffffff00
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d13014b
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d130147
   t.attributes.type: 7000 (ISAKMP_MODECFG_ATTRIB_CISCO_BANNER)
   t.attributes.u.lots.length: 0043
   t.attributes.u.lots.data:
   57696c6c 6b6f6d6d 656e2061 75662062 65696d20 56504e2d 53657276 69636520
   64657220 4853204d 616e6e68 65696d21 20566965 6c205370 6173730d 0a496872
   20525a
   t.attributes.type: 7001 (ISAKMP_MODECFG_ATTRIB_CISCO_SAVE_PW)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 7002 (ISAKMP_MODECFG_ATTRIB_CISCO_DEF_DOMAIN)
   t.attributes.u.lots.length: 0015
   t.attributes.u.lots.data:
   696e7465 726e2e68 732d6d61 6e6e6865 696d2e64 65
   t.attributes.type: 7007 (ISAKMP_MODECFG_ATTRIB_CISCO_DO_PFS)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 0007 (ISAKMP_MODECFG_ATTRIB_APPLICATION_VERSION)
   t.attributes.u.lots.length: 0062
   t.attributes.u.lots.data:
   43697363 6f205379 7374656d 732c2049 6e632e2f 56504e20 33303030 20436f6e
   63656e74 7261746f 72205665 7273696f 6e20342e 372e322e 4f206275 696c7420
   62792076 6d757270 6879206f 6e204d61 72203035 2Connect Banner:
| Willkommen auf beim VPN-Service der HS Mannheim! Viel Spass
| Ihr RZ

0323030 38203136 3a32343a
   3238
   t.attributes.type: 7008 (ISAKMP_MODECFG_ATTRIB_CISCO_FW_TYPE)
   t.attributes.u.lots.length: 042a
   t.attributes.u.lots.data:
   80010001 80020001 80030002 0007001b 00000000 00000000 00000000 00000000
   320000ff ff0000ff ff020200 07001b00 00000000 00000000 00000000 00000011
   0000ffff 01f401f4 02020007 001b0000 00000000 00000000 00000000 00001101
   f401f400 00ffff02 01000700 1b000000 00000000 00000000 00000000 00060000
   ffff03e0 03e00202 0007001b 00000000 00000000 00000000 00000000 060000ff
   ff03e003 e0020100 07001b00 00000000 00000000 00000000 00000006 00500050
   0000ffff 02020007 001b0000 00000000 00000000 00000000 00000600 00ffff00
   50005002 01000700 1b000000 00000000 00000000 00000000 000601bb 01bb0000
   ffff0202 0007001b 00000000 00000000 00000000 00000000 060000ff ff01bb01
   bb020100 07001b00 00000000 00000000 00000000 00000011 00430044 0000ffff
   02020007 001b0000 00000000 00000000 00000000 00001100 43004400 00ffff02
   01000700 1b000000 00000000 00000000 00000000 00110000 ffff1194 11940202
   0007001b 00000000 00000000 00000000 00000000 11119411 940000ff ff020100
   07001b00 00000000 00000000 00000000 00000011 00350035 0000ffff 02020007
   001b0000 00000000 00000000 00000000 00001100 00ffff00 35003502 01000700
   1b000000 00000000 00000000 00000000 00060035 00350000 ffff0202 0007001b
   00000000 00000000 00000000 00000000 060000ff ff003500 35020100 07001b00
   00000000 00000000 00000000 00000006 0000ffff 00160016 02020007 001b0000
   00000000 00000000 00000000 00000600 16001600 00ffff02 01000700 1b000000
   00000000 00000000 00000000 00110000 ffff233f 233f0202 0007001b 00000000
   00000000 00000000 00000000 11233f23 3f0000ff ff020100 07001b00 00000000
   00000000 00000000 00000006 00160016 0000ffff 02020007 001b0000 00000000
   00000000 00000000 00000600 00ffff00 16001602 01000700 1b000000 00000000
   00000000 00000000 00010000 ffff0000 ffff0202 0007001b 00000000 00000000
   00000000 00000000 320000ff ff0000ff ff020100 07001b00 00000000 00000000
   00000000 0000002f 0000ffff 0000ffff 02020007 001b0000 00000000 00000000
   00000000 00002f00 00ffff00 00ffff02 01000700 1b000000 00000000 00000000
   00000000 00060050 00500000 ffff0202 0007001b 00000000 00000000 00000000
   00000000 060000ff ff005000 50020100 07001b00 00000000 00000000 00000000
   00000006 0000ffff 00870087 01020007 001b0000 00000000 00000000 00000000
   00000600 00ffff01 bb01bb02 02000700 1b000000 00000000 00000000 00000000
   000601bb 01bb0000 ffff0201 0007001b 00000000 ffffffff 00000000 ffffffff
   ff0000ff ff0000ff ff020200 07001b00 000000ff ffffff00 000000ff ffffffff
   0000ffff 0000ffff 0201
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 2b0b0489 33bf2d8d f4f741ad 1ad34aec
   h->u.hash.data: 2b0b0489 33bf2d8d f4f741ad 1ad34aec
   Banner:    Willkommen auf beim VPN-Service der HS Mannheim! Viel Spass
Ihr RZ   
   got save password setting: 0
   got pfs setting: 0
   Remote Application Version:    Cisco Systems, Inc./VPN 3000 Concentrator Version 4.7.2.O built by vmurphy on Mar 05 2008 16:24:28   
   unknown attribute 28680 / 0x7008
   got address 141.19.173.22

S7 setup_link (phase 2 + main_loop)
 [2009-03-05 22:40:18]

S7.0 run interface setup script
 [2009-03-05 22:40:18]

S7.1 QM_packet1
 [2009-03-05 22:40:18]

S7.2 QM_packet2 send_receive
 [2009-03-05 22:40:18]
   size = 588, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 620
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: 6f5aa45a
   len: 0000026c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 01 (ISAKMP_PAYLOAD_SA)
   length: 0014
   ke.data: d098e01d 6809802c 58b589c1 36e4e1c2
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0204
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 00
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 01
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 02
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 03
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 04
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 05
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 06
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 03 (ISAKMP_IPSEC_ESP_3DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 07
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 03 (ISAKMP_IPSEC_ESP_3DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 08
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 02 (ISAKMP_IPSEC_ESP_DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 09
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 02 (ISAKMP_IPSEC_ESP_DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 0a
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 0b (ISAKMP_IPSEC_ESP_NULL)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0028
   p.number: 0b
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 862a41cd
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 0b (ISAKMP_IPSEC_ESP_NULL)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   056af959 7c8b2f75 31159320 a08efc83 e7b81109
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 000c
   id.type: 01 (ISAKMP_IPSEC_ID_IPV4_ADDR)
   id.protocol: 00
   id.port: 0000
   id.data: 8d13ad16
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0010
   id.type: 04 (ISAKMP_IPSEC_ID_IPV4_ADDR_SUBNET)
   id.protocol: 00
   id.port: 0000
   id.data: 00000000 00000000
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:40:23]

S7.3 QM_packet2 validate type
 [2009-03-05 22:40:23]
   BEGIN_PARSE
   Recieved Packet Len: 92
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: a0e03796
   len: 0000005c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: b9d8485d a77be263 b9c91264 89af9298
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0028
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 6000 (ISAKMP_N_IPSEC_RESPONDER_LIFETIME)
   n.spi: a59b33bc 9f3fafaa 232e4a1b ce21bfba
   n.data: 800b0001 000c0004 00015180
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 00015180
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 0511829e c67b3994 d2ddcfec a749703e
   h->u.hash.data: b9d8485d a77be263 b9c91264 89af9298
   got ike lifetime attributes: 86400 seconds


 receiving: <========================
 [2009-03-05 22:40:23]
   BEGIN_PARSE
   Recieved Packet Len: 180
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: 6f5aa45a
   len: 000000b4
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 01 (ISAKMP_PAYLOAD_SA)
   length: 0014
   ke.data: 666423b0 c78e856a 5a2b0211 96c90887
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0038
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 002c
   p.number: 01
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 6e9e394d
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 01
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   d90f1f4a d889cb94 132f50e7 eed0792b babb3381
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 000c
   id.type: 01 (ISAKMP_IPSEC_ID_IPV4_ADDR)
   id.protocol: 00
   id.port: 0000
   id.data: 8d13ad16
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0010
   id.type: 04 (ISAKMP_IPSEC_ID_IPV4_ADDR_SUBNET)
   id.protocol: 00
   id.port: 0000
   id.data: 00000000 00000000
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0018
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   n.spi_length: 04
   n.type: 6000 (ISAKMP_N_IPSEC_RESPONDER_LIFETIME)
   n.spi: 6e9e394d
   n.data: 80010001 80027080
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.attr_16: 7080
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 666423b0 c78e856a 5a2b0211 96c90887
   h->u.hash.data: 666423b0 c78e856a 5a2b0211 96c90887

S7.5 QM_packet2 check reject offer
 [2009-03-05 22:40:23]

S7.6 QM_packet2 check and process proposal
 [2009-03-05 22:40:23]
   got ipsec lifetime attributes: 2147483 seconds
   IPSEC SA selected aes256-md5
   got ipsec lifetime attributes: 28800 seconds
   authing NULL package!
   size = 20, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 52
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: 6f5aa45a
   len: 00000034
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: d4110730 08b4807f 51b2976e 925dda13
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK

S7.7 QM_packet3 sent
 [2009-03-05 22:40:23]

S7.8 setup ipsec tunnel
 [2009-03-05 22:40:23]
   generating 48 bytes keymat (cnt=3)
   generating 48 bytes keymat (cnt=3)

S7.9 main loop (receive and transmit ipsec packets)
 [2009-03-05 22:40:23]
   rx.key_cry:
   595a1538 dc909dee f9bdc12a 01efce2a d258b705 f5fef551 6b7135dc a5d376cf
   rx.key_md: 05ab5add 8439d56b b1eb94b4 0a3a8353
   tx.key_cry:
   ae879032 339ade3e f3be6c5f 5fefaabb 976e0b04 b52a4793 afdac008 8b63e64d
   tx.key_md: 3f4e9a49 a9af094a b4278842 b9e43a1d
   remote -> local spi: 0x862a41cd
   local -> remote spi: 0x6e9e394d
VPNC started in foreground...
   size = 52, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: a71a5c90
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: 4da9c078 cfd0199f eecf8933 ad8510f9
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 8d28 (ISAKMP_N_R_U_THERE)
   n.spi: a59b33bc 9f3fafaa 232e4a1b ce21bfba
   n.data: 2f96a60b
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800978c 81270005 c346b049
   7db30300 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: babb7874 f8c323bc d45b4188 d5d3a32f
   sending ESP packet (before crypt):
   00000000 00000000 00000000 00000000 00000000 6e9e394d 00000001 babb7874
   f8c323bc d45b4188 d5d3a32f 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800978c 81270005 c346b049 7db30300 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   00000000 00000000 00000000 00000000 00000000 6e9e394d 00000001 babb7874
   f8c323bc d45b4188 d5d3a32f 88b72e2c 2d984ec1 a9abfda2 6175a0d2 dc9a5217
   5d8afca9 d72700a0 72637ab8 863b4dbf 9f31c9ae 468e4f85 6afdcbac ca06e07d
   46729216 49a7e7a8 b0471d13 8d6da283 b6269617 e4e8351b 9d85c26a 3e8de1fa
   77c2bb3b 951ad903 e26de24f
   sending ESP packet (after ah):
   00000000 00000000 00000000 00000000 00000000 6e9e394d 00000001 babb7874
   f8c323bc d45b4188 d5d3a32f 88b72e2c 2d984ec1 a9abfda2 6175a0d2 dc9a5217
   5d8afca9 d72700a0 72637ab8 863b4dbf 9f31c9ae 468e4f85 6afdcbac ca06e07d
   46729216 49a7e7a8 b0471d13 8d6da283 b6269617 e4e8351b 9d85c26a 3e8de1fa
   77c2bb3b 951ad903 e26de24f 8aaa862d d8c773be 66c25834
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800596c 81270006 c446b049
   bad20300 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: c6766717 3464b149 9c46c8ea 8b834cf5
   sending ESP packet (before crypt):
   45009800 696c0000 4032ffff c0a8016a 8d1307fd 6e9e394d 00000002 c6766717
   3464b149 9c46c8ea 8b834cf5 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800596c 81270006 c446b049 bad20300 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 696c0000 4032ffff c0a8016a 8d1307fd 6e9e394d 00000002 c6766717
   3464b149 9c46c8ea 8b834cf5 33a0ea66 b16204ea 1a7f0489 c05b13fd d01a96ac
   7e0a455d 8af83c64 57bf00ba efdfc645 ac21623f e6091859 3ce292c6 8aa5162a
   4722d28b 2648eadf 9a33a576 fbb7ac91 d9eba87c 7a145b20 4a0865b8 97ebb255
   8d9de689 637b2619 60850ae8
   sending ESP packet (after ah):
   45009800 696c0000 4032ffff c0a8016a 8d1307fd 6e9e394d 00000002 c6766717
   3464b149 9c46c8ea 8b834cf5 33a0ea66 b16204ea 1a7f0489 c05b13fd d01a96ac
   7e0a455d 8af83c64 57bf00ba efdfc645 ac21623f e6091859 3ce292c6 8aa5162a
   4722d28b 2648eadf 9a33a576 fbb7ac91 d9eba87c 7a145b20 4a0865b8 97ebb255
   8d9de689 637b2619 60850ae8 4f9c5ff6 e27a92de 79326a76
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800194c 81270007 c546b049
   f9f10300 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: ddff696e f4bae268 0dc82089 b929feaf
   sending ESP packet (before crypt):
   45009800 696d0000 4032223d c0a8016a 8d1307fd 6e9e394d 00000003 ddff696e
   f4bae268 0dc82089 b929feaf 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800194c 81270007 c546b049 f9f10300 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 696d0000 4032223d c0a8016a 8d1307fd 6e9e394d 00000003 ddff696e
   f4bae268 0dc82089 b929feaf 4ad97aed b2c2f9a6 b902e028 20e49652 4dc9f3f6
   7f1ed990 fa066267 c9225d2b 3815f2de 3cb9faa3 76a62ddc fd97f748 437d946c
   71afdfa7 dbf4fd68 a493bf44 fde818df 481f046b f7a17ae2 0394ee57 cf39cff9
   72e0631e d413eec8 96a364b9
   sending ESP packet (after ah):
   45009800 696d0000 4032223d c0a8016a 8d1307fd 6e9e394d 00000003 ddff696e
   f4bae268 0dc82089 b929feaf 4ad97aed b2c2f9a6 b902e028 20e49652 4dc9f3f6
   7f1ed990 fa066267 c9225d2b 3815f2de 3cb9faa3 76a62ddc fd97f748 437d946c
   71afdfa7 dbf4fd68 a493bf44 fde818df 481f046b f7a17ae2 0394ee57 cf39cff9
   72e0631e d413eec8 96a364b9 67c863a9 e5b58233 a581e25c
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800d62b 81270008 c646b049
   3b110400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 7c6e78d5 c49ba201 29ffe360 56808e98
   sending ESP packet (before crypt):
   45009800 696e0000 4032fffe c0a8016a 8d1307fd 6e9e394d 00000004 7c6e78d5
   c49ba201 29ffe360 56808e98 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800d62b 81270008 c646b049 3b110400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 696e0000 4032fffe c0a8016a 8d1307fd 6e9e394d 00000004 7c6e78d5
   c49ba201 29ffe360 56808e98 1e964ead 321c649b 70380ff9 d3643ec8 3ed4967b
   eba893a5 89745694 8e266ed9 eebd1ff0 c164d4f5 4a8c84e1 3f19f4e3 c3b4940f
   11bafb57 a64074f3 cbe1760b a40a47b6 081c7375 929543ce 28635b7d 2e6f24c2
   9c1c61b6 1b5879f8 345b8e0f
   sending ESP packet (after ah):
   45009800 696e0000 4032fffe c0a8016a 8d1307fd 6e9e394d 00000004 7c6e78d5
   c49ba201 29ffe360 56808e98 1e964ead 321c649b 70380ff9 d3643ec8 3ed4967b
   eba893a5 89745694 8e266ed9 eebd1ff0 c164d4f5 4a8c84e1 3f19f4e3 c3b4940f
   11bafb57 a64074f3 cbe1760b a40a47b6 081c7375 929543ce 28635b7d 2e6f24c2
   9c1c61b6 1b5879f8 345b8e0f 1c83a269 f52b0172 7e0f5fad
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800970b 81270009 c746b049
   79300400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: ab6ebf41 a4152642 2ea8c2a3 f82eca22
   sending ESP packet (before crypt):
   45009800 696f0000 4032223c c0a8016a 8d1307fd 6e9e394d 00000005 ab6ebf41
   a4152642 2ea8c2a3 f82eca22 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800970b 81270009 c746b049 79300400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 696f0000 4032223c c0a8016a 8d1307fd 6e9e394d 00000005 ab6ebf41
   a4152642 2ea8c2a3 f82eca22 d93428da 135b993d 3c3e5ac1 c9a66fac 84451b57
   fb4b33ca fe8781e6 a23e1ad3 836c999a 47932c05 e130189f e7a1c07a 114f4369
   891341e2 c3ec12f9 d05dea61 945c91e1 8040ff25 5e3f111a ac6c10ed fe7c0956
   9ec50501 777bd431 55bdc462
   sending ESP packet (after ah):
   45009800 696f0000 4032223c c0a8016a 8d1307fd 6e9e394d 00000005 ab6ebf41
   a4152642 2ea8c2a3 f82eca22 d93428da 135b993d 3c3e5ac1 c9a66fac 84451b57
   fb4b33ca fe8781e6 a23e1ad3 836c999a 47932c05 e130189f e7a1c07a 114f4369
   891341e2 c3ec12f9 d05dea61 945c91e1 8040ff25 5e3f111a ac6c10ed fe7c0956
   9ec50501 777bd431 55bdc462 5bf865e6 01b7ec77 53032a5c
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   received something on ike fd..
   got late ike packet: 180 bytes
   BEGIN_PARSE
   Recieved Packet Len: 180
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: 6f5aa45a
   len: 000000b4
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 6d (unknown)
   lifetime status: 6 of 28800 seconds used, 0|0 of 0 kbytes used
   received something on ike fd..
   got late ike packet: 84 bytes
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: a59b33bc 9f3fafaa
   r_cookie: 232e4a1b ce21bfba
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: 6f0a1914
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: 53eb29b5 4638b802 f09838c3 d761a8db
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 8d29 (ISAKMP_N_R_U_THERE_ACK)
   n.spi: a59b33bc 9f3fafaa 232e4a1b ce21bfba
   n.data: 2f96a60b
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 53eb29b5 4638b802 f09838c3 d761a8db
   h->u.hash.data: 53eb29b5 4638b802 f09838c3 d761a8db
   got r-u-there ack
   lifetime status: 6 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080053eb 8127000a c846b049
   bb4f0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: c8797436 c7e34ee5 7ce75c4c 9e7302b7
   sending ESP packet (before crypt):
   45009800 69700000 4032fffd c0a8016a 8d1307fd 6e9e394d 00000006 c8797436
   c7e34ee5 7ce75c4c 9e7302b7 45000054 00004000 40011295 8d13ad16 8d1360d7
   080053eb 8127000a c846b049 bb4f0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69700000 4032fffd c0a8016a 8d1307fd 6e9e394d 00000006 c8797436
   c7e34ee5 7ce75c4c 9e7302b7 dc8d7b30 b693d487 cc8c674c fd36bbdd c5a77aae
   443ac365 6dca3182 48192022 7e48e94d 12fb23eb c5926599 15421b0e 55857ae7
   e052e04c 70439824 bc0b258e 777b67b7 ee4950c1 57bea948 1268dfdf cd74c3b8
   1c82a4f9 b2f8742c eeafd346
   sending ESP packet (after ah):
   45009800 69700000 4032fffd c0a8016a 8d1307fd 6e9e394d 00000006 c8797436
   c7e34ee5 7ce75c4c 9e7302b7 dc8d7b30 b693d487 cc8c674c fd36bbdd c5a77aae
   443ac365 6dca3182 48192022 7e48e94d 12fb23eb c5926599 15421b0e 55857ae7
   e052e04c 70439824 bc0b258e 777b67b7 ee4950c1 57bea948 1268dfdf cd74c3b8
   1c82a4f9 b2f8742c eeafd346 36302211 ef39c16b 7f79c215
   lifetime status: 7 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080014cb 8127000b c946b049
   f96e0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 8ecbb2d4 0b38f77e a6e58f9e 469dafd1
   sending ESP packet (before crypt):
   45009800 69710000 4032223b c0a8016a 8d1307fd 6e9e394d 00000007 8ecbb2d4
   0b38f77e a6e58f9e 469dafd1 45000054 00004000 40011295 8d13ad16 8d1360d7
   080014cb 8127000b c946b049 f96e0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69710000 4032223b c0a8016a 8d1307fd 6e9e394d 00000007 8ecbb2d4
   0b38f77e a6e58f9e 469dafd1 560065a6 09d1bd6e e6aa6bed 544d25bb 7c125788
   c6a09e12 abaae431 2ed03dc8 d7ccce79 8ead3644 1ae7a2fa fa286b21 8cbc0eb6
   aac5b8a6 8d645054 76312718 d3860ca9 08f20e1e 5d00b1a0 fcebab30 3022c520
   eca09499 41a3172d ad69d3ce
   sending ESP packet (after ah):
   45009800 69710000 4032223b c0a8016a 8d1307fd 6e9e394d 00000007 8ecbb2d4
   0b38f77e a6e58f9e 469dafd1 560065a6 09d1bd6e e6aa6bed 544d25bb 7c125788
   c6a09e12 abaae431 2ed03dc8 d7ccce79 8ead3644 1ae7a2fa fa286b21 8cbc0eb6
   aac5b8a6 8d645054 76312718 d3860ca9 08f20e1e 5d00b1a0 fcebab30 3022c520
   eca09499 41a3172d ad69d3ce 53cace22 b9fe9302 17cc51ca
   lifetime status: 8 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800ceaa 8127000c ca46b049
   3e8e0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: f2c4b275 0f0f0441 811c4ecc 9f3f037c
   sending ESP packet (before crypt):
   45009800 69720000 4032fffc c0a8016a 8d1307fd 6e9e394d 00000008 f2c4b275
   0f0f0441 811c4ecc 9f3f037c 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800ceaa 8127000c ca46b049 3e8e0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69720000 4032fffc c0a8016a 8d1307fd 6e9e394d 00000008 f2c4b275
   0f0f0441 811c4ecc 9f3f037c a93067d5 e036504c f8673d3e 1c92ad32 20e74e89
   ff034e86 6835bc51 79dc6807 3a82bcfa 62038e47 ef80f0f9 e4159759 c330d760
   a3b9d01f 47876a89 d22e06e8 80aaa630 114f84fd a474aecb e448b63a c03ef2af
   b517b102 ef5d9edd 4ae1d007
   sending ESP packet (after ah):
   45009800 69720000 4032fffc c0a8016a 8d1307fd 6e9e394d 00000008 f2c4b275
   0f0f0441 811c4ecc 9f3f037c a93067d5 e036504c f8673d3e 1c92ad32 20e74e89
   ff034e86 6835bc51 79dc6807 3a82bcfa 62038e47 ef80f0f9 e4159759 c330d760
   a3b9d01f 47876a89 d22e06e8 80aaa630 114f84fd a474aecb e448b63a c03ef2af
   b517b102 ef5d9edd 4ae1d007 f10f20c3 e31d7fa0 fc1d00a9
   lifetime status: 9 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800928a 8127000d cb46b049
   79ad0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 730baab4 7c6be781 de9b7ce5 fd20e5fa
   sending ESP packet (before crypt):
   45009800 69730000 4032223a c0a8016a 8d1307fd 6e9e394d 00000009 730baab4
   7c6be781 de9b7ce5 fd20e5fa 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800928a 8127000d cb46b049 79ad0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69730000 4032223a c0a8016a 8d1307fd 6e9e394d 00000009 730baab4
   7c6be781 de9b7ce5 fd20e5fa 506675cb 27e04e15 2f5cd667 5cba914f cdc8b232
   b11241df ba3aa465 9257e6d2 a1074942 78e5b5f6 fccae55a 1955b651 f1a28b36
   6ee332ef ac87934b 97c6d7f3 2b7a8ad5 8c50b22d bd81d882 188200b2 372fe72c
   2f8be66c 9f702b7f 41fe383c
   sending ESP packet (after ah):
   45009800 69730000 4032223a c0a8016a 8d1307fd 6e9e394d 00000009 730baab4
   7c6be781 de9b7ce5 fd20e5fa 506675cb 27e04e15 2f5cd667 5cba914f cdc8b232
   b11241df ba3aa465 9257e6d2 a1074942 78e5b5f6 fccae55a 1955b651 f1a28b36
   6ee332ef ac87934b 97c6d7f3 2b7a8ad5 8c50b22d bd81d882 188200b2 372fe72c
   2f8be66c 9f702b7f 41fe383c 59f17e06 9f209b9f 35847f7e
   lifetime status: 10 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800446a 8127000e cc46b049
   c6cc0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: ac02e5ff 285d1c17 a0638bc6 78494e65
   sending ESP packet (before crypt):
   45009800 69740000 4032fffb c0a8016a 8d1307fd 6e9e394d 0000000a ac02e5ff
   285d1c17 a0638bc6 78494e65 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800446a 8127000e cc46b049 c6cc0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69740000 4032fffb c0a8016a 8d1307fd 6e9e394d 0000000a ac02e5ff
   285d1c17 a0638bc6 78494e65 f33e8896 ade1b76b dac5d9f7 773cc330 8ac8bc9f
   f16bc178 5407168e a2864bf8 15e5c73c 701d52dc 71bb9531 f28e7e46 98b7f733
   257ddcf4 c35c2800 878021be 5e02c8f2 afd32951 4cb92e9a 29dc9827 ae2d9166
   f6d3c9f9 f1dd083a 127f9891
   sending ESP packet (after ah):
   45009800 69740000 4032fffb c0a8016a 8d1307fd 6e9e394d 0000000a ac02e5ff
   285d1c17 a0638bc6 78494e65 f33e8896 ade1b76b dac5d9f7 773cc330 8ac8bc9f
   f16bc178 5407168e a2864bf8 15e5c73c 701d52dc 71bb9531 f28e7e46 98b7f733
   257ddcf4 c35c2800 878021be 5e02c8f2 afd32951 4cb92e9a 29dc9827 ae2d9166
   f6d3c9f9 f1dd083a 127f9891 b20935be ff47935c fc111677
   lifetime status: 11 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800104a 8127000f cd46b049
   f9eb0400 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 97f79cf7 8cc0654d d752d256 9c474929
   sending ESP packet (before crypt):
   45009800 69750000 40322239 c0a8016a 8d1307fd 6e9e394d 0000000b 97f79cf7
   8cc0654d d752d256 9c474929 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800104a 8127000f cd46b049 f9eb0400 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69750000 40322239 c0a8016a 8d1307fd 6e9e394d 0000000b 97f79cf7
   8cc0654d d752d256 9c474929 16d7c38e b5c152fe 8b76ae72 d873d4a0 4a0650f3
   57167f8c f84fe400 16e6b90e 0d9804bb 8013f60c 1ac0acbd c82b41ea ef7c752f
   122d85d7 56246d44 dc107598 a25c6ab2 c28e8f1e f9f2048b d1ddec42 2fb1fba5
   385566c0 54d57bfd 86f53799
   sending ESP packet (after ah):
   45009800 69750000 40322239 c0a8016a 8d1307fd 6e9e394d 0000000b 97f79cf7
   8cc0654d d752d256 9c474929 16d7c38e b5c152fe 8b76ae72 d873d4a0 4a0650f3
   57167f8c f84fe400 16e6b90e 0d9804bb 8013f60c 1ac0acbd c82b41ea ef7c752f
   122d85d7 56246d44 dc107598 a25c6ab2 c28e8f1e f9f2048b d1ddec42 2fb1fba5
   385566c0 54d57bfd 86f53799 1f6f54d9 45be693e 38a8a97f
   lifetime status: 12 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800ee29 81270010 ce46b049
   1a0b0500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: a921fd9e e27bc2ca 48c52162 50c0fcdf
   sending ESP packet (before crypt):
   45009800 69760000 4032fffa c0a8016a 8d1307fd 6e9e394d 0000000c a921fd9e
   e27bc2ca 48c52162 50c0fcdf 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800ee29 81270010 ce46b049 1a0b0500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69760000 4032fffa c0a8016a 8d1307fd 6e9e394d 0000000c a921fd9e
   e27bc2ca 48c52162 50c0fcdf 1f84cf32 b6b889a4 1ca0731e 5230bba0 9afc9b73
   cd727aef a106fe8a 45ce0724 c7c6b0ec 0fc52087 36ff68ba 36cabe9c eafa75ee
   4bbe9e32 612ff8ac 79af67a3 c5394b89 07cdb00e 51ea43c8 b8edb2d9 108f7e14
   22e6fc0d f8c89216 7c967335
   sending ESP packet (after ah):
   45009800 69760000 4032fffa c0a8016a 8d1307fd 6e9e394d 0000000c a921fd9e
   e27bc2ca 48c52162 50c0fcdf 1f84cf32 b6b889a4 1ca0731e 5230bba0 9afc9b73
   cd727aef a106fe8a 45ce0724 c7c6b0ec 0fc52087 36ff68ba 36cabe9c eafa75ee
   4bbe9e32 612ff8ac 79af67a3 c5394b89 07cdb00e 51ea43c8 b8edb2d9 108f7e14
   22e6fc0d f8c89216 7c967335 302d310b 4d0151fa 36162f96
   lifetime status: 13 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08009b09 81270011 cf46b049
   6c2a0500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 156fcdd3 c5db0b47 f59e1419 3a892505
   sending ESP packet (before crypt):
   45009800 69770000 40322238 c0a8016a 8d1307fd 6e9e394d 0000000d 156fcdd3
   c5db0b47 f59e1419 3a892505 45000054 00004000 40011295 8d13ad16 8d1360d7
   08009b09 81270011 cf46b049 6c2a0500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69770000 40322238 c0a8016a 8d1307fd 6e9e394d 0000000d 156fcdd3
   c5db0b47 f59e1419 3a892505 e6eaf287 bb02ffb7 3f9442d6 a6d84fad 663e58d8
   2575e4cc 635cc6fe 50abdadc d39ff56b 1739872e 79ccecac dbdbf1db 8a97dbbe
   e4bf61d1 53bf0dfb 5a53f936 d759ee0a 55eb9ba5 7b399ca2 998fcddd 7defe477
   a09e7bc9 3be8ddbb 7c3bebf9
   sending ESP packet (after ah):
   45009800 69770000 40322238 c0a8016a 8d1307fd 6e9e394d 0000000d 156fcdd3
   c5db0b47 f59e1419 3a892505 e6eaf287 bb02ffb7 3f9442d6 a6d84fad 663e58d8
   2575e4cc 635cc6fe 50abdadc d39ff56b 1739872e 79ccecac dbdbf1db 8a97dbbe
   e4bf61d1 53bf0dfb 5a53f936 d759ee0a 55eb9ba5 7b399ca2 998fcddd 7defe477
   a09e7bc9 3be8ddbb 7c3bebf9 0e77d17e fd1afe31 abe4b6f2
   lifetime status: 14 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08003ee9 81270012 d046b049
   c7490500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 614c164e 2dcc787d fe6f09c4 f95f44b2
   sending ESP packet (before crypt):
   45009800 69780000 4032fff9 c0a8016a 8d1307fd 6e9e394d 0000000e 614c164e
   2dcc787d fe6f09c4 f95f44b2 45000054 00004000 40011295 8d13ad16 8d1360d7
   08003ee9 81270012 d046b049 c7490500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69780000 4032fff9 c0a8016a 8d1307fd 6e9e394d 0000000e 614c164e
   2dcc787d fe6f09c4 f95f44b2 9bc27202 28c1433d 644935da 7c33cca1 ead00e4f
   38af6867 2dde6a4e d854657b 09b432a9 18df0a8c 4bd75bc5 89a0258d a475054e
   a8677cd4 81ec9b8f ac9838eb b84e582f 3a115741 b94733b3 174f9981 b52de268
   8fc44e05 bebc1f56 6ec4ad7b
   sending ESP packet (after ah):
   45009800 69780000 4032fff9 c0a8016a 8d1307fd 6e9e394d 0000000e 614c164e
   2dcc787d fe6f09c4 f95f44b2 9bc27202 28c1433d 644935da 7c33cca1 ead00e4f
   38af6867 2dde6a4e d854657b 09b432a9 18df0a8c 4bd75bc5 89a0258d a475054e
   a8677cd4 81ec9b8f ac9838eb b84e582f 3a115741 b94733b3 174f9981 b52de268
   8fc44e05 bebc1f56 6ec4ad7b bbfd5b1b b20c1e04 8b0c1360
   lifetime status: 15 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08000ec9 81270013 d146b049
   f6680500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 1fe418a6 1493f7b6 0c40f271 84773a77
   sending ESP packet (before crypt):
   45009800 69790000 40322237 c0a8016a 8d1307fd 6e9e394d 0000000f 1fe418a6
   1493f7b6 0c40f271 84773a77 45000054 00004000 40011295 8d13ad16 8d1360d7
   08000ec9 81270013 d146b049 f6680500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69790000 40322237 c0a8016a 8d1307fd 6e9e394d 0000000f 1fe418a6
   1493f7b6 0c40f271 84773a77 4c25e9da c8ff6462 ee9dd271 c8bc6436 75bb0060
   84f5b141 09d4c330 8af0067a 70dfdecd b186ea14 09be3977 b3aa55dc a5a43716
   c6ba4aac d0d66799 054f4341 88184919 02c1773c 7f362b56 652c2a0f 157f98e2
   08b66c87 851bca64 f67be151
   sending ESP packet (after ah):
   45009800 69790000 40322237 c0a8016a 8d1307fd 6e9e394d 0000000f 1fe418a6
   1493f7b6 0c40f271 84773a77 4c25e9da c8ff6462 ee9dd271 c8bc6436 75bb0060
   84f5b141 09d4c330 8af0067a 70dfdecd b186ea14 09be3977 b3aa55dc a5a43716
   c6ba4aac d0d66799 054f4341 88184919 02c1773c 7f362b56 652c2a0f 157f98e2
   08b66c87 851bca64 f67be151 2978b429 321906db 8b7411a0
   lifetime status: 16 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800c3a8 81270014 d246b049
   40880500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: e2b2207f dfa27d21 f654d3e3 3a6ae8ff
   sending ESP packet (before crypt):
   45009800 697a0000 4032fff8 c0a8016a 8d1307fd 6e9e394d 00000010 e2b2207f
   dfa27d21 f654d3e3 3a6ae8ff 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800c3a8 81270014 d246b049 40880500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697a0000 4032fff8 c0a8016a 8d1307fd 6e9e394d 00000010 e2b2207f
   dfa27d21 f654d3e3 3a6ae8ff a6a21481 b8fe4594 854cf290 c99c3d40 8080d169
   d47d58bb 6c699db3 7a628e7d 7d3841c1 968038d5 5e734cd7 83d45964 93cd9af0
   e4639323 a9383e5a f6eb9103 443b1147 308bb59d 17fe460f 807fc1dd fb31073a
   87e22194 0560fdba 29782d80
   sending ESP packet (after ah):
   45009800 697a0000 4032fff8 c0a8016a 8d1307fd 6e9e394d 00000010 e2b2207f
   dfa27d21 f654d3e3 3a6ae8ff a6a21481 b8fe4594 854cf290 c99c3d40 8080d169
   d47d58bb 6c699db3 7a628e7d 7d3841c1 968038d5 5e734cd7 83d45964 93cd9af0
   e4639323 a9383e5a f6eb9103 443b1147 308bb59d 17fe460f 807fc1dd fb31073a
   87e22194 0560fdba 29782d80 8668c746 42f1d824 bf871950
   lifetime status: 17 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08008588 81270015 d346b049
   7da70500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: d8157b76 cf01224e 8a68abb6 762670b4
   sending ESP packet (before crypt):
   45009800 697b0000 40322236 c0a8016a 8d1307fd 6e9e394d 00000011 d8157b76
   cf01224e 8a68abb6 762670b4 45000054 00004000 40011295 8d13ad16 8d1360d7
   08008588 81270015 d346b049 7da70500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697b0000 40322236 c0a8016a 8d1307fd 6e9e394d 00000011 d8157b76
   cf01224e 8a68abb6 762670b4 68d980df 06a39ad5 3881d170 2ac6b604 885bd908
   1997faa6 9c838a78 87aefbf1 8b7f57ab e724f6ae 6f80c241 d6f30786 a1dd54e8
   33e2c10c 368e7af3 3dde8af9 68a7047f 99e94d2e 40acb0fb 999e13d4 cc17544d
   bfe227df 6b785391 ae7098f5
   sending ESP packet (after ah):
   45009800 697b0000 40322236 c0a8016a 8d1307fd 6e9e394d 00000011 d8157b76
   cf01224e 8a68abb6 762670b4 68d980df 06a39ad5 3881d170 2ac6b604 885bd908
   1997faa6 9c838a78 87aefbf1 8b7f57ab e724f6ae 6f80c241 d6f30786 a1dd54e8
   33e2c10c 368e7af3 3dde8af9 68a7047f 99e94d2e 40acb0fb 999e13d4 cc17544d
   bfe227df 6b785391 ae7098f5 4426e811 9d7ed15d 2c1c33ca
   lifetime status: 18 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08002e68 81270016 d446b049
   d3c60500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 8aea9c82 bd048ae8 1b5abb38 6704ff86
   sending ESP packet (before crypt):
   45009800 697c0000 4032fff7 c0a8016a 8d1307fd 6e9e394d 00000012 8aea9c82
   bd048ae8 1b5abb38 6704ff86 45000054 00004000 40011295 8d13ad16 8d1360d7
   08002e68 81270016 d446b049 d3c60500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697c0000 4032fff7 c0a8016a 8d1307fd 6e9e394d 00000012 8aea9c82
   bd048ae8 1b5abb38 6704ff86 789d28eb 42b73f4a 6cc0c7c9 7a02f2dd 4f275bc6
   8283c040 e8f9fe2d 5a749bb6 bbe3b57c ce1c5f6b e4038af5 093b2b57 748477a9
   1e366f06 2cd64171 f0a2b6a8 5ac1f0b8 52afe730 ae4143d5 4b5aab7a 75c2ad00
   8e95b083 8e133731 60004f31
   sending ESP packet (after ah):
   45009800 697c0000 4032fff7 c0a8016a 8d1307fd 6e9e394d 00000012 8aea9c82
   bd048ae8 1b5abb38 6704ff86 789d28eb 42b73f4a 6cc0c7c9 7a02f2dd 4f275bc6
   8283c040 e8f9fe2d 5a749bb6 bbe3b57c ce1c5f6b e4038af5 093b2b57 748477a9
   1e366f06 2cd64171 f0a2b6a8 5ac1f0b8 52afe730 ae4143d5 4b5aab7a 75c2ad00
   8e95b083 8e133731 60004f31 c807ad8e 0bb9a058 f5281687
   lifetime status: 19 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08000748 81270017 d546b049
   f9e50500 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 3b8514b0 a2e9b05f 905bd020 a9f945a8
   sending ESP packet (before crypt):
   45009800 697d0000 40322235 c0a8016a 8d1307fd 6e9e394d 00000013 3b8514b0
   a2e9b05f 905bd020 a9f945a8 45000054 00004000 40011295 8d13ad16 8d1360d7
   08000748 81270017 d546b049 f9e50500 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697d0000 40322235 c0a8016a 8d1307fd 6e9e394d 00000013 3b8514b0
   a2e9b05f 905bd020 a9f945a8 2dc1c7a8 abd75449 feac2a8c d66cdb64 26444ea8
   ebb24935 48b79ff1 549f66fd c798b1a3 f9b6c3cd c1576279 ec8eee1a c1bf43a9
   bebc4664 744e04a2 0f1a2d81 584d8686 b66cb83a e9f1eaeb 1eea9230 5ecb6bad
   e0c6f65e 8de3c3fd a088b8bc
   sending ESP packet (after ah):
   45009800 697d0000 40322235 c0a8016a 8d1307fd 6e9e394d 00000013 3b8514b0
   a2e9b05f 905bd020 a9f945a8 2dc1c7a8 abd75449 feac2a8c d66cdb64 26444ea8
   ebb24935 48b79ff1 549f66fd c798b1a3 f9b6c3cd c1576279 ec8eee1a c1bf43a9
   bebc4664 744e04a2 0f1a2d81 584d8686 b66cb83a e9f1eaeb 1eea9230 5ecb6bad
   e0c6f65e 8de3c3fd a088b8bc 2c619068 e72d1c9c d6372d5a
   lifetime status: 20 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800bd27 81270018 d646b049
   42050600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 047b0288 973535d1 fc89592d 6b92ef29
   sending ESP packet (before crypt):
   45009800 697e0000 4032fff6 c0a8016a 8d1307fd 6e9e394d 00000014 047b0288
   973535d1 fc89592d 6b92ef29 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800bd27 81270018 d646b049 42050600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697e0000 4032fff6 c0a8016a 8d1307fd 6e9e394d 00000014 047b0288
   973535d1 fc89592d 6b92ef29 beb14cc0 b7eeb10f 2f267caa 365c7459 8fdbc37b
   84d44093 1d4caebe efed0d82 9aaab759 c231f3d4 cf462294 816dd56a a6c9016f
   292adda8 a5ac7b42 d56590e3 81a59a8b 7587b8d1 effdfc5d 1ce1a4ea 1b358bd5
   076e6281 f2017f01 a630d767
   sending ESP packet (after ah):
   45009800 697e0000 4032fff6 c0a8016a 8d1307fd 6e9e394d 00000014 047b0288
   973535d1 fc89592d 6b92ef29 beb14cc0 b7eeb10f 2f267caa 365c7459 8fdbc37b
   84d44093 1d4caebe efed0d82 9aaab759 c231f3d4 cf462294 816dd56a a6c9016f
   292adda8 a5ac7b42 d56590e3 81a59a8b 7587b8d1 effdfc5d 1ce1a4ea 1b358bd5
   076e6281 f2017f01 a630d767 08e4369b 3a1f3751 fef8802c
   lifetime status: 21 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08008507 81270019 d746b049
   79240600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 1507655f 8979686c 30fd8d7b 1324e160
   sending ESP packet (before crypt):
   45009800 697f0000 40322234 c0a8016a 8d1307fd 6e9e394d 00000015 1507655f
   8979686c 30fd8d7b 1324e160 45000054 00004000 40011295 8d13ad16 8d1360d7
   08008507 81270019 d746b049 79240600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 697f0000 40322234 c0a8016a 8d1307fd 6e9e394d 00000015 1507655f
   8979686c 30fd8d7b 1324e160 7a74c5a9 2b9aa01f 35a3e4f0 8c0f186f 3a31fb5c
   1a005d42 96a52761 b117a27f e1ce86d5 73e8da4b 894cfac9 5112438e 166b3dd0
   561b5aad a5d0c078 fcb6c161 36ea053a 96d10431 02ca328f 93271ff1 4375da89
   36f18b59 b5f1b7b0 cc5b7b52
   sending ESP packet (after ah):
   45009800 697f0000 40322234 c0a8016a 8d1307fd 6e9e394d 00000015 1507655f
   8979686c 30fd8d7b 1324e160 7a74c5a9 2b9aa01f 35a3e4f0 8c0f186f 3a31fb5c
   1a005d42 96a52761 b117a27f e1ce86d5 73e8da4b 894cfac9 5112438e 166b3dd0
   561b5aad a5d0c078 fcb6c161 36ea053a 96d10431 02ca328f 93271ff1 4375da89
   36f18b59 b5f1b7b0 cc5b7b52 10bc5dc8 29c8dd79 edac243b
   lifetime status: 22 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080038e7 8127001a d846b049
   c4430600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 50627355 9d8495b9 4a143aea b8aa9887
   sending ESP packet (before crypt):
   45009800 69800000 4032fff5 c0a8016a 8d1307fd 6e9e394d 00000016 50627355
   9d8495b9 4a143aea b8aa9887 45000054 00004000 40011295 8d13ad16 8d1360d7
   080038e7 8127001a d846b049 c4430600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69800000 4032fff5 c0a8016a 8d1307fd 6e9e394d 00000016 50627355
   9d8495b9 4a143aea b8aa9887 b9ea3e6d df990bf8 83962caf e18675a4 2a81b12e
   4b60fd45 d535c89a 82a003de a1134c72 dfffa060 c5ef84f2 e399bfb3 e824595f
   6822fe80 a8c19d76 2576bff7 1a6b23c1 87d661a4 fc372537 12c61d6a 6e925f18
   251ced37 904cf17c 742b7166
   sending ESP packet (after ah):
   45009800 69800000 4032fff5 c0a8016a 8d1307fd 6e9e394d 00000016 50627355
   9d8495b9 4a143aea b8aa9887 b9ea3e6d df990bf8 83962caf e18675a4 2a81b12e
   4b60fd45 d535c89a 82a003de a1134c72 dfffa060 c5ef84f2 e399bfb3 e824595f
   6822fe80 a8c19d76 2576bff7 1a6b23c1 87d661a4 fc372537 12c61d6a 6e925f18
   251ced37 904cf17c 742b7166 9cfc3ab5 837cab7d 35adf896
   lifetime status: 23 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800f6c6 8127001b d946b049
   05630600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 7d427ffd 08b6fa7d 98cd8d11 d0537ebf
   sending ESP packet (before crypt):
   45009800 69810000 40322233 c0a8016a 8d1307fd 6e9e394d 00000017 7d427ffd
   08b6fa7d 98cd8d11 d0537ebf 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800f6c6 8127001b d946b049 05630600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69810000 40322233 c0a8016a 8d1307fd 6e9e394d 00000017 7d427ffd
   08b6fa7d 98cd8d11 d0537ebf 3d216524 08014fcf fdff34dc 9d53da4c 7f0c81c6
   b4b454ce 270f7d0e bbb749a2 83ec6f29 9268af7e 4f0a64ad 3240fb5e f068e914
   9e1226fe 04389405 c1f31f8f af9be837 ef3d1baf 2b71253d 9fc2582b 1565fe60
   3702bca0 d3529116 ae8dd677
   sending ESP packet (after ah):
   45009800 69810000 40322233 c0a8016a 8d1307fd 6e9e394d 00000017 7d427ffd
   08b6fa7d 98cd8d11 d0537ebf 3d216524 08014fcf fdff34dc 9d53da4c 7f0c81c6
   b4b454ce 270f7d0e bbb749a2 83ec6f29 9268af7e 4f0a64ad 3240fb5e f068e914
   9e1226fe 04389405 c1f31f8f af9be837 ef3d1baf 2b71253d 9fc2582b 1565fe60
   3702bca0 d3529116 ae8dd677 4f60b30e ef75c518 b2eebecc
   lifetime status: 24 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800c1a6 8127001c da46b049
   39820600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: ffb344fc a1baaa4e 924764c9 e8da21b5
   sending ESP packet (before crypt):
   45009800 69820000 4032fff4 c0a8016a 8d1307fd 6e9e394d 00000018 ffb344fc
   a1baaa4e 924764c9 e8da21b5 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800c1a6 8127001c da46b049 39820600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69820000 4032fff4 c0a8016a 8d1307fd 6e9e394d 00000018 ffb344fc
   a1baaa4e 924764c9 e8da21b5 190e9dc0 73bd310c eb1ee3af 64ee9bb4 447eb352
   3380d043 5afe6de6 e4af3517 bed3d0cc bff2ccba c7fbcee9 bb5b5450 40e24455
   b5ad8537 9d982cbe 07951a45 a4445c24 cdb63661 37b75233 a1638a8d 2df2f3bf
   a0a38980 e1e043ce a525e2f8
   sending ESP packet (after ah):
   45009800 69820000 4032fff4 c0a8016a 8d1307fd 6e9e394d 00000018 ffb344fc
   a1baaa4e 924764c9 e8da21b5 190e9dc0 73bd310c eb1ee3af 64ee9bb4 447eb352
   3380d043 5afe6de6 e4af3517 bed3d0cc bff2ccba c7fbcee9 bb5b5450 40e24455
   b5ad8537 9d982cbe 07951a45 a4445c24 cdb63661 37b75233 a1638a8d 2df2f3bf
   a0a38980 e1e043ce a525e2f8 9b2ac1d2 e8d730cf 14e7ac42
   lifetime status: 25 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08007386 8127001d db46b049
   86a10600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: accb1c6d 8a05bd5a 575d80f2 4cdf83e6
   sending ESP packet (before crypt):
   45009800 69830000 40322232 c0a8016a 8d1307fd 6e9e394d 00000019 accb1c6d
   8a05bd5a 575d80f2 4cdf83e6 45000054 00004000 40011295 8d13ad16 8d1360d7
   08007386 8127001d db46b049 86a10600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69830000 40322232 c0a8016a 8d1307fd 6e9e394d 00000019 accb1c6d
   8a05bd5a 575d80f2 4cdf83e6 ff442a8f c46dec6e 35cb8e66 3e0eecc5 9ea9a73d
   0694cf96 819bd334 0f3dff77 9ad926b4 1b2a7d8d 496e00d4 f66b09c5 5ab09e62
   5bd91e17 1289ff66 58ca07ea e6c28a9a 8a7b233a 49a1c066 f6dc49fa 0d2bb425
   1a111ed4 724e565a 74af9ff7
   sending ESP packet (after ah):
   45009800 69830000 40322232 c0a8016a 8d1307fd 6e9e394d 00000019 accb1c6d
   8a05bd5a 575d80f2 4cdf83e6 ff442a8f c46dec6e 35cb8e66 3e0eecc5 9ea9a73d
   0694cf96 819bd334 0f3dff77 9ad926b4 1b2a7d8d 496e00d4 f66b09c5 5ab09e62
   5bd91e17 1289ff66 58ca07ea e6c28a9a 8a7b233a 49a1c066 f6dc49fa 0d2bb425
   1a111ed4 724e565a 74af9ff7 942d03e7 fe905426 7e4ff10b
   lifetime status: 26 of 28800 seconds used, 0|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08003f66 8127001e dc46b049
   b9c00600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 49a690fb bf5f3b44 c86453a8 b73ca7f3
   sending ESP packet (before crypt):
   45009800 69840000 4032fff3 c0a8016a 8d1307fd 6e9e394d 0000001a 49a690fb
   bf5f3b44 c86453a8 b73ca7f3 45000054 00004000 40011295 8d13ad16 8d1360d7
   08003f66 8127001e dc46b049 b9c00600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69840000 4032fff3 c0a8016a 8d1307fd 6e9e394d 0000001a 49a690fb
   bf5f3b44 c86453a8 b73ca7f3 f52eead7 a8e0f680 01620671 9ecc369b 0c885277
   e55f40d2 3dc86234 468d1c60 b2d42124 204df05a 2944ad57 cf68f357 eff20625
   0b246540 7ae447ee dcbf5239 c9b18f1c f172ac72 480fa946 4edec911 a0904be1
   01826c8d 412a72b7 72e7e1ce
   sending ESP packet (after ah):
   45009800 69840000 4032fff3 c0a8016a 8d1307fd 6e9e394d 0000001a 49a690fb
   bf5f3b44 c86453a8 b73ca7f3 f52eead7 a8e0f680 01620671 9ecc369b 0c885277
   e55f40d2 3dc86234 468d1c60 b2d42124 204df05a 2944ad57 cf68f357 eff20625
   0b246540 7ae447ee dcbf5239 c9b18f1c f172ac72 480fa946 4edec911 a0904be1
   01826c8d 412a72b7 72e7e1ce 15203cd5 fcd9dfb1 e3633007
   lifetime status: 27 of 28800 seconds used, 0|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800f245 8127001f dd46b049
   05e00600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: c10bd3e0 9726f036 b419eade 725359f1
   sending ESP packet (before crypt):
   45009800 69850000 40322231 c0a8016a 8d1307fd 6e9e394d 0000001b c10bd3e0
   9726f036 b419eade 725359f1 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800f245 8127001f dd46b049 05e00600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69850000 40322231 c0a8016a 8d1307fd 6e9e394d 0000001b c10bd3e0
   9726f036 b419eade 725359f1 e8588b08 30540248 8cf33a7f fc4d8630 904c4298
   02b59f5f b8e9188b 06e2a4b1 e8dfd5b5 d847b0ae ec1e6d04 72392a61 f1a272cd
   b6eb6221 f796adba cfdd3ab0 6269bf9b 89073ec6 c4c2fe32 881781d9 6dfd8bf5
   5e835930 c8830a00 393a6a81
   sending ESP packet (after ah):
   45009800 69850000 40322231 c0a8016a 8d1307fd 6e9e394d 0000001b c10bd3e0
   9726f036 b419eade 725359f1 e8588b08 30540248 8cf33a7f fc4d8630 904c4298
   02b59f5f b8e9188b 06e2a4b1 e8dfd5b5 d847b0ae ec1e6d04 72392a61 f1a272cd
   b6eb6221 f796adba cfdd3ab0 6269bf9b 89073ec6 c4c2fe32 881781d9 6dfd8bf5
   5e835930 c8830a00 393a6a81 a2a4b7d9 064087d1 8170ff59
   lifetime status: 28 of 28800 seconds used, 0|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800c625 81270020 de46b049
   30ff0600 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 7aac0162 4f038cad 9ed6e4de 6d8299c2
   sending ESP packet (before crypt):
   45009800 69860000 4032fff2 c0a8016a 8d1307fd 6e9e394d 0000001c 7aac0162
   4f038cad 9ed6e4de 6d8299c2 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800c625 81270020 de46b049 30ff0600 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69860000 4032fff2 c0a8016a 8d1307fd 6e9e394d 0000001c 7aac0162
   4f038cad 9ed6e4de 6d8299c2 d518226f 4685f4f0 1c299fea 2901539b b53a15c4
   85c4e075 2e4d66cc f22c2f45 5a9916e5 df1e6c85 160b70c6 c89df123 d2ecce20
   fa9c2d4b f7307fd8 4b56de0f 33cce9e1 3d37466d 4b183975 86c3af06 0b641c76
   0e896e20 28f501b9 53f2073d
   sending ESP packet (after ah):
   45009800 69860000 4032fff2 c0a8016a 8d1307fd 6e9e394d 0000001c 7aac0162
   4f038cad 9ed6e4de 6d8299c2 d518226f 4685f4f0 1c299fea 2901539b b53a15c4
   85c4e075 2e4d66cc f22c2f45 5a9916e5 df1e6c85 160b70c6 c89df123 d2ecce20
   fa9c2d4b f7307fd8 4b56de0f 33cce9e1 3d37466d 4b183975 86c3af06 0b641c76
   0e896e20 28f501b9 53f2073d ee33b944 0c5f9dda 543695b7
   lifetime status: 29 of 28800 seconds used, 0|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08006f05 81270021 df46b049
   861e0700 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 12038628 5020b6a3 c3265313 04dafbba
   sending ESP packet (before crypt):
   45009800 69870000 40322230 c0a8016a 8d1307fd 6e9e394d 0000001d 12038628
   5020b6a3 c3265313 04dafbba 45000054 00004000 40011295 8d13ad16 8d1360d7
   08006f05 81270021 df46b049 861e0700 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 69870000 40322230 c0a8016a 8d1307fd 6e9e394d 0000001d 12038628
   5020b6a3 c3265313 04dafbba 24143a46 77594cab f3
-------------- next part --------------
   
vpnc version 0.5.3-394M
   hex_test: 00010203

S1 init_sockaddr
 [2009-03-05 22:38:47]

S2 make_socket
 [2009-03-05 22:38:47]

S3 setup_tunnel
 [2009-03-05 22:38:47]
   using interface tun1

S4 do_phase1_am
 [2009-03-05 22:38:47]

S4.1 create_nonce
 [2009-03-05 22:38:47]
   i_cookie: cec44681 17550963
   i_nonce:
   82b0960d 307b68e7 ff0ae53f 9ba2ce34 5f383507

S4.2 dh setup
 [2009-03-05 22:38:47]
   dh_public:
   69c62565 75ac7309 3f4960cb fffc93c9 a689c98a 211d72b9 b79c66f2 e32c71ff
   541c880b 707c1175 225e4c44 2aaee4de 68ade09a 41080dd9 eb42df87 cd3d4f51
   2182a056 40e9314d 8bfee06d af3b2da9 76c8de0c 15a13326 988c900c 76e74e1c
   d4759c13 eecafc12 bc4b7131 f67d5d13 0b513f6b e3993a44 c180cba8 99453374

S4.3 AM packet_1
 [2009-03-05 22:38:47]

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 824
   i_cookie: cec44681 17550963
   r_cookie: 00000000 00000000
   payload: 01 (ISAKMP_PAYLOAD_SA)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 00
   message_id: 00000000
   len: 00000338
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 04 (ISAKMP_PAYLOAD_KE)
   length: 01dc
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 01d0
   p.number: 00
   p.prot_id: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   p.spi_size: 00
   length: 0c
   p.spi: 
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 00
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 01
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 02
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 03
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 04
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 05
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 06
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 07
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 08
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0001 (IKE_ENC_DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 09
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0001 (IKE_ENC_DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0024
   t.number: 0a
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0000 (IKE_ENC_NO_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0024
   t.number: 0b
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0000 (IKE_ENC_NO_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0084
   ke.data:
   69c62565 75ac7309 3f4960cb fffc93c9 a689c98a 211d72b9 b79c66f2 e32c71ff
   541c880b 707c1175 225e4c44 2aaee4de 68ade09a 41080dd9 eb42df87 cd3d4f51
   2182a056 40e9314d 8bfee06d af3b2da9 76c8de0c 15a13326 988c900c 76e74e1c
   d4759c13 eecafc12 bc4b7131 f67d5d13 0b513f6b e3993a44 c180cba8 99453374
   DONE PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   82b0960d 307b68e7 ff0ae53f 9ba2ce34 5f383507
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   id.type: 0b (ISAKMP_IPSEC_ID_KEY_ID)
   id.protocol: 11
   id.port: 01f4
   id.data: 68736d61
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   ke.data: 09002689 dfd6b712
   (Xauth)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 4a131c81 07035845 5c5728f2 0e95452f
   (Nat-T RFC)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 90cb8091 3ebb696e 086381b5 ec427b1f
   (Nat-T 02N)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: cd604643 35df21f8 7cfdb2fc 68b6a448
   (Nat-T 02)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 16f6ca16 e4a4066d 83821a0f 0aeaa862
   (Nat-T 01)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 4485152d 18b6bbcd 0be8a846 9579ddcc
   (Nat-T 00)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: afcad713 68a1f1c9 6b8696fc 77570100
   (DPD)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:38:49]

S4.4 AM_packet2
 [2009-03-05 22:38:49]
   BEGIN_PARSE
   Recieved Packet Len: 5239
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 01 (ISAKMP_PAYLOAD_SA)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 00
   message_id: 00000000
   len: 00001477
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 04 (ISAKMP_PAYLOAD_KE)
   length: 0038
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 002c
   p.number: 01
   p.prot_id: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   p.spi_size: 00
   length: 01
   p.spi: 
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0024
   t.number: 07
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0005 (IKE_ENC_3DES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 (IKE_HASH_MD5)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fadd (IKE_AUTH_HybridInitRSA)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0084
   ke.data:
   1a5310b6 ca0429ef 0a302b20 4fa36da6 62023375 ab2371fe f6f42e8a 844c111c
   aebf62d4 9354444a a52846be e3a48877 ad033eae 9b65e52e 2abfbe07 ec6f627f
   5719ab81 1529a383 50819561 ed32f900 d5a6455c 49d9cbdb 8dc6e395 8aff6880
   ce0f8885 a66fe94c cba2d676 ef4735fe 101a5fe0 09224674 61dafab7 a7981c25
   DONE PARSING PAYLOAD type: 04 (ISAKMP_PAYLOAD_KE)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   29dab96a 34a5ff6a fa71f626 97d18767 bdab0a01
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 0058
   id.type: 09 (ISAKMP_IPSEC_ID_DER_ASN1_DN)
   id.protocol: 00
   id.port: 0000
   id.data:
   304e310b 30090603 55040613 02444531 1c301a06 0355040a 1313486f 63687363
   68756c65 204d616e 6e686569 6d312130 1f060355 04031318 76706e63 6c69656e
   742e6873 2d6d616e 6e686569 6d2e6465
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 03a8
   cert.encoding: 04
   cert.data:
   3082039f 30820287 a0030201 02020126 300d0609 2a864886 f70d0101 05050030
   71310b30 09060355 04061302 4445311c 301a0603 55040a13 13446575 74736368
   65205465 6c656b6f 6d204147 311f301d 06035504 0b131654 2d54656c 65536563
   20547275 73742043 656e7465 72312330 21060355 0403131a 44657574 73636865
   2054656c 656b6f6d 20526f6f 74204341 2032301e 170d3939 30373039 31323131
   30305a17 0d313930 37303932 33353930 305a3071 310b3009 06035504 06130244
   45311c30 1a060355 040a1313 44657574 73636865 2054656c 656b6f6d 20414731
   1f301d06 0355040b 1316542d 54656c65 53656320 54727573 74204365 6e746572
   31233021 06035504 03131a44 65757473 63686520 54656c65 6b6f6d20 526f6f74
   20434120 32308201 22300d06 092a8648 86f70d01 01010500 0382010f 00308201
   0a028201 0100ab0b a335e08b 2914b114 85af3c10 e4396f35 5d4aaedd ea618d95
   49f46f64 a31a6066 a4a94022 84d9d4a5 e578930e 6801adb9 4d5c3ace d3b8a842
   40dfcfa3 ba82596a 921bac1c 9ada082b 2527f969 2347f1e0 eb2c7a9b f51302d0
   7e347cc2 9e3c0059 abf5da0c f5323c2b ac50dad6 c3de8394 caa80c99 320e0848
   565b6afb dae15858 01495f72 413c1506 018e5dad aab893b4 cd9eeba7 e86a2d52
   34db3aef 5c7551da dbf331f9 ee719832 c4541544 0cf99b55 edaddf18 08a0a386
   8a49ee53 058f194c d5de5879 9bd26a1c 42abc5d5 a7cf680f 96e4e161 987661c8
   917cd63e 00e29150 87e19d0a e6ad97d2 1dc63a7d cbbcda03 34d58e5b 01f56a07
   b716b66e 4a7f0203 010001a3 42304030 1d060355 1d0e0416 041431c3 791bbaf5
   53d717e0 897a2d17 6c0ab32b 9d33300f 0603551d 13040830 060101ff 02010530
   0e060355 1d0f0101 ff040403 02010630 0d06092a 864886f7 0d010105 05000382
   01010094 6459ad39 64e729eb 13fe5ac3 8b1357c8 0424f074 77c060e3 67fbe989
   a683bf96 827c6ed4 c33def9e 806ebb29 b4987ab1 3b54eb39 17477e1a 8e0bfc1f
   31593104 b2ce17f3 2cc76236 55e222d8 8955b498 48aa64fa d61c36d8 44785a5a
   233a5797 f57a304f ae9f6a4c 4b2b8ea0 03e33ee0 a9d4d27b d2b3a8e2 723cad9e
   ff8059e4 9b45b4f6 3bb0cd39 199832e5 ea216190 e431218e 34b1f72f 354a8510
   dae78a37 21be5963 e0f28588 3153d454 14857079 f42e0677 27752f1f b88af9fe
   c5bad836 e483ece7 65b7bf63 5af346af 819437d4 418cd623 d61ecff5 681b4463
   a25abaa7 3559a1e5 70059b0e 23579994 0a6dba39 63288692 f31884d8 fbd1cf05
   566457
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 042a
   cert.encoding: 04
   cert.data:
   30820421 30820309 a0030201 02020200 c7300d06 092a8648 86f70d01 01050500
   3071310b 30090603 55040613 02444531 1c301a06 0355040a 13134465 75747363
   68652054 656c656b 6f6d2041 47311f30 1d060355 040b1316 542d5465 6c655365
   63205472 75737420 43656e74 65723123 30210603 55040313 1a446575 74736368
   65205465 6c656b6f 6d20526f 6f742043 41203230 1e170d30 36313231 39313032
   3930305a 170d3139 30363330 32333539 30305a30 5a310b30 09060355 04061302
   44453113 30110603 55040a13 0a44464e 2d566572 65696e31 10300e06 0355040b
   13074446 4e2d504b 49312430 22060355 0403131b 44464e2d 56657265 696e2050
   43412047 6c6f6261 6c202d20 47303130 82012230 0d06092a 864886f7 0d010101
   05000382 010f0030 82010a02 82010100 e99bc367 85f90dae f58d54c3 9650353d
   62e96e4c ed94d700 5b952274 d420eb34 8fd6ecc0 31040b99 81e2a614 d252a028
   23848b74 89045e5b e0e278c1 78cb16cb 2835397b 2d9045d0 eda0007a 7cbf4a0e
   1b00c386 e95c2b31 117b0cf3 8224438c 1c388b6a 68009aee dc4f78ab d2c6139b
   76adeede 26e8ef01 af740fc1 09a2f66b cebdd3cd 14304ff5 e5e3a4c8 629b821a
   0327300d 0265604d edd10923 2a963558 27d376c6 71b6901d c4edff35 867d6f33
   b3db0fc5 11c28a83 a1945d41 6bd8d210 f54cfdca 51acd9bd ef9283bb daeb8b16
   565643cf e1d5133d a61f2730 cd4954db c913349a 7175c56c eaa70b98 f9219d27
   af3ea339 39486a8c adc999fb c312f2bd 02030100 01a381d9 3081d630 70060355
   1d1f0469 30673065 a063a061 865f6874 74703a2f 2f706b69 2e74656c 65736563
   2e64652f 6367692d 62696e2f 73657276 6963652f 61665f44 6f776e6c 6f616441
   524c2e63 726c3f2d 63726c5f 666f726d 61743d58 5f353039 262d6973 73756572
   3d44545f 524f4f54 5f43415f 32301d06 03551d0e 04160414 49b7c6cf e83d1f7f
   ea447b13 29f7f10a 703ede64 301f0603 551d2304 18301680 1431c379 1bbaf553
   d717e089 7a2d176c 0ab32b9d 33300e06 03551d0f 0101ff04 04030201 06301206
   03551d13 0101ff04 08300601 01ff0201 02300d06 092a8648 86f70d01 01050500
   03820101 003be15a 77c04817 dca918ec 81af5a89 f0bd2892 a6ca5918 1270ec28
   f2e7ae7f 962ce7f2 5d1931f6 132b74bd bd80b2b9 f767c939 a2793be1 1111ee6b
   7891337e 3b5f2627 7553658e 3363eecf 73c3b092 23492150 7523a11f 18e29485
   3d3f33e9 77208da2 bde6a185 2940f63f 7332580d 096ba6da 856cc03f bb8d6664
   56244eae 0d3f3235 015be98c 82d97259 4fb18685 f1748556 e5c3f85c f38dee47
   b3530570 e7e54d8a 698328e1 1309869e 5ec8ea58 1e0c1ff9 a4d45a04 68fd283e
   8b02b658 b5f6a12c 37570067 ab23688d 63a5ef99 6b5cfd4b 56f6ab40 8734d411
   926cec87 c50a0b07 3372b46f 0c1d542c d851c7cc bf30d343 72f132bf 8cce4963
   a800f7f2 1c
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 06 (ISAKMP_PAYLOAD_CERT)
   length: 04fe
   cert.encoding: 04
   cert.data:
   308204f5 308203dd a0030201 0202040b e3686d30 0d06092a 864886f7 0d010105
   0500305a 310b3009 06035504 06130244 45311330 11060355 040a130a 44464e2d
   56657265 696e3110 300e0603 55040b13 0744464e 2d504b49 31243022 06035504
   03131b44 464e2d56 65726569 6e205043 4120476c 6f62616c 202d2047 3031301e
   170d3038 30323236 31303333 30335a17 0d313930 36333030 30303030 305a3067
   310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368 73636875
   6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e 6e686569
   6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d 6d616e6e
   6865696d 2e646530 82012230 0d06092a 864886f7 0d010101 05000382 010f0030
   82010a02 82010100 ebfc228e 30316d8a 3b9eebe9 c906c876 95fc3c45 48a3376c
   c3d90585 516fefc5 c8b0c6cb 477aaecd c050860d 32ba6e87 a332710c 9e08e238
   d1a1d4cd fb2d6173 9e6fd9ac 9cb061bf 311464db a3c618fd 071ec52a 62124720
   ca4502c7 74112eea 13872fab 153f9f8c 892da144 2022eb29 820019c3 41127247
   778b5f67 db2358e2 ae62b734 491f6c9e e637e3c3 a73d8151 ebcc6792 60299cf3
   0a30c0eb 13af651e 06caf6c0 84583f4e 2ced5b28 8f7f4ba8 912f0784 e1f52a7d
   85cdd814 3dee9c4f 09810a10 55ab54ff aa9b2f6b ea366033 5ef41dfa b325c03b
   ff33a100 c4cab71c d26408c3 80d36d4c 50586c51 1bb8450a 027bd349 f31b0d3c
   6924cc2c d2beaa71 02030100 01a38201 b4308201 b0301206 03551d13 0101ff04
   08300601 01ff0201 01300b06 03551d0f 04040302 0106301d 0603551d 0e041604
   14156aca a051b3b8 9e871895 5f3c49e5 a75af3a5 e8301f06 03551d23 04183016
   801449b7 c6cfe83d 1f7fea44 7b1329f7 f10a703e de64301d 0603551d 11041630
   14811270 6b694068 732d6d61 6e6e6865 696d2e64 65308188 0603551d 1f048180
   307e303d a03ba039 86376874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f676c6f 62616c2d 726f6f74 2d63612f 7075622f 63726c2f 63616372 6c2e6372
   6c303da0 3ba03986 37687474 703a2f2f 63647032 2e706361 2e64666e 2e64652f
   676c6f62 616c2d72 6f6f742d 63612f70 75622f63 726c2f63 6163726c 2e63726c
   3081a206 082b0601 05050701 01048195 30819230 4706082b 06010505 07300286
   3b687474 703a2f2f 63647031 2e706361 2e64666e 2e64652f 676c6f62 616c2d72
   6f6f742d 63612f70 75622f63 61636572 742f6361 63657274 2e637274 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 322e7063 612e6466 6e2e6465
   2f676c6f 62616c2d 726f6f74 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74300d06 092a8648 86f70d01 01050500 03820101 00e0342a 07313ead
   f0446bdf 269badd0 41e0e127 a6293293 a445b42f 4d16df52 8de8c686 81bfe28b
   fc7ede7b 1918d29c 6288b3b6 bd17def4 1c3b8e61 8cc95a23 8cbfc972 d976eb37
   5521fdbf 6fb6f034 282f0757 a7aec0ab 8f91e31f e65ae445 fe620bd0 46c6e35e
   9895f212 c9cfbe3c a88e9eff 2dd0916d f5f180a6 91d886c9 26cd8edd a596821b
   f5de8596 cf582950 1a515e40 997b9624 c6ea1fcd 60b34a18 bbe0054c ab047d5b
   e68a39cb fc097885 1bfa7749 c16bb471 5dc082dd e543e970 8cb5c343 1499d1dc
   ac1f874c 54e98055 a11c09bd ced17758 768dc22d dbf87a9d f819f6f1 d2336bd0
   22c48fd3 266c071c 23aa8f29 875a2bb0 2b5de9cf 8a848c33 d2
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   next_type: 09 (ISAKMP_PAYLOAD_SIG)
   length: 04e7
   cert.encoding: 04
   cert.data:
   308204de 308203c6 a0030201 0202040c 75c7db30 0d06092a 864886f7 0d010105
   05003067 310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368
   73636875 6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e
   6e686569 6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d
   6d616e6e 6865696d 2e646530 1e170d30 38303631 36313131 3130385a 170d3133
   30363135 31313131 30385a30 4e310b30 09060355 04061302 4445311c 301a0603
   55040a13 13486f63 68736368 756c6520 4d616e6e 6865696d 3121301f 06035504
   03131876 706e636c 69656e74 2e68732d 6d616e6e 6865696d 2e646530 82012030
   0d06092a 864886f7 0d010101 05000382 010d0030 82010802 82010100 bdb91230
   add17185 f29bcd55 0d16d5c9 3f868ead 096f654c 3ba92aea fca13206 0c94bd95
   1f3a06c1 599c04c2 881cc88f ac308f54 fc3985aa df943c72 36fe860b f4b67413
   49b3ec94 14e81866 418056d7 6bf7493b b1aa1ac5 4f375714 680147e8 cf4ff413
   fb9b11a2 0df437c4 0c760aa1 864b4bfa c6dbe89f 95f15f9d cc221859 13938040
   0495f859 81819e0d 9dbf16e2 8af57bd4 867fa37d 42bca785 4ce3c6d5 f5276438
   6272e3e7 8f0f6da3 8ac852b3 ad14bf21 54bd9d19 68b84833 22514d18 bac3f3c9
   ed4c6b67 4f4c6580 40e0708b e4f1c598 762119b5 34261079 976a9118 4d2b3e61
   e0b28383 f8a74e3f 54380cd2 ccc139af e9d03125 2641753f 0b47f311 020103a3
   8201ab30 8201a730 09060355 1d130402 3000300b 0603551d 0f040403 0205e030
   1d060355 1d0e0416 0414d9c1 57646305 81a58c87 fc818c90 27388c14 c2fb301f
   0603551d 23041830 16801415 6acaa051 b3b89e87 18955f3c 49e5a75a f3a5e830
   1d060355 1d110416 30148112 706b6940 68732d6d 616e6e68 65696d2e 64653081
   88060355 1d1f0481 80307e30 3da03ba0 39863768 7474703a 2f2f6364 70312e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f63726c
   2f636163 726c2e63 726c303d a03ba039 86376874 74703a2f 2f636470 322e7063
   612e6466 6e2e6465 2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63726c2f
   63616372 6c2e6372 6c3081a2 06082b06 01050507 01010481 95308192 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74304706 082b0601 05050730 02863b68 7474703a 2f2f6364 70322e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f636163
   6572742f 63616365 72742e63 7274300d 06092a86 4886f70d 01010505 00038201
   010038da 5fafb736 a89defbc 2c4ee9ca 749e8bbf f725f27f bc6f2c94 8d95227d
   be1bee02 7dba7206 d834b1f4 238f0aed 44b9d8fa c59c58d0 1f0426e4 7c6baf47
   ff8e0e8a e71cface b23f583f 3d12e6ae 3d9033c5 cd4db4b8 f64f68d7 f4b1df08
   571297c8 9b58a269 a260c981 c2d14d5a 8b9cdb3b 01f18ed3 b5fbd13b 9c3ae4e3
   5464cf99 9e714c4d 5ea0c4ec a5d968e1 e8266422 68420921 10936a2c 061c19bc
   d22a083e 89a98be2 118b09d7 a43e1bde 927e103b 2d2585a0 1fadd042 6fc071c1
   a99c2b40 cb6ed530 0302d128 35896c6a 8cbeffd3 c699dd79 268c27c2 594d0b2a
   978af6c9 1a6f2f18 1f8591d4 bc9b4e79 6d6198fa 0a4077b5 c051b4a2 1cdc4a3a
   3a22
   DONE PARSING PAYLOAD type: 06 (ISAKMP_PAYLOAD_CERT)
   
   PARSING PAYLOAD type: 09 (ISAKMP_PAYLOAD_SIG)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0104
   ke.data:
   b7e6d922 e5230974 b7eb33bb 4f6d02df 61a6914f 8feac6ea 995308fc 188536dd
   09dedf79 376570f3 2c7b46a5 c37fbcaa 8ca9df0d 0374c96c 332f3ebb 00963142
   9668d432 622ab212 093040cb 145bad2c b49bd24f bae27eda e88b1252 78af2c88
   4c6201b9 bfa4eeff afbb7167 2f61a2c8 19e27156 5d24b104 40f3340c cc372c90
   08df092d eb9d4cc1 a1b0668f 34fd1989 768c60f1 d6774fc6 e1183bce 6b2e172c
   25e13cec d780789c 97c4b0ca 4753d9c2 d987dbb5 9a930fc6 ecd9a6c6 374dbb3b
   86f5b4fe 6bfde149 71ba052c 9927b58c 1a5b4816 21a73d12 ec0a7d47 1c3dc4d8
   291ce716 b05192f9 3624df58 a958e15a bfa9d903 dd197862 ab17390a 79cf6406
   DONE PARSING PAYLOAD type: 09 (ISAKMP_PAYLOAD_SIG)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 000c
   ke.data: 09002689 dfd6b712
   (Xauth)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: afcad713 68a1f1c9 6b8696fc 77570100
   (DPD)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0018
   ke.data:
   4048b7d5 6ebce885 25e7de7f 00d6c2d3 c0000000
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 71ad8dc4 2b4d7e81 748a164c 5409aa2d
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: 1f07f70e aa6514d3 b0fa9654 2a500407
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   got ike lifetime attributes: 2147483 seconds
   IKE SA selected hybrid(rsa)-3des-md5
   unknown ISAKMP_PAYLOAD_VID: 12f5f28c 457168a9 702d9fe2 74cc0100
   peer is DPD capable (RFC3706)
   unknown ISAKMP_PAYLOAD_VID:
   4048b7d5 6ebce885 25e7de7f 00d6c2d3 c0000000
   unknown ISAKMP_PAYLOAD_VID: 71ad8dc4 2b4d7e81 748a164c 5409aa2d
   unknown ISAKMP_PAYLOAD_VID: 1f07f70e aa6514d3 b0fa9654 2a500407
   dh_shared_secret:
   5ea48a98 7d3aa374 bf0c5b7a 7a2faf83 bc420368 edfd98dd baf6425a e5f557a8
   c990e7ef b9357ee7 e70724ef 44a2f590 86f00db6 20abf3d6 c32a1093 c731f29f
   5bd4e629 bbd0597b 6f3f4ca1 8709f95c 42120416 d37f4625 2019d2c8 d005c304
   d8c7808c ead48f1e caf23978 e22b2a33 abbc7f31 abacac76 161bc9c0 2b69ee97
   (not dumping psk hash)
   skeyid: 27947526 fa13bf83 25e834b0 d09b02ea
   expected hash: 15388078 41972eec 3e6655af 3efe13be
   received signature:
   b7e6d922 e5230974 b7eb33bb 4f6d02df 61a6914f 8feac6ea 995308fc 188536dd
   09dedf79 376570f3 2c7b46a5 c37fbcaa 8ca9df0d 0374c96c 332f3ebb 00963142
   9668d432 622ab212 093040cb 145bad2c b49bd24f bae27eda e88b1252 78af2c88
   4c6201b9 bfa4eeff afbb7167 2f61a2c8 19e27156 5d24b104 40f3340c cc372c90
   08df092d eb9d4cc1 a1b0668f 34fd1989 768c60f1 d6774fc6 e1183bce 6b2e172c
   25e13cec d780789c 97c4b0ca 4753d9c2 d987dbb5 9a930fc6 ecd9a6c6 374dbb3b
   86f5b4fe 6bfde149 71ba052c 9927b58c 1a5b4816 21a73d12 ec0a7d47 1c3dc4d8
   291ce716 b05192f9 3624df58 a958e15a bfa9d903 dd197862 ab17390a 79cf6406
   last cert:
   308204de 308203c6 a0030201 0202040c 75c7db30 0d06092a 864886f7 0d010105
   05003067 310b3009 06035504 06130244 45311c30 1a060355 040a1313 486f6368
   73636875 6c65204d 616e6e68 65696d31 17301506 03550403 130e4853 204d616e
   6e686569 6d204341 3121301f 06092a86 4886f70d 01090116 12706b69 4068732d
   6d616e6e 6865696d 2e646530 1e170d30 38303631 36313131 3130385a 170d3133
   30363135 31313131 30385a30 4e310b30 09060355 04061302 4445311c 301a0603
   55040a13 13486f63 68736368 756c6520 4d616e6e 6865696d 3121301f 06035504
   03131876 706e636c 69656e74 2e68732d 6d616e6e 6865696d 2e646530 82012030
   0d06092a 864886f7 0d010101 05000382 010d0030 82010802 82010100 bdb91230
   add17185 f29bcd55 0d16d5c9 3f868ead 096f654c 3ba92aea fca13206 0c94bd95
   1f3a06c1 599c04c2 881cc88f ac308f54 fc3985aa df943c72 36fe860b f4b67413
   49b3ec94 14e81866 418056d7 6bf7493b b1aa1ac5 4f375714 680147e8 cf4ff413
   fb9b11a2 0df437c4 0c760aa1 864b4bfa c6dbe89f 95f15f9d cc221859 13938040
   0495f859 81819e0d 9dbf16e2 8af57bd4 867fa37d 42bca785 4ce3c6d5 f5276438
   6272e3e7 8f0f6da3 8ac852b3 ad14bf21 54bd9d19 68b84833 22514d18 bac3f3c9
   ed4c6b67 4f4c6580 40e0708b e4f1c598 762119b5 34261079 976a9118 4d2b3e61
   e0b28383 f8a74e3f 54380cd2 ccc139af e9d03125 2641753f 0b47f311 020103a3
   8201ab30 8201a730 09060355 1d130402 3000300b 0603551d 0f040403 0205e030
   1d060355 1d0e0416 0414d9c1 57646305 81a58c87 fc818c90 27388c14 c2fb301f
   0603551d 23041830 16801415 6acaa051 b3b89e87 18955f3c 49e5a75a f3a5e830
   1d060355 1d110416 30148112 706b6940 68732d6d 616e6e68 65696d2e 64653081
   88060355 1d1f0481 80307e30 3da03ba0 39863768 7474703a 2f2f6364 70312e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f63726c
   2f636163 726c2e63 726c303d a03ba039 86376874 74703a2f 2f636470 322e7063
   612e6466 6e2e6465 2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63726c2f
   63616372 6c2e6372 6c3081a2 06082b06 01050507 01010481 95308192 30470608
   2b060105 05073002 863b6874 74703a2f 2f636470 312e7063 612e6466 6e2e6465
   2f68732d 6d616e6e 6865696d 2d63612f 7075622f 63616365 72742f63 61636572
   742e6372 74304706 082b0601 05050730 02863b68 7474703a 2f2f6364 70322e70
   63612e64 666e2e64 652f6873 2d6d616e 6e686569 6d2d6361 2f707562 2f636163
   6572742f 63616365 72742e63 7274300d 06092a86 4886f70d 01010505 00038201
   010038da 5fafb736 a89defbc 2c4ee9ca 749e8bbf f725f27f bc6f2c94 8d95227d
   be1bee02 7dba7206 d834b1f4 238f0aed 44b9d8fa c59c58d0 1f0426e4 7c6baf47
   ff8e0e8a e71cface b23f583f 3d12e6ae 3d9033c5 cd4db4b8 f64f68d7 f4b1df08
   571297c8 9b58a269 a260c981 c2d14d5a 8b9cdb3b 01f18ed3 b5fbd13b 9c3ae4e3
   5464cf99 9e714c4d 5ea0c4ec a5d968e1 e8266422 68420921 10936a2c 061c19bc
   d22a083e 89a98be2 118b09d7 a43e1bde 927e103b 2d2585a0 1fadd042 6fc071c1
   a99c2b40 cb6ed530 0302d128 35896c6a 8cbeffd3 c699dd79 268c27c2 594d0b2a
   978af6c9 1a6f2f18 1f8591d4 bc9b4e79 6d6198fa 0a4077b5 c051b4a2 1cdc4a3a
   3a22
   Subject name hash: 561a0b34
   Certificate-chain verified correctly!
   Signature MATCH!!
   returned_hash: 1d8c2af3 cea506ac bf93a6be 2917ea16
   psk_hash: 858bc1e4 329d568c 7020a597 e573c612
   dh_shared_secret:
   5ea48a98 7d3aa374 bf0c5b7a 7a2faf83 bc420368 edfd98dd baf6425a e5f557a8
   c990e7ef b9357ee7 e70724ef 44a2f590 86f00db6 20abf3d6 c32a1093 c731f29f
   5bd4e629 bbd0597b 6f3f4ca1 8709f95c 42120416 d37f4625 2019d2c8 d005c304
   d8c7808c ead48f1e caf23978 e22b2a33 abbc7f31 abacac76 161bc9c0 2b69ee97
   skeyid_d: bb502641 9e43a71f 37d755cc 751fd667
   skeyid_a: e235b502 a305d509 3be11bf8 3acae0f5
   skeyid_e: 673eb0a3 c44af80c e2dd7052 9dc991f1
   enc-key:
   b2a68301 9ddc3f3b 4ad93c21 6c19237f 097d590c dc4e5a4e
   current_iv: 52e129d9 32a8e465
   NAT status: no NAT-T VID seen

S4.5 AM_packet3
 [2009-03-05 22:38:49]
   size = 132, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 164
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 01
   message_id: 00000000
   len: 000000a4
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: 1d8c2af3 cea506ac bf93a6be 2917ea16
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 001c
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 6002 (ISAKMP_N_IPSEC_INITIAL_CONTACT)
   n.spi: cec44681 17550963 846a2ad9 2b4c7e81
   n.data: 
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 002c
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 9e37 (ISAKMP_N_CISCO_PRESHARED_KEY_HASH)
   n.spi: cec44681 17550963 846a2ad9 2b4c7e81
   n.data: 858bc1e4 329d568c 7020a597 e573c612
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 0d (ISAKMP_PAYLOAD_VID)
   length: 0014
   ke.data: 126e1f57 7291153b 20485f7f 155b4bc8
   (unknown)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: 12f5f28c 457168a9 702d9fe2 74cc0100
   (Cisco Unity)
   DONE PARSING PAYLOAD type: 0d (ISAKMP_PAYLOAD_VID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   initial_iv: 918b3097 401cc87e


 receiving: <========================
 [2009-03-05 22:38:49]

S4.6 cleanup
 [2009-03-05 22:38:49]

S5 do_phase2_xauth
 [2009-03-05 22:38:49]

S5.1 xauth_request
 [2009-03-05 22:38:49]

S5.2 notice_check
 [2009-03-05 22:38:49]
   got packet with wrong cookies


 receiving: <========================
 [2009-03-05 22:38:49]
   BEGIN_PARSE
   Recieved Packet Len: 100
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 910a965b
   len: 00000064
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 3766c333 4c1e7b71 dd439c2b 9157c1a3
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0034
   modecfg.type: 01 (ISAKMP_MODECFG_CFG_REQUEST)
   modecfg.id: 0000
   t.attributes.type: 4088 (ISAKMP_XAUTH_06_ATTRIB_TYPE)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 4089 (ISAKMP_XAUTH_06_ATTRIB_USER_NAME)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 408a (ISAKMP_XAUTH_06_ATTRIB_USER_PASSWORD)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 408c (ISAKMP_XAUTH_06_ATTRIB_MESSAGE)
   (not dumping xauth data length)
   (not dumping xauth data)
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 3766c333 4c1e7b71 dd439c2b 9157c1a3
   h->u.hash.data: 3766c333 4c1e7b71 dd439c2b 9157c1a3

S5.3 type-is-xauth check
 [2009-03-05 22:38:49]

S5.4 xauth type check
 [2009-03-05 22:38:49]
Enter Username and Password.

S5.5 do xauth reply
 [2009-03-05 22:38:49]
   size = 54, blksz = 8, padding = 2

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 910a965b
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 0f6be265 b0a61fc3 ebff2998 52aa055d
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0022
   modecfg.type: 02 (ISAKMP_MODECFG_CFG_REPLY)
   modecfg.id: 0000
   t.attributes.type: 4088 (ISAKMP_XAUTH_06_ATTRIB_TYPE)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 4089 (ISAKMP_XAUTH_06_ATTRIB_USER_NAME)
   (not dumping xauth data length)
   (not dumping xauth data)
   t.attributes.type: 408a (ISAKMP_XAUTH_06_ATTRIB_USER_PASSWORD)
   (not dumping xauth data length)
   (not dumping xauth data)
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:38:50]

S5.2 notice_check
 [2009-03-05 22:38:50]
   BEGIN_PARSE
   Recieved Packet Len: 60
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 56441c81
   len: 0000003c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: 293667ff 2f77e47d 06243902 8c83d497
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 000c
   modecfg.type: 03 (ISAKMP_MODECFG_CFG_SET)
   modecfg.id: 0000
   t.attributes.type: 408f (ISAKMP_XAUTH_06_ATTRIB_STATUS)
   t.attributes.u.attr_16: 0001
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 293667ff 2f77e47d 06243902 8c83d497
   h->u.hash.data: 293667ff 2f77e47d 06243902 8c83d497

S5.3 type-is-xauth check
 [2009-03-05 22:38:50]

S5.6 process xauth set
 [2009-03-05 22:38:50]

S5.7 send xauth ack
 [2009-03-05 22:38:50]
   size = 32, blksz = 8, padding = 0

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 60
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: 56441c81
   len: 0000003c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: fe2ac353 316f5f42 4d9cb568 fdcb5bfe
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 000c
   modecfg.type: 04 (ISAKMP_MODECFG_CFG_ACK)
   modecfg.id: 0000
   t.attributes.type: 408f (ISAKMP_XAUTH_06_ATTRIB_STATUS)
   t.attributes.u.attr_16: 0001
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK

S5.8 xauth done
 [2009-03-05 22:38:50]

S6 do_phase2_config
 [2009-03-05 22:38:50]

S6.1 phase2_config send modecfg
 [2009-03-05 22:38:50]
   size = 137, blksz = 8, padding = 7

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 172
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: e82c32b6
   len: 000000ac
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: f94642bf f16f4616 61621ae3 40b9d4c2
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0075
   modecfg.type: 01 (ISAKMP_MODECFG_CFG_REQUEST)
   modecfg.id: 0014
   t.attributes.type: 0001 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_ADDRESS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0002 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NETMASK)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 0004 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NBNS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7002 (ISAKMP_MODECFG_ATTRIB_CISCO_DEF_DOMAIN)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7008 (ISAKMP_MODECFG_ATTRIB_CISCO_FW_TYPE)
   t.attributes.u.lots.length: 000c
   t.attributes.u.lots.data: 80010001 80020001 80030002
   t.attributes.type: 7007 (ISAKMP_MODECFG_ATTRIB_CISCO_DO_PFS)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7000 (ISAKMP_MODECFG_ATTRIB_CISCO_BANNER)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7001 (ISAKMP_MODECFG_ATTRIB_CISCO_SAVE_PW)
   t.attributes.u.lots.length: 0000
   t.attributes.u.lots.data: 
   t.attributes.type: 7004 (ISAKMP_MODECFG_ATTRIB_CISCO_SPLIT_INC)
   t.attributes.u.lots.length: 0000
   t.attributes.type: 700a (ISAKMP_MODECFG_ATTRIB_CISCO_DDNS_HOSTNAME)
   t.attributes.u.lots.length: 0008
   t.attributes.u.lots.data: 4e6f7465 626f6f6b
   t.attributes.type: 0007 (ISAKMP_MODECFG_ATTRIB_APPLICATION_VERSION)
   t.attributes.u.lots.length: 0029
   t.attributes.u.lots.data:
   43697363 6f205379 7374656d 73205650 4e20436c 69656e74 20302e35 2e332d33
   39344d3a 4c696e75 78
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:38:51]

S6.2 phase2_config receive modecfg
 [2009-03-05 22:38:51]
   BEGIN_PARSE
   Recieved Packet Len: 1364
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 06 (ISAKMP_EXCHANGE_MODECFG_TRANSACTION)
   flags: 01
   message_id: e82c32b6
   len: 00000554
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   length: 0014
   ke.data: f8c16117 a4b8f144 6325b401 af2ef259
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0524
   modecfg.type: 02 (ISAKMP_MODECFG_CFG_REPLY)
   modecfg.id: 0000
   t.attributes.type: 0001 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_ADDRESS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d13ad16
   t.attributes.type: 0002 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_NETMASK)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: ffffff00
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d13014b
   t.attributes.type: 0003 (ISAKMP_MODECFG_ATTRIB_INTERNAL_IP4_DNS)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 8d130147
   t.attributes.type: 7000 (ISAKMP_MODECFG_ATTRIB_CISCO_BANNER)
   t.attributes.u.lots.length: 0043
   t.attributes.u.lots.data:
   57696c6c 6b6f6d6d 656e2061 75662062 65696d20 56504e2d 53657276 69636520
   64657220 4853204d 616e6e68 65696d21 20566965 6c205370 6173730d 0a496872
   20525a
   t.attributes.type: 7001 (ISAKMP_MODECFG_ATTRIB_CISCO_SAVE_PW)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 7002 (ISAKMP_MODECFG_ATTRIB_CISCO_DEF_DOMAIN)
   t.attributes.u.lots.length: 0015
   t.attributes.u.lots.data:
   696e7465 726e2e68 732d6d61 6e6e6865 696d2e64 65
   t.attributes.type: 7007 (ISAKMP_MODECFG_ATTRIB_CISCO_DO_PFS)
   t.attributes.u.attr_16: 0000
   t.attributes.type: 0007 (ISAKMP_MODECFG_ATTRIB_APPLICATION_VERSION)
   t.attributes.u.lots.length: 0062
   t.attributes.u.lots.data:
   43697363 6f205379 7374656d 732c2049 6e632e2f 56504e20 33303030 20436f6e
   63656e74 7261746f 7220566Connect Banner:
| Willkommen auf beim VPN-Service der HS Mannheim! Viel Spass
| Ihr RZ

5 7273696f 6e20342e 372e322e 4f206275 696c7420
   62792076 6d757270 6879206f 6e204d61 72203035 20323030 38203136 3a32343a
   3238
   t.attributes.type: 7008 (ISAKMP_MODECFG_ATTRIB_CISCO_FW_TYPE)
   t.attributes.u.lots.length: 042a
   t.attributes.u.lots.data:
   80010001 80020001 80030002 0007001b 00000000 00000000 00000000 00000000
   320000ff ff0000ff ff020200 07001b00 00000000 00000000 00000000 00000011
   0000ffff 01f401f4 02020007 001b0000 00000000 00000000 00000000 00001101
   f401f400 00ffff02 01000700 1b000000 00000000 00000000 00000000 00060000
   ffff03e0 03e00202 0007001b 00000000 00000000 00000000 00000000 060000ff
   ff03e003 e0020100 07001b00 00000000 00000000 00000000 00000006 00500050
   0000ffff 02020007 001b0000 00000000 00000000 00000000 00000600 00ffff00
   50005002 01000700 1b000000 00000000 00000000 00000000 000601bb 01bb0000
   ffff0202 0007001b 00000000 00000000 00000000 00000000 060000ff ff01bb01
   bb020100 07001b00 00000000 00000000 00000000 00000011 00430044 0000ffff
   02020007 001b0000 00000000 00000000 00000000 00001100 43004400 00ffff02
   01000700 1b000000 00000000 00000000 00000000 00110000 ffff1194 11940202
   0007001b 00000000 00000000 00000000 00000000 11119411 940000ff ff020100
   07001b00 00000000 00000000 00000000 00000011 00350035 0000ffff 02020007
   001b0000 00000000 00000000 00000000 00001100 00ffff00 35003502 01000700
   1b000000 00000000 00000000 00000000 00060035 00350000 ffff0202 0007001b
   00000000 00000000 00000000 00000000 060000ff ff003500 35020100 07001b00
   00000000 00000000 00000000 00000006 0000ffff 00160016 02020007 001b0000
   00000000 00000000 00000000 00000600 16001600 00ffff02 01000700 1b000000
   00000000 00000000 00000000 00110000 ffff233f 233f0202 0007001b 00000000
   00000000 00000000 00000000 11233f23 3f0000ff ff020100 07001b00 00000000
   00000000 00000000 00000006 00160016 0000ffff 02020007 001b0000 00000000
   00000000 00000000 00000600 00ffff00 16001602 01000700 1b000000 00000000
   00000000 00000000 00010000 ffff0000 ffff0202 0007001b 00000000 00000000
   00000000 00000000 320000ff ff0000ff ff020100 07001b00 00000000 00000000
   00000000 0000002f 0000ffff 0000ffff 02020007 001b0000 00000000 00000000
   00000000 00002f00 00ffff00 00ffff02 01000700 1b000000 00000000 00000000
   00000000 00060050 00500000 ffff0202 0007001b 00000000 00000000 00000000
   00000000 060000ff ff005000 50020100 07001b00 00000000 00000000 00000000
   00000006 0000ffff 00870087 01020007 001b0000 00000000 00000000 00000000
   00000600 00ffff01 bb01bb02 02000700 1b000000 00000000 00000000 00000000
   000601bb 01bb0000 ffff0201 0007001b 00000000 ffffffff 00000000 ffffffff
   ff0000ff ff0000ff ff020200 07001b00 000000ff ffffff00 000000ff ffffffff
   0000ffff 0000ffff 0201
   DONE PARSING PAYLOAD type: 0e (ISAKMP_PAYLOAD_MODECFG_ATTR)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: f8c16117 a4b8f144 6325b401 af2ef259
   h->u.hash.data: f8c16117 a4b8f144 6325b401 af2ef259
   Banner:    Willkommen auf beim VPN-Service der HS Mannheim! Viel Spass
Ihr RZ   
   got save password setting: 0
   got pfs setting: 0
   Remote Application Version:    Cisco Systems, Inc./VPN 3000 Concentrator Version 4.7.2.O built by vmurphy on Mar 05 2008 16:24:28   
   unknown attribute 28680 / 0x7008
   got address 141.19.173.22

S7 setup_link (phase 2 + main_loop)
 [2009-03-05 22:38:51]

S7.0 run interface setup script
 [2009-03-05 22:38:51]

S7.1 QM_packet1
 [2009-03-05 22:38:51]

S7.2 QM_packet2 send_receive
 [2009-03-05 22:38:51]
   size = 588, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 620
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: a4f99227
   len: 0000026c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 01 (ISAKMP_PAYLOAD_SA)
   length: 0014
   ke.data: aa28168b 29f77f40 13ed4a50 e19703eb
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0204
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 00
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 01
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 02
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 03
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 00c0
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 04
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 002c
   p.number: 05
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 00
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0080
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 06
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 03 (ISAKMP_IPSEC_ESP_3DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 07
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 03 (ISAKMP_IPSEC_ESP_3DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 08
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 02 (ISAKMP_IPSEC_ESP_DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 09
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 02 (ISAKMP_IPSEC_ESP_DES)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 02 (ISAKMP_PAYLOAD_P)
   length: 0028
   p.number: 0a
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 0b (ISAKMP_IPSEC_ESP_NULL)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0002 (IPSEC_AUTH_HMAC_SHA)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0028
   p.number: 0b
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 4464ec38
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 001c
   t.number: 00
   t.id: 0b (ISAKMP_IPSEC_ESP_NULL)
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   7126a099 9240f36f 6a4b48eb 57e24b7f e54c98f6
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 000c
   id.type: 01 (ISAKMP_IPSEC_ID_IPV4_ADDR)
   id.protocol: 00
   id.port: 0000
   id.data: 8d13ad16
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0010
   id.type: 04 (ISAKMP_IPSEC_ID_IPV4_ADDR_SUBNET)
   id.protocol: 00
   id.port: 0000
   id.data: 00000000 00000000
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK


 receiving: <========================
 [2009-03-05 22:38:51]

S7.3 QM_packet2 validate type
 [2009-03-05 22:38:51]
   BEGIN_PARSE
   Recieved Packet Len: 92
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: da4775b0
   len: 0000005c
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: 80b24049 4002f3be 7af8cd58 9e342903
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0028
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 6000 (ISAKMP_N_IPSEC_RESPONDER_LIFETIME)
   n.spi: cec44681 17550963 846a2ad9 2b4c7e81
   n.data: 800b0001 000c0004 00015180
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 00015180
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 22fb3870 072530c7 22eba545 e9660b6d
   h->u.hash.data: 80b24049 4002f3be 7af8cd58 9e342903
   got ike lifetime attributes: 86400 seconds


 receiving: <========================
 [2009-03-05 22:38:51]
   BEGIN_PARSE
   Recieved Packet Len: 180
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: a4f99227
   len: 000000b4
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 01 (ISAKMP_PAYLOAD_SA)
   length: 0014
   ke.data: ceb9bed9 9896ddf4 913c491a 881ad4e9
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 0a (ISAKMP_PAYLOAD_NONCE)
   length: 0038
   sa.doi: 00000001 (ISAKMP_DOI_IPSEC)
   sa.situation: 00000001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 002c
   p.number: 01
   p.prot_id: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   p.spi_size: 04
   length: 01
   p.spi: 25c1cdb0
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   t.number: 01
   t.id: 0c (ISAKMP_IPSEC_ESP_AES)
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   t.attributes.type: 0004 (ISAKMP_IPSEC_ATTRIB_ENCAP_MODE)
   t.attributes.u.attr_16: 0001 (IPSEC_ENCAP_TUNNEL)
   t.attributes.type: 0005 (ISAKMP_IPSEC_ATTRIB_AUTH_ALG)
   t.attributes.u.attr_16: 0001 (IPSEC_AUTH_HMAC_MD5)
   t.attributes.type: 0006 (ISAKMP_IPSEC_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   DONE PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   
   PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 0018
   ke.data:
   cf032236 b1fe8b7d e739a817 2044212c 28cede88
   DONE PARSING PAYLOAD type: 0a (ISAKMP_PAYLOAD_NONCE)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 05 (ISAKMP_PAYLOAD_ID)
   length: 000c
   id.type: 01 (ISAKMP_IPSEC_ID_IPV4_ADDR)
   id.protocol: 00
   id.port: 0000
   id.data: 8d13ad16
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0010
   id.type: 04 (ISAKMP_IPSEC_ID_IPV4_ADDR_SUBNET)
   id.protocol: 00
   id.port: 0000
   id.data: 00000000 00000000
   DONE PARSING PAYLOAD type: 05 (ISAKMP_PAYLOAD_ID)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0018
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 03 (ISAKMP_IPSEC_PROTO_IPSEC_ESP)
   n.spi_length: 04
   n.type: 6000 (ISAKMP_N_IPSEC_RESPONDER_LIFETIME)
   n.spi: 25c1cdb0
   n.data: 80010001 80027080
   t.attributes.type: 0001 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IPSEC_LIFE_SECONDS)
   t.attributes.type: 0002 (ISAKMP_IPSEC_ATTRIB_SA_LIFE_DURATION)
   t.attributes.u.attr_16: 7080
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: ceb9bed9 9896ddf4 913c491a 881ad4e9
   h->u.hash.data: ceb9bed9 9896ddf4 913c491a 881ad4e9

S7.5 QM_packet2 check reject offer
 [2009-03-05 22:38:51]

S7.6 QM_packet2 check and process proposal
 [2009-03-05 22:38:51]
   got ipsec lifetime attributes: 2147483 seconds
   IPSEC SA selected aes256-md5
   got ipsec lifetime attributes: 28800 seconds
   authing NULL package!
   size = 20, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 52
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 20 (ISAKMP_EXCHANGE_IKE_QUICK)
   flags: 01
   message_id: a4f99227
   len: 00000034
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0014
   ke.data: f7cdd6b6 9a68abc0 2fad0ca1 dcc11df8
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK

S7.7 QM_packet3 sent
 [2009-03-05 22:38:51]

S7.8 setup ipsec tunnel
 [2009-03-05 22:38:51]
   generating 48 bytes keymat (cnt=3)
   generating 48 bytes keymat (cnt=3)

S7.9 main loop (receive and transmit ipsec packets)
 [2009-03-05 22:38:51]
   rx.key_cry:
   ea109b91 e453b910 1819ca19 0ad3b484 b38662d6 b94a05fb 363627fa 95370f08
   rx.key_md: ee07af6a 50f628b4 14ff6ff9 7aa734f5
   tx.key_cry:
   763d3608 d44a6c4c ddb0472d 42320eb5 12853064 c2eb5487 9af3f76c 42adae32
   tx.key_md: b21691eb abf1fe33 6bc31f68 0006b5a0
   remote -> local spi: 0x4464ec38
   local -> remote spi: 0x25c1cdb0
VPNC started in foreground...
   size = 52, blksz = 8, padding = 4

 sending: ========================>
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: d2393eec
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: e46cf3ab 4de8f6be 8e7b8944 8a19073a
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 8d28 (ISAKMP_N_R_U_THERE)
   n.spi: cec44681 17550963 846a2ad9 2b4c7e81
   n.data: 08105141
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   lifetime status: 0 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: 4a196fbf bf3581f7 17400015 3d3a9e33
   sending ESP packet (before crypt):
   00000000 00000000 00000000 00000000 00000000 25c1cdb0 00000001 4a196fbf
   bf3581f7 17400015 3d3a9e33 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   00000000 00000000 00000000 00000000 00000000 25c1cdb0 00000001 4a196fbf
   bf3581f7 17400015 3d3a9e33 375805d0 3ad355c3 7ef2915c aa13868b 02c90da5
   b143586a a787e486 a2b1c55a 2120e15f 6348100a 0b795da2 70266ee8
   sending ESP packet (after ah):
   00000000 00000000 00000000 00000000 00000000 25c1cdb0 00000001 4a196fbf
   bf3581f7 17400015 3d3a9e33 375805d0 3ad355c3 7ef2915c aa13868b 02c90da5
   b143586a a787e486 a2b1c55a 2120e15f 6348100a 0b795da2 70266ee8 03e1e6ee
   d5ed93f5 a7f725f0
   lifetime status: 0 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080020d6 8626001e 6b46b049
   3c520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 540ff582 50fdada7 a62abd8f 3a32d5fa
   sending ESP packet (before crypt):
   45006800 71d10000 4032ffff 81cec468 8d1307fd 25c1cdb0 00000002 540ff582
   50fdada7 a62abd8f 3a32d5fa 45000054 00004000 40011295 8d13ad16 8d1360d7
   080020d6 8626001e 6b46b049 3c520e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71d10000 4032ffff 81cec468 8d1307fd 25c1cdb0 00000002 540ff582
   50fdada7 a62abd8f 3a32d5fa 8f0d3e0a 83d933ce 97f67b94 7e68a829 cef93119
   ee96589e 8c6bed36 a8815f04 7feb0f53 37748741 4fda636e e539373d a4570581
   7654db29 e405bf43 3acb7fd2 1bebb208 3c9d1244 4f70c082 cef33d12 e03f7da9
   8a4678d4 dc0ea7ab 8ecb60a8
   sending ESP packet (after ah):
   45006800 71d10000 4032ffff 81cec468 8d1307fd 25c1cdb0 00000002 540ff582
   50fdada7 a62abd8f 3a32d5fa 8f0d3e0a 83d933ce 97f67b94 7e68a829 cef93119
   ee96589e 8c6bed36 a8815f04 7feb0f53 37748741 4fda636e e539373d a4570581
   7654db29 e405bf43 3acb7fd2 1bebb208 3c9d1244 4f70c082 cef33d12 e03f7da9
   8a4678d4 dc0ea7ab 8ecb60a8 76938fd2 8fb63ed1 de4ac82e
   lifetime status: 1 of 28800 seconds used, 0|0 of 0 kbytes used
   received something on ike fd..
   got late ike packet: 84 bytes
   BEGIN_PARSE
   Recieved Packet Len: 84
   i_cookie: cec44681 17550963
   r_cookie: 846a2ad9 2b4c7e81
   payload: 08 (ISAKMP_PAYLOAD_HASH)
   isakmp_version: 10
   exchange_type: 05 (ISAKMP_EXCHANGE_INFORMATIONAL)
   flags: 01
   message_id: c82411a2
   len: 00000054
   
   PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   next_type: 0b (ISAKMP_PAYLOAD_N)
   length: 0014
   ke.data: 5e841a43 20042915 c076a8cd 8e1d0b96
   DONE PARSING PAYLOAD type: 08 (ISAKMP_PAYLOAD_HASH)
   
   PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0020
   n.doi: 00000001 (ISAKMP_DOI_IPSEC)
   n.protocol: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   n.spi_length: 10
   n.type: 8d29 (ISAKMP_N_R_U_THERE_ACK)
   n.spi: cec44681 17550963 846a2ad9 2b4c7e81
   n.data: 08105141
   DONE PARSING PAYLOAD type: 0b (ISAKMP_PAYLOAD_N)
   
   PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE)
   PARSE_OK
   hashlen: 16
   u.hash.length: 16
   expected_hash: 5e841a43 20042915 c076a8cd 8e1d0b96
   h->u.hash.data: 5e841a43 20042915 c076a8cd 8e1d0b96
   got r-u-there ack
   lifetime status: 1 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   9a0e97c1 6f9f2156 c7974ac4 edcf349f d89e2067 b0089fbe 38eb51a8 f94bdf5f
   02337b54 a5475344 e4ad60c7 4da2433e 47306195 6cbc959f 6547b8b8 a246aba7
   eccb4912 5e5c8a45 23b973a7 a79cc9d2 a542a053 b9133e98 8685ab35 350ceddb
   receiving ESP packet (after decrypt):
   45000054 88b40000 3e01cbe0 8d1360d7 8d13ad16 000028d6 8626001e 6b46b049
   3c520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b40000 3e01cbe0 8d1360d7 8d13ad16 000028d6 8626001e 6b46b049
   3c520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 1 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: 1283fe6f 088b977a a357a158 0eff166b
   sending ESP packet (before crypt):
   45009800 71d20000 4032c5b3 81cec468 8d1307fd 25c1cdb0 00000003 1283fe6f
   088b977a a357a158 0eff166b 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71d20000 4032c5b3 81cec468 8d1307fd 25c1cdb0 00000003 1283fe6f
   088b977a a357a158 0eff166b c50e9c9b 9fc08ae2 3b15f28d eea1b380 3ab9bfd5
   5e6bb72a b1faefd1 32d216c1 15bd17b2 56ec9758 99ce9311 4c37d12c
   sending ESP packet (after ah):
   45009800 71d20000 4032c5b3 81cec468 8d1307fd 25c1cdb0 00000003 1283fe6f
   088b977a a357a158 0eff166b c50e9c9b 9fc08ae2 3b15f28d eea1b380 3ab9bfd5
   5e6bb72a b1faefd1 32d216c1 15bd17b2 56ec9758 99ce9311 4c37d12c 74e7e701
   fb1c07df 3e7fb818
   lifetime status: 1 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080035d4 8626001f 6c46b049
   26530e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 2cb059ac 55c82a1c fb789eb4 af36992c
   sending ESP packet (before crypt):
   45006800 71d30000 4032cffe 81cec468 8d1307fd 25c1cdb0 00000004 2cb059ac
   55c82a1c fb789eb4 af36992c 45000054 00004000 40011295 8d13ad16 8d1360d7
   080035d4 8626001f 6c46b049 26530e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71d30000 4032cffe 81cec468 8d1307fd 25c1cdb0 00000004 2cb059ac
   55c82a1c fb789eb4 af36992c eaae9455 d909abcd 5d482360 a1ac6a3c 5e86c3a1
   9aaaae2a a29f8d1f 38305f43 a9f17e5e 2af01966 1d94512c babe3292 45fbb431
   e16c79da 5efcd7a0 b49bc62c c55fcf61 9a8e30d7 efddf511 08994e6c 26a71b07
   658c7020 d5e1c621 71be0e51
   sending ESP packet (after ah):
   45006800 71d30000 4032cffe 81cec468 8d1307fd 25c1cdb0 00000004 2cb059ac
   55c82a1c fb789eb4 af36992c eaae9455 d909abcd 5d482360 a1ac6a3c 5e86c3a1
   9aaaae2a a29f8d1f 38305f43 a9f17e5e 2af01966 1d94512c babe3292 45fbb431
   e16c79da 5efcd7a0 b49bc62c c55fcf61 9a8e30d7 efddf511 08994e6c 26a71b07
   658c7020 d5e1c621 71be0e51 e02b673d f3c5dfd6 8adbb5a1
   lifetime status: 2 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   aa5ccf01 0542fa8b 72a962e3 ee432344 c3985a83 91a0e6da 40b8536e 1fb3af5b
   bac97140 1db36448 513f6fb6 f52944b7 de6264ff 197e93b6 a1c4d2d6 d0a25e9b
   76ac1b2b 3245a570 daa813cc f42fbe4b c0deb022 081fda8c ba8e6601 1ead4bdf
   receiving ESP packet (after decrypt):
   45000054 88b50000 3e01cbdf 8d1360d7 8d13ad16 00003dd4 8626001f 6c46b049
   26530e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b50000 3e01cbdf 8d1360d7 8d13ad16 00003dd4 8626001f 6c46b049
   26530e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 2 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: 353144bb eeb0bb50 0b8acfbe e772df30
   sending ESP packet (before crypt):
   45009800 71d40000 4032f5b2 81cec468 8d1307fd 25c1cdb0 00000005 353144bb
   eeb0bb50 0b8acfbe e772df30 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71d40000 4032f5b2 81cec468 8d1307fd 25c1cdb0 00000005 353144bb
   eeb0bb50 0b8acfbe e772df30 e98ea670 a3aa1d29 ca1ea740 3004d271 ad8429f8
   fe0f406a 3f9c3f5a e90e0115 ad1dcd4c d80ea5be 7def3589 4f95e667
   sending ESP packet (after ah):
   45009800 71d40000 4032f5b2 81cec468 8d1307fd 25c1cdb0 00000005 353144bb
   eeb0bb50 0b8acfbe e772df30 e98ea670 a3aa1d29 ca1ea740 3004d271 ad8429f8
   fe0f406a 3f9c3f5a e90e0115 ad1dcd4c d80ea5be 7def3589 4f95e667 8d5e330d
   67d2fb42 1865f8a2
   lifetime status: 2 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a6d3 86260020 6d46b049
   b4520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 0460dd46 4518d388 841a5539 a85afff0
   sending ESP packet (before crypt):
   45006800 71d50000 40329ffd 81cec468 8d1307fd 25c1cdb0 00000006 0460dd46
   4518d388 841a5539 a85afff0 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a6d3 86260020 6d46b049 b4520e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71d50000 40329ffd 81cec468 8d1307fd 25c1cdb0 00000006 0460dd46
   4518d388 841a5539 a85afff0 508ab195 41340f27 d703a418 2cab4f47 230ab2da
   6df87371 28e759a5 d471ac40 00c5288e e806e39e 71a43c04 7ae99d90 d3e9337e
   25a73e7d 3f498a4e 3effd82b 91760707 dd679f18 cbee1afa 72191927 c0458562
   28090571 1ccd0eea 028c0504
   sending ESP packet (after ah):
   45006800 71d50000 40329ffd 81cec468 8d1307fd 25c1cdb0 00000006 0460dd46
   4518d388 841a5539 a85afff0 508ab195 41340f27 d703a418 2cab4f47 230ab2da
   6df87371 28e759a5 d471ac40 00c5288e e806e39e 71a43c04 7ae99d90 d3e9337e
   25a73e7d 3f498a4e 3effd82b 91760707 dd679f18 cbee1afa 72191927 c0458562
   28090571 1ccd0eea 028c0504 9f0a5fe2 e3c1cdf6 62e3ec0c
   lifetime status: 3 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   31af2616 a40ca067 21e57291 75518817 141db515 ba221fda 15b3cba3 7832965a
   187555a7 77b6a4e1 92af9fee 294d2b11 22b595c7 0e79eb7c 2d74cddc c1f1cb51
   a4c3b91a 1263a244 5662e309 ec693346 fa10e594 b310e519 99ad6de0 951164f0
   receiving ESP packet (after decrypt):
   45000054 88b60000 3e01cbde 8d1360d7 8d13ad16 0000aed3 86260020 6d46b049
   b4520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b60000 3e01cbde 8d1360d7 8d13ad16 0000aed3 86260020 6d46b049
   b4520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 3 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: a9cad120 7c78a707 dd05f8d5 cb610975
   sending ESP packet (before crypt):
   45009800 71d60000 403225b2 81cec468 8d1307fd 25c1cdb0 00000007 a9cad120
   7c78a707 dd05f8d5 cb610975 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71d60000 403225b2 81cec468 8d1307fd 25c1cdb0 00000007 a9cad120
   7c78a707 dd05f8d5 cb610975 6a3ce108 472cb8ce 1fcae53c 225dc114 e3c2f8a6
   942cb333 751249b8 b3fd1e57 d8fce9ed 6be53a4a 053dc8a3 31489aa2
   sending ESP packet (after ah):
   45009800 71d60000 403225b2 81cec468 8d1307fd 25c1cdb0 00000007 a9cad120
   7c78a707 dd05f8d5 cb610975 6a3ce108 472cb8ce 1fcae53c 225dc114 e3c2f8a6
   942cb333 751249b8 b3fd1e57 d8fce9ed 6be53a4a 053dc8a3 31489aa2 8155f2f7
   125571e3 5a7ca51e
   lifetime status: 3 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800fed2 86260021 6e46b049
   5b520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: e88961d9 b5a0969f 76620751 1b2c1054
   sending ESP packet (before crypt):
   45006800 71d70000 40326ffc 81cec468 8d1307fd 25c1cdb0 00000008 e88961d9
   b5a0969f 76620751 1b2c1054 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800fed2 86260021 6e46b049 5b520e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71d70000 40326ffc 81cec468 8d1307fd 25c1cdb0 00000008 e88961d9
   b5a0969f 76620751 1b2c1054 8b3b710a d7514576 e6d3a40d ff9fb989 e62346d7
   73a57435 080a72d7 7272ffdb 678cd859 f68215b4 8c460996 04347736 db042c31
   c93ddb0d 52420e4e 6e53bbbd 8ffee15b 645e9c0a b833ab00 dc7c6a53 608ea4bc
   3bd4fd6a cc5527ef 99c703c9
   sending ESP packet (after ah):
   45006800 71d70000 40326ffc 81cec468 8d1307fd 25c1cdb0 00000008 e88961d9
   b5a0969f 76620751 1b2c1054 8b3b710a d7514576 e6d3a40d ff9fb989 e62346d7
   73a57435 080a72d7 7272ffdb 678cd859 f68215b4 8c460996 04347736 db042c31
   c93ddb0d 52420e4e 6e53bbbd 8ffee15b 645e9c0a b833ab00 dc7c6a53 608ea4bc
   3bd4fd6a cc5527ef 99c703c9 f2d0fcbb 78430fef 7d0ed9ed
   lifetime status: 4 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   49516c5b dd2e68a9 64c837df 3e1e4211 25363694 0a6d5b61 71a6524b 3dab11df
   3c269177 400699cd 633117d3 6a954115 9e1b89ff 87a0c2fe d9c07104 e375a870
   069ac823 334faea2 1d76a354 8875e560 b379c96f d6185e2c a9a10c89 2df8ad73
   receiving ESP packet (after decrypt):
   45000054 88b70000 3e01cbdd 8d1360d7 8d13ad16 000006d3 86260021 6e46b049
   5b520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b70000 3e01cbdd 8d1360d7 8d13ad16 000006d3 86260021 6e46b049
   5b520e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 4 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: 2c664d27 d397dd0a be7c81f6 0b6bc8b6
   sending ESP packet (before crypt):
   45009800 71d80000 403255b1 81cec468 8d1307fd 25c1cdb0 00000009 2c664d27
   d397dd0a be7c81f6 0b6bc8b6 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71d80000 403255b1 81cec468 8d1307fd 25c1cdb0 00000009 2c664d27
   d397dd0a be7c81f6 0b6bc8b6 e0f669ba c95e0957 701e3c4c c4e56ae7 4e0df9d3
   c6acc44d 298faf8b 768ccb38 a668cdbb 152c1816 1d752497 74f9b7c5
   sending ESP packet (after ah):
   45009800 71d80000 403255b1 81cec468 8d1307fd 25c1cdb0 00000009 2c664d27
   d397dd0a be7c81f6 0b6bc8b6 e0f669ba c95e0957 701e3c4c c4e56ae7 4e0df9d3
   c6acc44d 298faf8b 768ccb38 a668cdbb 152c1816 1d752497 74f9b7c5 a44fda0b
   a087f224 d6ea2c14
   lifetime status: 4 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800ccce 86260022 6f46b049
   8c550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 2e11b8e3 121323b3 05f54705 8fef2aac
   sending ESP packet (before crypt):
   45006800 71d90000 40323ffb 81cec468 8d1307fd 25c1cdb0 0000000a 2e11b8e3
   121323b3 05f54705 8fef2aac 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800ccce 86260022 6f46b049 8c550e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71d90000 40323ffb 81cec468 8d1307fd 25c1cdb0 0000000a 2e11b8e3
   121323b3 05f54705 8fef2aac 9df9dffb 0177d39f 4a017cfe a14c8bc1 b60e3a07
   0186019f cf7b2aa0 c2b1cbf1 be337f99 e68d55f9 a48ea3dd ec069aaa 38e1f644
   b60dc143 2aa536dd df059731 8e45d27a 838d3930 7bfb4417 cff1f9a9 e5b842f4
   8f9c2d08 eb5bcb9c a347e95b
   sending ESP packet (after ah):
   45006800 71d90000 40323ffb 81cec468 8d1307fd 25c1cdb0 0000000a 2e11b8e3
   121323b3 05f54705 8fef2aac 9df9dffb 0177d39f 4a017cfe a14c8bc1 b60e3a07
   0186019f cf7b2aa0 c2b1cbf1 be337f99 e68d55f9 a48ea3dd ec069aaa 38e1f644
   b60dc143 2aa536dd df059731 8e45d27a 838d3930 7bfb4417 cff1f9a9 e5b842f4
   8f9c2d08 eb5bcb9c a347e95b 1636f763 44c4d8f2 a47ad1fc
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   e06d9f3e 4397b1c0 5e432d19 a7180583 da9c3cf6 f0837f4b fab0a98b b6b55893
   b9f76d8b 6c082d94 276d5076 4aace117 9934d90b f853ea03 c86c620f 89488931
   3825ecd5 f76d4bd1 5456c9b6 04659673 60d2aa43 16e2a228 3fe6c308 7d26711c
   receiving ESP packet (after decrypt):
   45000054 88b80000 3e01cbdc 8d1360d7 8d13ad16 0000d4ce 86260022 6f46b049
   8c550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b80000 3e01cbdc 8d1360d7 8d13ad16 0000d4ce 86260022 6f46b049
   8c550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: bbd9ff18 1d539751 8948d071 85882f63
   sending ESP packet (before crypt):
   45009800 71da0000 403285b0 81cec468 8d1307fd 25c1cdb0 0000000b bbd9ff18
   1d539751 8948d071 85882f63 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71da0000 403285b0 81cec468 8d1307fd 25c1cdb0 0000000b bbd9ff18
   1d539751 8948d071 85882f63 e3927840 7747aa72 397a53cb 415e144f d11e1c6d
   d91e2354 51da75d9 b9437885 f09e8844 5f541072 50f4b355 03b58e7b
   sending ESP packet (after ah):
   45009800 71da0000 403285b0 81cec468 8d1307fd 25c1cdb0 0000000b bbd9ff18
   1d539751 8948d071 85882f63 e3927840 7747aa72 397a53cb 415e144f d11e1c6d
   d91e2354 51da75d9 b9437885 f09e8844 5f541072 50f4b355 03b58e7b e5351a3a
   bdc5daff ab676ed4
   lifetime status: 5 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800e1cd 86260023 7046b049
   76550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 584a6c15 9b93a46c 9ff2bac4 8b14dc18
   sending ESP packet (before crypt):
   45006800 71db0000 40320ffa 81cec468 8d1307fd 25c1cdb0 0000000c 584a6c15
   9b93a46c 9ff2bac4 8b14dc18 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800e1cd 86260023 7046b049 76550e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71db0000 40320ffa 81cec468 8d1307fd 25c1cdb0 0000000c 584a6c15
   9b93a46c 9ff2bac4 8b14dc18 d3b38116 528c1bee 40dfd77b c7c4d412 8264399c
   91132797 73b4aa8d 32189a9c 7b657150 382e4e15 2e42a8b7 9be0e0d9 baaafb50
   ca7b8260 68534665 1e57ae7a 8f745408 0517c7f5 4b124264 9ab9a5e5 30b417b0
   6a9fcd61 56c7c726 8cd1eba9
   sending ESP packet (after ah):
   45006800 71db0000 40320ffa 81cec468 8d1307fd 25c1cdb0 0000000c 584a6c15
   9b93a46c 9ff2bac4 8b14dc18 d3b38116 528c1bee 40dfd77b c7c4d412 8264399c
   91132797 73b4aa8d 32189a9c 7b657150 382e4e15 2e42a8b7 9be0e0d9 baaafb50
   ca7b8260 68534665 1e57ae7a 8f745408 0517c7f5 4b124264 9ab9a5e5 30b417b0
   6a9fcd61 56c7c726 8cd1eba9 7eef9eae 1decd782 2e44105f
   lifetime status: 6 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   cc3cba38 f71720eb bfa2514b d257fe8e 31a301d3 fb27bca2 c86b3671 77fff661
   c295ee93 8b1a6680 ab411e2b 73a19696 b1200ab4 adae55c1 9e2e9d2a 9a508a04
   7faebca3 b4da1bc7 778cf59a 50926388 609fd865 1fce5461 47ed3cd1 9eb6dce7
   receiving ESP packet (after decrypt):
   45000054 88b90000 3e01cbdb 8d1360d7 8d13ad16 0000e9cd 86260023 7046b049
   76550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88b90000 3e01cbdb 8d1360d7 8d13ad16 0000e9cd 86260023 7046b049
   76550e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 6 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800b9c9 86260024 7146b049
   9d580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 857ad689 47cdde36 b1939f37 22f7068e
   sending ESP packet (before crypt):
   45009800 71dc0000 4032b5af 81cec468 8d1307fd 25c1cdb0 0000000d 857ad689
   47cdde36 b1939f37 22f7068e 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800b9c9 86260024 7146b049 9d580e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71dc0000 4032b5af 81cec468 8d1307fd 25c1cdb0 0000000d 857ad689
   47cdde36 b1939f37 22f7068e 6f4fbcb8 dc03fd28 f498f7a9 2d5a4cb9 73202540
   a6539a84 6ec03fff aa252ed4 dec7f776 b6825dd6 edba847b 5f2d1bc2 9f216c17
   7dbaa213 b8663308 058beee6 ef8fa628 1abc126c 1c501f5d 8c0cfb74 16ccfaa4
   24cb7347 701aae92 57637bc1
   sending ESP packet (after ah):
   45009800 71dc0000 4032b5af 81cec468 8d1307fd 25c1cdb0 0000000d 857ad689
   47cdde36 b1939f37 22f7068e 6f4fbcb8 dc03fd28 f498f7a9 2d5a4cb9 73202540
   a6539a84 6ec03fff aa252ed4 dec7f776 b6825dd6 edba847b 5f2d1bc2 9f216c17
   7dbaa213 b8663308 058beee6 ef8fa628 1abc126c 1c501f5d 8c0cfb74 16ccfaa4
   24cb7347 701aae92 57637bc1 79d47a1b f36091ab bef1c161
   lifetime status: 7 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   c73f801f 3717c420 a3fdc598 eeaf957d 523b6a3b e1f76ccf 1f087817 49c498c5
   9381520a 7cfd4abf 5c4d0601 9b5fdb56 7ef5b32d b92608ab 5a0f5837 99267f1e
   3b9aac1b b7dc035e 4d9492d9 688743eb 52ba3856 79d6b0a2 0fb26f1f 332121bb
   receiving ESP packet (after decrypt):
   45000054 88ba0000 3e01cbda 8d1360d7 8d13ad16 0000c1c9 86260024 7146b049
   9d580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88ba0000 3e01cbda 8d1360d7 8d13ad16 0000c1c9 86260024 7146b049
   9d580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 7 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: edba966e 08cb153d bc7d08e6 da05eab0
   sending ESP packet (before crypt):
   45009800 71dd0000 4032dff8 81cec468 8d1307fd 25c1cdb0 0000000e edba966e
   08cb153d bc7d08e6 da05eab0 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71dd0000 4032dff8 81cec468 8d1307fd 25c1cdb0 0000000e edba966e
   08cb153d bc7d08e6 da05eab0 f48becfa 2556147d ce216091 1fb8ed3d bb4e0607
   5b691d40 fdf1a3a6 20b00452 7706f285 d1fb4040 45ac7e50 7739b044
   sending ESP packet (after ah):
   45009800 71dd0000 4032dff8 81cec468 8d1307fd 25c1cdb0 0000000e edba966e
   08cb153d bc7d08e6 da05eab0 f48becfa 2556147d ce216091 1fb8ed3d bb4e0607
   5b691d40 fdf1a3a6 20b00452 7706f285 d1fb4040 45ac7e50 7739b044 62281ad3
   cad28a90 5a397465
   lifetime status: 7 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a9c7 86260025 7246b049
   ac590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 9ed74a2f f719ab3d ad01c151 39bfc0ee
   sending ESP packet (before crypt):
   45006800 71de0000 4032b5ae 81cec468 8d1307fd 25c1cdb0 0000000f 9ed74a2f
   f719ab3d ad01c151 39bfc0ee 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a9c7 86260025 7246b049 ac590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71de0000 4032b5ae 81cec468 8d1307fd 25c1cdb0 0000000f 9ed74a2f
   f719ab3d ad01c151 39bfc0ee e2a48bc0 67fc32fc 1895f98e 61ba1820 fc911cfe
   6427296a 3fbf0fff 97a0e3ff 45588937 a12afc9b 4e8e2a99 aeeabbab 2f788182
   dd50cb9d c7c2eee5 0332ef42 ee788736 e037d36d 64251ba6 d82eab18 2327a1fe
   8ddbd642 7bb325ad 1c21d893
   sending ESP packet (after ah):
   45006800 71de0000 4032b5ae 81cec468 8d1307fd 25c1cdb0 0000000f 9ed74a2f
   f719ab3d ad01c151 39bfc0ee e2a48bc0 67fc32fc 1895f98e 61ba1820 fc911cfe
   6427296a 3fbf0fff 97a0e3ff 45588937 a12afc9b 4e8e2a99 aeeabbab 2f788182
   dd50cb9d c7c2eee5 0332ef42 ee788736 e037d36d 64251ba6 d82eab18 2327a1fe
   8ddbd642 7bb325ad 1c21d893 8a72399d b233f187 1280a60c
   lifetime status: 8 of 28800 seconds used, 0|0 of 0 kbytes used
   receiving ESP packet (before decrypt):
   1206fe7a 6fa1d047 6e42ae2e 44d642fb f331a373 38a773d6 a1f7437a 04e85d61
   dfa7b5f3 1f52c34e e84d7933 6bb761b7 269e1220 4903605c 1c10a780 507b7fae
   42d64d0e 23ef49a7 7d63d397 ad3988e8 03ff1422 5a2d74f9 124ca9ea 12e906dd
   receiving ESP packet (after decrypt):
   45000054 88bb0000 3e01cbd9 8d1360d7 8d13ad16 0000b1c7 86260025 7246b049
   ac590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88bb0000 3e01cbd9 8d1360d7 8d13ad16 0000b1c7 86260025 7246b049
   ac590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 8 of 28800 seconds used, 0|0 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800c4c4 86260026 7346b049
   905b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: ecfcc62f 67d263f3 bdd83cf2 181f8a78
   sending ESP packet (before crypt):
   45009800 71df0000 40320ff8 81cec468 8d1307fd 25c1cdb0 00000010 ecfcc62f
   67d263f3 bdd83cf2 181f8a78 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800c4c4 86260026 7346b049 905b0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71df0000 40320ff8 81cec468 8d1307fd 25c1cdb0 00000010 ecfcc62f
   67d263f3 bdd83cf2 181f8a78 ee9f6e6a 14cbb19e 3f70d151 a45c694f f3e2f4f4
   ecb7788b 1569b85f c4d05aab 4f330c5e 5e5c5b8b 8d02d4c9 4759ae97 b36a0c4b
   fbf5c4fa 6470c447 b3620490 06f0f0cb ed498072 e9716509 56aad108 290e2c18
   1fd3e56d bf71674a 3c219705
   sending ESP packet (after ah):
   45009800 71df0000 40320ff8 81cec468 8d1307fd 25c1cdb0 00000010 ecfcc62f
   67d263f3 bdd83cf2 181f8a78 ee9f6e6a 14cbb19e 3f70d151 a45c694f f3e2f4f4
   ecb7788b 1569b85f c4d05aab 4f330c5e 5e5c5b8b 8d02d4c9 4759ae97 b36a0c4b
   fbf5c4fa 6470c447 b3620490 06f0f0cb ed498072 e9716509 56aad108 290e2c18
   1fd3e56d bf71674a 3c219705 77aff7d6 ee6d0dc5 0db28b62
   lifetime status: 9 of 28800 seconds used, 0|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   9413d51b 71672c0e e3a4ce13 97340232 860e54e3 cc48341f c1e7f0d9 b5d53ba1
   f2a53fac 11dea047 861d9220 b593ecaf 1510e9e0 cfa09746 9d5c9304 97904d3e
   bf1c0f3a 67023764 ac05b4f2 bb8be260 5fad0b0a 6b559e37 42101f6a 446e4786
   receiving ESP packet (after decrypt):
   45000054 88bc0000 3e01cbd8 8d1360d7 8d13ad16 0000ccc4 86260026 7346b049
   905b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88bc0000 3e01cbd8 8d1360d7 8d13ad16 0000ccc4 86260026 7346b049
   905b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 9 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080023c4 86260027 7446b049
   305b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 3b95c38b 590d594b 82687d64 8a9d9f4c
   sending ESP packet (before crypt):
   45009800 71e00000 403285ad 81cec468 8d1307fd 25c1cdb0 00000011 3b95c38b
   590d594b 82687d64 8a9d9f4c 45000054 00004000 40011295 8d13ad16 8d1360d7
   080023c4 86260027 7446b049 305b0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e00000 403285ad 81cec468 8d1307fd 25c1cdb0 00000011 3b95c38b
   590d594b 82687d64 8a9d9f4c 267cf60e 9f7e8637 6c640a3c 509f0a46 f0987d15
   f75195c0 94e21187 56cf9c79 0bde8a95 e0a9246c 8b547347 53c3a592 e230aeba
   a61190dd 21e3d7b0 b905d48c daec51b6 050b7929 054cac57 da7cc7da de277df8
   013b855a 549979a7 89a8d6e2
   sending ESP packet (after ah):
   45009800 71e00000 403285ad 81cec468 8d1307fd 25c1cdb0 00000011 3b95c38b
   590d594b 82687d64 8a9d9f4c 267cf60e 9f7e8637 6c640a3c 509f0a46 f0987d15
   f75195c0 94e21187 56cf9c79 0bde8a95 e0a9246c 8b547347 53c3a592 e230aeba
   a61190dd 21e3d7b0 b905d48c daec51b6 050b7929 054cac57 da7cc7da de277df8
   013b855a 549979a7 89a8d6e2 17e094f1 e05f13c2 63b3bc63
   lifetime status: 10 of 28800 seconds used, 0|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   a0960207 64a32690 abbade2a 4db7d3a6 f58f4e13 5d28d13d 1173c6c8 2d901897
   70beeef0 b80bd8ff f449eb00 eb2bf066 7d671553 204fa799 fa2fd3c5 ac30b1a6
   6688c52d b7c2fb07 8d058e27 6d755c51 572e90c4 788ee51d b30f1a77 34b43ad6
   receiving ESP packet (after decrypt):
   45000054 88bd0000 3e01cbd7 8d1360d7 8d13ad16 00002bc4 86260027 7446b049
   305b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88bd0000 3e01cbd7 8d1360d7 8d13ad16 00002bc4 86260027 7446b049
   305b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 10 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08005bc3 86260028 7546b049
   f75a0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 3111271e 8d36c2ce a2045da2 4cceb3e4
   sending ESP packet (before crypt):
   45009800 71e10000 40320ff7 81cec468 8d1307fd 25c1cdb0 00000012 3111271e
   8d36c2ce a2045da2 4cceb3e4 45000054 00004000 40011295 8d13ad16 8d1360d7
   08005bc3 86260028 7546b049 f75a0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e10000 40320ff7 81cec468 8d1307fd 25c1cdb0 00000012 3111271e
   8d36c2ce a2045da2 4cceb3e4 c8f8c2c7 8f7605d0 68892d60 bbeb3869 2ce19413
   e2a03b8f fd53df99 d0af425b f8e9ed33 bb4dd870 09310160 947f637f 0da5cdb0
   5332679b e844bfaf 61d6ef93 6ed42850 a601e7f5 004c3e08 bfe18171 c1055651
   5b86235a 153021e5 1d81c0f8
   sending ESP packet (after ah):
   45009800 71e10000 40320ff7 81cec468 8d1307fd 25c1cdb0 00000012 3111271e
   8d36c2ce a2045da2 4cceb3e4 c8f8c2c7 8f7605d0 68892d60 bbeb3869 2ce19413
   e2a03b8f fd53df99 d0af425b f8e9ed33 bb4dd870 09310160 947f637f 0da5cdb0
   5332679b e844bfaf 61d6ef93 6ed42850 a601e7f5 004c3e08 bfe18171 c1055651
   5b86235a 153021e5 1d81c0f8 1a96619f 45596943 7694ad94
   lifetime status: 11 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000028 00004000 4006ec05 81cec468 4f55b93e c8a1c3f4 00000000 82512f18
   50140000 23060000
   sending packet: len = 84, padding = 6
   iv: 2f45a8bc 64624f44 89dc7dd5 3769273a
   sending ESP packet (before crypt):
   45009800 71e20000 403285ac 81cec468 8d1307fd 25c1cdb0 00000013 2f45a8bc
   64624f44 89dc7dd5 3769273a 45000028 00004000 4006ec05 81cec468 4f55b93e
   c8a1c3f4 00000000 82512f18 50140000 23060000 01020304 05060604
   sending ESP packet (after crypt):
   45009800 71e20000 403285ac 81cec468 8d1307fd 25c1cdb0 00000013 2f45a8bc
   64624f44 89dc7dd5 3769273a c2f87bdf f23fa7df d022d2a2 f0403eca 670eea00
   04469bcc 95dac714 2e253c86 36907c9f b5331b4c 892e2d02 87cb8599
   sending ESP packet (after ah):
   45009800 71e20000 403285ac 81cec468 8d1307fd 25c1cdb0 00000013 2f45a8bc
   64624f44 89dc7dd5 3769273a c2f87bdf f23fa7df d022d2a2 f0403eca 670eea00
   04469bcc 95dac714 2e253c86 36907c9f b5331b4c 892e2d02 87cb8599 7fe0af2e
   0fe5b43d 81785f19
   lifetime status: 11 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800afc3 86260029 7646b049
   a2590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: dd6a9d4d 223c395c e87aa542 255015a1
   sending ESP packet (before crypt):
   45006800 71e30000 40320ff6 81cec468 8d1307fd 25c1cdb0 00000014 dd6a9d4d
   223c395c e87aa542 255015a1 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800afc3 86260029 7646b049 a2590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45006800 71e30000 40320ff6 81cec468 8d1307fd 25c1cdb0 00000014 dd6a9d4d
   223c395c e87aa542 255015a1 6d4907eb a8291d31 1715d76b c1bbe28a d6d3ffa7
   7334d5d7 488d1236 e71324b1 f61eb329 18243c13 91cf0998 adbc90c1 55aa0c4a
   1b846544 37e55147 d15b2483 26eb8b5a 82782fef f1353b3f 4cbd80ee 665e1228
   236eec76 1dad8aaf 9c56f00f
   sending ESP packet (after ah):
   45006800 71e30000 40320ff6 81cec468 8d1307fd 25c1cdb0 00000014 dd6a9d4d
   223c395c e87aa542 255015a1 6d4907eb a8291d31 1715d76b c1bbe28a d6d3ffa7
   7334d5d7 488d1236 e71324b1 f61eb329 18243c13 91cf0998 adbc90c1 55aa0c4a
   1b846544 37e55147 d15b2483 26eb8b5a 82782fef f1353b3f 4cbd80ee 665e1228
   236eec76 1dad8aaf 9c56f00f 8cacf51e cc9d02d1 f29ac088
   lifetime status: 12 of 28800 seconds used, 0|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   5ad50997 314b3b1e 643fed0b 10a01ad1 fe3c178f 3316ce72 c6fab94e 48f5b33e
   8c05665d 31f68f64 36c779bf ef029b73 ec8eb8e7 0a7ea19b 4a9cb4d0 0ad15f3c
   b10e8f45 0c27d406 61bb5ea8 18336f73 25dda56e 8bbdbba1 2e78a276 1f0c434b
   receiving ESP packet (after decrypt):
   45000054 88be0000 3e01cbd6 8d1360d7 8d13ad16 0000b7c3 86260029 7646b049
   a2590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88be0000 3e01cbd6 8d1360d7 8d13ad16 0000b7c3 86260029 7646b049
   a2590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 12 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080039c4 8626002a 7746b049
   17580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: bb2f230b 0fd9d7be 55a86b95 f4608bc5
   sending ESP packet (before crypt):
   45009800 71e40000 4032b5ab 81cec468 8d1307fd 25c1cdb0 00000015 bb2f230b
   0fd9d7be 55a86b95 f4608bc5 45000054 00004000 40011295 8d13ad16 8d1360d7
   080039c4 8626002a 7746b049 17580e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e40000 4032b5ab 81cec468 8d1307fd 25c1cdb0 00000015 bb2f230b
   0fd9d7be 55a86b95 f4608bc5 c92d2a19 62a97de7 3514355f c914f987 3801b6f1
   f12c7c65 d4a595c9 741610de b23fac53 c5218168 e9c76d9a 605154a0 ceb5dd58
   c3b01b94 1bfd28fa df6d90be c1e77536 b9f7065c a917da8e 18462b36 5fbfc680
   7179e48a 9abbbcf6 ecf68c69
   sending ESP packet (after ah):
   45009800 71e40000 4032b5ab 81cec468 8d1307fd 25c1cdb0 00000015 bb2f230b
   0fd9d7be 55a86b95 f4608bc5 c92d2a19 62a97de7 3514355f c914f987 3801b6f1
   f12c7c65 d4a595c9 741610de b23fac53 c5218168 e9c76d9a 605154a0 ceb5dd58
   c3b01b94 1bfd28fa df6d90be c1e77536 b9f7065c a917da8e 18462b36 5fbfc680
   7179e48a 9abbbcf6 ecf68c69 44034701 93933186 1c6a4b0b
   lifetime status: 13 of 28800 seconds used, 0|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   d9826bc8 3548ad21 fc299b6e f9a4f011 85173103 00921d71 d4623cec 824a81a0
   b8a67cdc 177f428e 1a67a544 a3e6e356 f777415a 6bcbe93d 8164a3cb 9e54b6bb
   ad98b1d0 4342bee9 78cb7f28 99f1c8c0 31585468 b56845b8 b0c05a42 e1721475
   receiving ESP packet (after decrypt):
   45000054 88bf0000 3e01cbd5 8d1360d7 8d13ad16 000041c4 8626002a 7746b049
   17580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88bf0000 3e01cbd5 8d1360d7 8d13ad16 000041c4 8626002a 7746b049
   17580e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 13 of 28800 seconds used, 0|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080037c2 8626002b 7846b049
   18590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 4cbb4ec5 248f8b1c 7a9a528e e8d54798
   sending ESP packet (before crypt):
   45009800 71e50000 4032dff4 81cec468 8d1307fd 25c1cdb0 00000016 4cbb4ec5
   248f8b1c 7a9a528e e8d54798 45000054 00004000 40011295 8d13ad16 8d1360d7
   080037c2 8626002b 7846b049 18590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e50000 4032dff4 81cec468 8d1307fd 25c1cdb0 00000016 4cbb4ec5
   248f8b1c 7a9a528e e8d54798 99925cf8 e6d84d8e 6514d5ca 0beb87da 95c683ad
   3bb27710 cfd11e5d 4e1033a2 fc3be5d2 d4f87891 afe29b26 fc32efa9 4f5310ee
   22184751 bdcd8ea7 f68bb514 8dcc7c8e 9adbc623 7f2cf304 06b2e5b9 4304f860
   62e15cc1 e1b393fc 6f38e229
   sending ESP packet (after ah):
   45009800 71e50000 4032dff4 81cec468 8d1307fd 25c1cdb0 00000016 4cbb4ec5
   248f8b1c 7a9a528e e8d54798 99925cf8 e6d84d8e 6514d5ca 0beb87da 95c683ad
   3bb27710 cfd11e5d 4e1033a2 fc3be5d2 d4f87891 afe29b26 fc32efa9 4f5310ee
   22184751 bdcd8ea7 f68bb514 8dcc7c8e 9adbc623 7f2cf304 06b2e5b9 4304f860
   62e15cc1 e1b393fc 6f38e229 1056e6d5 e62e21d5 817a999f
   lifetime status: 14 of 28800 seconds used, 0|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   3742fc32 3cbf3ba1 d191d6ab 7a96609a 638b9f5d d8645640 634ba7b4 a3978bb6
   0164c969 c00c21e5 ef83811a e47a5106 d975cd85 b36b4acf a23859c9 bab0443e
   ca1aeb9e 1e7f0610 1fe270e0 46c5ec08 37a3963e 5e73ad98 a7077a4f 1de8c5b9
   receiving ESP packet (after decrypt):
   45000054 88c00000 3e01cbd4 8d1360d7 8d13ad16 00003fc2 8626002b 7846b049
   18590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c00000 3e01cbd4 8d1360d7 8d13ad16 00003fc2 8626002b 7846b049
   18590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 14 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800d7c0 8626002c 7946b049
   77590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: bf78c271 24595c8e f0e6ab59 1e337944
   sending ESP packet (before crypt):
   45009800 71e60000 4032b5aa 81cec468 8d1307fd 25c1cdb0 00000017 bf78c271
   24595c8e f0e6ab59 1e337944 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800d7c0 8626002c 7946b049 77590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e60000 4032b5aa 81cec468 8d1307fd 25c1cdb0 00000017 bf78c271
   24595c8e f0e6ab59 1e337944 fca63ba2 cd15bc53 a9cfad6a 179ab7bd 1c30b18c
   207089f6 4b14c7c1 28f0ea8f 9331cfa5 adb4ee94 0209b2a6 20e336eb 30da1534
   c29e0426 3e71636b bd0dc875 3349d4ed 4982cb44 0cf43a8c 46095f5f 8a95b493
   e4c557b0 e121f87a 2954ee4b
   sending ESP packet (after ah):
   45009800 71e60000 4032b5aa 81cec468 8d1307fd 25c1cdb0 00000017 bf78c271
   24595c8e f0e6ab59 1e337944 fca63ba2 cd15bc53 a9cfad6a 179ab7bd 1c30b18c
   207089f6 4b14c7c1 28f0ea8f 9331cfa5 adb4ee94 0209b2a6 20e336eb 30da1534
   c29e0426 3e71636b bd0dc875 3349d4ed 4982cb44 0cf43a8c 46095f5f 8a95b493
   e4c557b0 e121f87a 2954ee4b 6d7770f4 605134ce eac7d816
   lifetime status: 15 of 28800 seconds used, 1|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   f0de3551 a0bfa5a9 1396e0c1 85c3d705 37728e0e 42bc7ebe 986b757c 0981cffa
   156da922 cd64209f 9b21b6df 806a44a5 cea94f26 518da939 99530d1c ea3d3d31
   7f4902c1 f0ef4573 5534b3bf 11db2958 ec01f39a 7e0812f0 31caad71 74039e29
   receiving ESP packet (after decrypt):
   45000054 88c10000 3e01cbd3 8d1360d7 8d13ad16 0000dfc0 8626002c 7946b049
   77590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c10000 3e01cbd3 8d1360d7 8d13ad16 0000dfc0 8626002c 7946b049
   77590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 15 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080031be 8626002d 7a46b049
   1c5b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 58b3b112 74f37b62 601252b7 b541e9bd
   sending ESP packet (before crypt):
   45009800 71e70000 4032dff3 81cec468 8d1307fd 25c1cdb0 00000018 58b3b112
   74f37b62 601252b7 b541e9bd 45000054 00004000 40011295 8d13ad16 8d1360d7
   080031be 8626002d 7a46b049 1c5b0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e70000 4032dff3 81cec468 8d1307fd 25c1cdb0 00000018 58b3b112
   74f37b62 601252b7 b541e9bd 2103da74 304cfaa5 07b519c2 9e4e84fa ed6490c4
   7d8ba3e0 a2d70381 a23446f7 8d2709f4 9b9c5094 333621e9 1b1f0310 e85f0a5c
   040f33eb 550d7fc4 c6f83288 cc7cd18a c218a37e 73af6808 67d2c20d afd6377c
   4b6db430 1eea3525 4c453e43
   sending ESP packet (after ah):
   45009800 71e70000 4032dff3 81cec468 8d1307fd 25c1cdb0 00000018 58b3b112
   74f37b62 601252b7 b541e9bd 2103da74 304cfaa5 07b519c2 9e4e84fa ed6490c4
   7d8ba3e0 a2d70381 a23446f7 8d2709f4 9b9c5094 333621e9 1b1f0310 e85f0a5c
   040f33eb 550d7fc4 c6f83288 cc7cd18a c218a37e 73af6808 67d2c20d afd6377c
   4b6db430 1eea3525 4c453e43 c4bacd98 6b018df9 d0cff351
   lifetime status: 16 of 28800 seconds used, 1|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   b01ea90d 02b248e6 529a4038 93d20591 5e726516 5f4ba314 7bb086b5 a2c36987
   be69598b 253e4c42 441da02e da19d2a6 3298aabf 72d889be c3dd678c a45bad1f
   cbe5d669 5fedb74c 93b818a3 78e43901 8f658aa0 1221eeda 2dfd3ceb 12f4de5d
   receiving ESP packet (after decrypt):
   45000054 88c20000 3e01cbd2 8d1360d7 8d13ad16 000039be 8626002d 7a46b049
   1c5b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c20000 3e01cbd2 8d1360d7 8d13ad16 000039be 8626002d 7a46b049
   1c5b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 16 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080096be 8626002e 7b46b049
   b6590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: dd4802e3 ec06e7cf b11b5076 375a887e
   sending ESP packet (before crypt):
   45009800 71e80000 4032b5a9 81cec468 8d1307fd 25c1cdb0 00000019 dd4802e3
   ec06e7cf b11b5076 375a887e 45000054 00004000 40011295 8d13ad16 8d1360d7
   080096be 8626002e 7b46b049 b6590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e80000 4032b5a9 81cec468 8d1307fd 25c1cdb0 00000019 dd4802e3
   ec06e7cf b11b5076 375a887e 7289838d e2063b37 eae386ee ba2e0b1b 229e3a74
   8e726895 439b2460 24efc262 c0feacb6 8e126127 f059e5c8 dd9d9bc6 e4aebc8c
   3e90cccb b5ff1360 e3176445 74bd4d49 0c6425dd f44ef0a5 e9a0146e 081d7387
   189d34d8 74641e70 2335b57a
   sending ESP packet (after ah):
   45009800 71e80000 4032b5a9 81cec468 8d1307fd 25c1cdb0 00000019 dd4802e3
   ec06e7cf b11b5076 375a887e 7289838d e2063b37 eae386ee ba2e0b1b 229e3a74
   8e726895 439b2460 24efc262 c0feacb6 8e126127 f059e5c8 dd9d9bc6 e4aebc8c
   3e90cccb b5ff1360 e3176445 74bd4d49 0c6425dd f44ef0a5 e9a0146e 081d7387
   189d34d8 74641e70 2335b57a 8dd0613f 3402ce97 e553e1b6
   lifetime status: 17 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a8bd 8626002f 7c46b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 27b5a787 f89c581f 55eb4c74 aef24ee0
   sending ESP packet (before crypt):
   45009800 71e90000 4032dff2 81cec468 8d1307fd 25c1cdb0 0000001a 27b5a787
   f89c581f 55eb4c74 aef24ee0 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a8bd 8626002f 7c46b049 a3590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71e90000 4032dff2 81cec468 8d1307fd 25c1cdb0 0000001a 27b5a787
   f89c581f 55eb4c74 aef24ee0 0677aa13 4c75b60b 206e4063 73d09916 121e5caf
   de2ca983 29094a3a 77bec373 e93300dd 56723c53 eb05e296 7d598aed b526aca7
   f3c918e8 86be9f5b 656d3f35 d4e81365 1ac5c4c7 38612d3e a96fede4 4f082957
   d8149ab2 0d63147d d2d1ef79
   sending ESP packet (after ah):
   45009800 71e90000 4032dff2 81cec468 8d1307fd 25c1cdb0 0000001a 27b5a787
   f89c581f 55eb4c74 aef24ee0 0677aa13 4c75b60b 206e4063 73d09916 121e5caf
   de2ca983 29094a3a 77bec373 e93300dd 56723c53 eb05e296 7d598aed b526aca7
   f3c918e8 86be9f5b 656d3f35 d4e81365 1ac5c4c7 38612d3e a96fede4 4f082957
   d8149ab2 0d63147d d2d1ef79 8e837dce 21e2495f 781c6524
   lifetime status: 18 of 28800 seconds used, 1|1 of 0 kbytes used
   receiving ESP packet (before decrypt):
   31a795af 96130fd3 8ac33bf6 cff893c8 c8be9993 683beb3f c8f338cb 20b91ad5
   d18b60f5 44229b61 8251abb4 bb10977f d00d34da fb6e656e fffc77c9 49b4148c
   cfd18eff c2101cbf 81a60461 25da3be9 28c55e69 e197bc3e 2d4383b9 66d6fb31
   receiving ESP packet (after decrypt):
   45000054 88c30000 3e01cbd1 8d1360d7 8d13ad16 0000b0bd 8626002f 7c46b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c30000 3e01cbd1 8d1360d7 8d13ad16 0000b0bd 8626002f 7c46b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 18 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08008fbb 86260030 7d46b049
   bb5a0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 42bc5e98 ddbbf421 b1064518 adc14b40
   sending ESP packet (before crypt):
   45009800 71ea0000 4032b5a8 81cec468 8d1307fd 25c1cdb0 0000001b 42bc5e98
   ddbbf421 b1064518 adc14b40 45000054 00004000 40011295 8d13ad16 8d1360d7
   08008fbb 86260030 7d46b049 bb5a0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71ea0000 4032b5a8 81cec468 8d1307fd 25c1cdb0 0000001b 42bc5e98
   ddbbf421 b1064518 adc14b40 9355392c 2e213713 dea4f7c2 99a1b907 4c3bdcfd
   5e0f1b59 c8091203 8e05228e d54bcb5c d94ce96f cc97e0a3 d7a7649a 9b347aa7
   4f72e22a e6e6e8bf b0f827b4 42545f01 dfe0428a 89655858 61908ee4 52089eef
   34c66896 081de69f 09a2982c
   sending ESP packet (after ah):
   45009800 71ea0000 4032b5a8 81cec468 8d1307fd 25c1cdb0 0000001b 42bc5e98
   ddbbf421 b1064518 adc14b40 9355392c 2e213713 dea4f7c2 99a1b907 4c3bdcfd
   5e0f1b59 c8091203 8e05228e d54bcb5c d94ce96f cc97e0a3 d7a7649a 9b347aa7
   4f72e22a e6e6e8bf b0f827b4 42545f01 dfe0428a 89655858 61908ee4 52089eef
   34c66896 081de69f 09a2982c f5c24760 0deea4e9 80ffed3f
   lifetime status: 19 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a9bb 86260031 7e46b049
   a0590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 81c9da78 5654cb11 9a99619a b6891a40
   sending ESP packet (before crypt):
   45009800 71eb0000 4032dff1 81cec468 8d1307fd 25c1cdb0 0000001c 81c9da78
   5654cb11 9a99619a b6891a40 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a9bb 86260031 7e46b049 a0590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71eb0000 4032dff1 81cec468 8d1307fd 25c1cdb0 0000001c 81c9da78
   5654cb11 9a99619a b6891a40 4dafb4e2 4eecf39f 74befdc9 28e03586 51593ac8
   9e867cac 07f53839 db00aae5 06db53fb f576fc83 076d6617 1e0cd7ca 5445e2c3
   c2f9ca87 70fa60e4 def963b3 b26e2000 421814b7 0aa698ad 2689a3fa 9c3cb794
   37af9249 f988edb9 b9dbb1d6
   sending ESP packet (after ah):
   45009800 71eb0000 4032dff1 81cec468 8d1307fd 25c1cdb0 0000001c 81c9da78
   5654cb11 9a99619a b6891a40 4dafb4e2 4eecf39f 74befdc9 28e03586 51593ac8
   9e867cac 07f53839 db00aae5 06db53fb f576fc83 076d6617 1e0cd7ca 5445e2c3
   c2f9ca87 70fa60e4 def963b3 b26e2000 421814b7 0aa698ad 2689a3fa 9c3cb794
   37af9249 f988edb9 b9dbb1d6 31ce05d2 157cd5ff 8ce4a285
   lifetime status: 20 of 28800 seconds used, 1|1 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a5ba 86260032 7f46b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 1800aa07 5de2ee80 5f6f9890 880b0fc2
   sending ESP packet (before crypt):
   45009800 71ec0000 4032b5a7 81cec468 8d1307fd 25c1cdb0 0000001d 1800aa07
   5de2ee80 5f6f9890 880b0fc2 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a5ba 86260032 7f46b049 a3590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71ec0000 4032b5a7 81cec468 8d1307fd 25c1cdb0 0000001d 1800aa07
   5de2ee80 5f6f9890 880b0fc2 adb6d6d2 017fd021 8915cbe1 33ed29e6 370f781b
   9ac4a72a aa2df30d 37270207 6b4342ce 157afb42 252ff23d 2aea679c 9cb46810
   a7b92ad1 98ae50af df46acd4 2071b250 6f3e9c96 471442fd f2784732 2bce78d4
   35235cba 437fa713 d042eb6b
   sending ESP packet (after ah):
   45009800 71ec0000 4032b5a7 81cec468 8d1307fd 25c1cdb0 0000001d 1800aa07
   5de2ee80 5f6f9890 880b0fc2 adb6d6d2 017fd021 8915cbe1 33ed29e6 370f781b
   9ac4a72a aa2df30d 37270207 6b4342ce 157afb42 252ff23d 2aea679c 9cb46810
   a7b92ad1 98ae50af df46acd4 2071b250 6f3e9c96 471442fd f2784732 2bce78d4
   35235cba 437fa713 d042eb6b ffb01333 0aa4d5f6 bb682e4d
   lifetime status: 21 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800a4b9 86260033 8046b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 7a47b7f2 17265c05 56f90cd9 732bd903
   sending ESP packet (before crypt):
   45009800 71ed0000 4032dff0 81cec468 8d1307fd 25c1cdb0 0000001e 7a47b7f2
   17265c05 56f90cd9 732bd903 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800a4b9 86260033 8046b049 a3590e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71ed0000 4032dff0 81cec468 8d1307fd 25c1cdb0 0000001e 7a47b7f2
   17265c05 56f90cd9 732bd903 dfab0aab 6c272817 031531a3 fd21b237 bf2caefd
   c8b90764 361ce414 d32f6025 41ce3103 3925c49c 2b04288b 4eaab004 0dd62124
   34ea2e24 723889cf 701be89d 3b48278d a053d454 d0385826 45cde141 a2da5592
   13b7eb84 fb99177e 166b39f5
   sending ESP packet (after ah):
   45009800 71ed0000 4032dff0 81cec468 8d1307fd 25c1cdb0 0000001e 7a47b7f2
   17265c05 56f90cd9 732bd903 dfab0aab 6c272817 031531a3 fd21b237 bf2caefd
   c8b90764 361ce414 d32f6025 41ce3103 3925c49c 2b04288b 4eaab004 0dd62124
   34ea2e24 723889cf 701be89d 3b48278d a053d454 d0385826 45cde141 a2da5592
   13b7eb84 fb99177e 166b39f5 7fc01d8e 1b7399c0 5cec1837
   lifetime status: 22 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45c000aa fe1a0000 40018b05 81cec468 541a5622 0303edfb 00000000 4500008e
   7b1e0000 6e11e0cd 541a5622 81cec468 d6d88f5b 007a6344 660302ff dc7f7395
   5dab6bd5 8e11af61 6baba3fa 9da41816 737b7c37 ad56c0dd 96b06191 0418ca1f
   9aaa3aa7 77fd431b d36b5645 00ca625e c3a981ae d553d462 69b77b4a d6019b20
   83a18a6d 0ccbdfe4 651f5062 59a0ccdf 2af84704 cac16bec 7c7c685e 6dbf6c4b
   dd3a8eaa 1e2bedf1 8275
   sending packet: len = 214, padding = 4
   iv: f36b9923 bb0b2fc8 3ad7db1b d54a5ecb
   sending ESP packet (before crypt):
   45009800 71ee0000 4032b5a6 81cec468 8d1307fd 25c1cdb0 0000001f f36b9923
   bb0b2fc8 3ad7db1b d54a5ecb 45c000aa fe1a0000 40018b05 81cec468 541a5622
   0303edfb 00000000 4500008e 7b1e0000 6e11e0cd 541a5622 81cec468 d6d88f5b
   007a6344 660302ff dc7f7395 5dab6bd5 8e11af61 6baba3fa 9da41816 737b7c37
   ad56c0dd 96b06191 0418ca1f 9aaa3aa7 77fd431b d36b5645 00ca625e c3a981ae
   d553d462 69b77b4a d6019b20 83a18a6d 0ccbdfe4 651f5062 59a0ccdf 2af84704
   cac16bec 7c7c685e 6dbf6c4b dd3a8eaa 1e2bedf1 82750102 03040404
   sending ESP packet (after crypt):
   45009800 71ee0000 4032b5a6 81cec468 8d1307fd 25c1cdb0 0000001f f36b9923
   bb0b2fc8 3ad7db1b d54a5ecb 305152ec 527470c1 0deef3d3 1e0783e2 8d961fb1
   f28307c9 5f40d89b 6b5f35a7 58f73442 e40e56e4 8192fa4b 14115976 6cc21fd2
   bde69c20 04922e9d bd7e0e7d f7c80718 bb9de3d8 daa2913c 5a9945ba a32f2488
   cb5bd63f cbd4878e ef2c58f5 2e2e2646 7d794439 1ae14b53 68fe9864 4ca56479
   8e36d21f 2e916302 3b950879 8d361e75 48dd04ac 330bfec5 9da7f390 c71057cd
   c7830c25 6382080f d203bddc 95c6f34e 29ced14e d8245a9a 2e6a716c
   sending ESP packet (after ah):
   45009800 71ee0000 4032b5a6 81cec468 8d1307fd 25c1cdb0 0000001f f36b9923
   bb0b2fc8 3ad7db1b d54a5ecb 305152ec 527470c1 0deef3d3 1e0783e2 8d961fb1
   f28307c9 5f40d89b 6b5f35a7 58f73442 e40e56e4 8192fa4b 14115976 6cc21fd2
   bde69c20 04922e9d bd7e0e7d f7c80718 bb9de3d8 daa2913c 5a9945ba a32f2488
   cb5bd63f cbd4878e ef2c58f5 2e2e2646 7d794439 1ae14b53 68fe9864 4ca56479
   8e36d21f 2e916302 3b950879 8d361e75 48dd04ac 330bfec5 9da7f390 c71057cd
   c7830c25 6382080f d203bddc 95c6f34e 29ced14e d8245a9a 2e6a716c 849ced36
   36141cf9 7748ee1a
   lifetime status: 22 of 28800 seconds used, 1|2 of 0 kbytes used
   receiving ESP packet (before decrypt):
   1209d1e6 c919fc0f ecb37ec9 41c6c757 6647034e a0e4bd54 8c7e332e ad9bbd45
   4832dd98 9d53b9de a8651577 64c3aa91 2a41dc88 9af035ba bc303bae 863f7432
   de38b7ce df5cfd09 9528b7d7 7138fafd 7fd1df2e 72eb2fce cfc352c4 a7b5ee2c
   receiving ESP packet (after decrypt):
   45000054 88c50000 3e01cbcf 8d1360d7 8d13ad16 0000acb9 86260033 8046b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c50000 3e01cbcf 8d1360d7 8d13ad16 0000acb9 86260033 8046b049
   a3590e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 22 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080099b5 86260034 8146b049
   ad5c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: b0a11efe 51d642be 10abb50f b3834094
   sending ESP packet (before crypt):
   45c0e800 71ef0000 4032dfef 81cec468 8d1307fd 25c1cdb0 00000020 b0a11efe
   51d642be 10abb50f b3834094 45000054 00004000 40011295 8d13ad16 8d1360d7
   080099b5 86260034 8146b049 ad5c0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45c0e800 71ef0000 4032dfef 81cec468 8d1307fd 25c1cdb0 00000020 b0a11efe
   51d642be 10abb50f b3834094 155fe272 99f15db1 2ea4309d 571ad36f 7d91e9b1
   a0782f91 a44d047c 6d32019c 67380b6d 3326e5e6 4afd70f0 f2f8a6aa 6f6b75cd
   cd62e6ec b4fc8f3e 8858fe95 263844d4 2b3de24d bbd5d932 543e1444 be51c8a2
   dd5eeafe 95e227c4 544ec66d
   sending ESP packet (after ah):
   45c0e800 71ef0000 4032dfef 81cec468 8d1307fd 25c1cdb0 00000020 b0a11efe
   51d642be 10abb50f b3834094 155fe272 99f15db1 2ea4309d 571ad36f 7d91e9b1
   a0782f91 a44d047c 6d32019c 67380b6d 3326e5e6 4afd70f0 f2f8a6aa 6f6b75cd
   cd62e6ec b4fc8f3e 8858fe95 263844d4 2b3de24d bbd5d932 543e1444 be51c8a2
   dd5eeafe 95e227c4 544ec66d 202dbb6a d3030676 78e4c683
   lifetime status: 23 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45c000aa fe1b0000 40018b04 81cec468 541a5622 0303edfb 00000000 4500008e
   7b240000 6e11e0c7 541a5622 81cec468 d6d88f5b 007ab5d8 660302bf 4fbf2f95
   5dab6b25 c972977b d8116c84 58936f26 58990637 99ed16fb fd64d9f0 a8730a92
   6cbeae62 d2a9c765 34ef4a84 27c4dba7 a6247d3e 6cf0ffc6 8b200af8 e6a7a214
   b5e00617 9c2739e4 841940d0 945437cc d144c5ae 790afefd 436c0b17 7457cdbb
   442308db 55d08597 6838
   sending packet: len = 214, padding = 4
   iv: 0ba8e565 a92c6624 7c3a520b 6dfb4971
   sending ESP packet (before crypt):
   45009800 71f00000 403264e5 81cec468 8d1307fd 25c1cdb0 00000021 0ba8e565
   a92c6624 7c3a520b 6dfb4971 45c000aa fe1b0000 40018b04 81cec468 541a5622
   0303edfb 00000000 4500008e 7b240000 6e11e0c7 541a5622 81cec468 d6d88f5b
   007ab5d8 660302bf 4fbf2f95 5dab6b25 c972977b d8116c84 58936f26 58990637
   99ed16fb fd64d9f0 a8730a92 6cbeae62 d2a9c765 34ef4a84 27c4dba7 a6247d3e
   6cf0ffc6 8b200af8 e6a7a214 b5e00617 9c2739e4 841940d0 945437cc d144c5ae
   790afefd 436c0b17 7457cdbb 442308db 55d08597 68380102 03040404
   sending ESP packet (after crypt):
   45009800 71f00000 403264e5 81cec468 8d1307fd 25c1cdb0 00000021 0ba8e565
   a92c6624 7c3a520b 6dfb4971 6818f7e2 ddee11c5 f3b4801e a457f407 fa61c633
   0e5dbdd8 5e0b9d29 46650795 cbc41e34 82488d32 3a461a35 dd733677 ac9ea32b
   676b9847 355853e0 12541f6c 73765fec 40b50df6 cd8543c7 5425b376 62b3d9b0
   3316d79d 3eb71f38 c9db6c62 69b44001 e2c5f950 e1a19e3a 8274a377 4804fc2b
   07cb5bc9 0bed682f 3fbd841b 124b3ae3 13b383ca 0b3d000b 25088c99 2d403c8e
   fb8cc80d d672f3ec c725bfc8 b55ae1ea 4d894253 4c053cd6 6108bc25
   sending ESP packet (after ah):
   45009800 71f00000 403264e5 81cec468 8d1307fd 25c1cdb0 00000021 0ba8e565
   a92c6624 7c3a520b 6dfb4971 6818f7e2 ddee11c5 f3b4801e a457f407 fa61c633
   0e5dbdd8 5e0b9d29 46650795 cbc41e34 82488d32 3a461a35 dd733677 ac9ea32b
   676b9847 355853e0 12541f6c 73765fec 40b50df6 cd8543c7 5425b376 62b3d9b0
   3316d79d 3eb71f38 c9db6c62 69b44001 e2c5f950 e1a19e3a 8274a377 4804fc2b
   07cb5bc9 0bed682f 3fbd841b 124b3ae3 13b383ca 0b3d000b 25088c99 2d403c8e
   fb8cc80d d672f3ec c725bfc8 b55ae1ea 4d894253 4c053cd6 6108bc25 e77bc874
   d72c859a 93c34264
   lifetime status: 23 of 28800 seconds used, 1|2 of 0 kbytes used
   receiving ESP packet (before decrypt):
   2dcc1426 8f152842 ce696766 225bb662 d60c8a89 93f6ceda 8c1fb885 65a03d53
   5844b855 dfdfb27d 64bf4dbe 41cc978b f47ed8b1 c76fdd16 00d0be69 51b37bf0
   77e00d33 d871258c d2df3c85 df7d01ca da76623c d2e0a6cd 4192c1be 8a2c36e3
   receiving ESP packet (after decrypt):
   45000054 88c60000 3e01cbce 8d1360d7 8d13ad16 0000a1b5 86260034 8146b049
   ad5c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c60000 3e01cbce 8d1360d7 8d13ad16 0000a1b5 86260034 8146b049
   ad5c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 23 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080053b5 86260035 8246b049
   f25b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 4142c2cb 8789a3d7 92d5a8c8 b96b74aa
   sending ESP packet (before crypt):
   45c0e800 71f10000 403230af 81cec468 8d1307fd 25c1cdb0 00000022 4142c2cb
   8789a3d7 92d5a8c8 b96b74aa 45000054 00004000 40011295 8d13ad16 8d1360d7
   080053b5 86260035 8246b049 f25b0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45c0e800 71f10000 403230af 81cec468 8d1307fd 25c1cdb0 00000022 4142c2cb
   8789a3d7 92d5a8c8 b96b74aa 051c2a40 d1adc693 e7e2309e 99ebd140 38132cc7
   bd96377b f4986a9d 474963ca 57f0a1ea acb47bc7 88fee294 de491811 89e48d91
   dba14f4d 42742d16 0d2062ef a6f71152 a7ed31f3 55ecb02b 1aa2854a 96588a02
   7536b28d ee4b82c2 88ed0053
   sending ESP packet (after ah):
   45c0e800 71f10000 403230af 81cec468 8d1307fd 25c1cdb0 00000022 4142c2cb
   8789a3d7 92d5a8c8 b96b74aa 051c2a40 d1adc693 e7e2309e 99ebd140 38132cc7
   bd96377b f4986a9d 474963ca 57f0a1ea acb47bc7 88fee294 de491811 89e48d91
   dba14f4d 42742d16 0d2062ef a6f71152 a7ed31f3 55ecb02b 1aa2854a 96588a02
   7536b28d ee4b82c2 88ed0053 05b84e28 3c4613a0 f62b8180
   lifetime status: 24 of 28800 seconds used, 1|2 of 0 kbytes used
   receiving ESP packet (before decrypt):
   982f41fe 19d9f13f 92da91d4 255b4e2b ca689729 3585cb8b a04bb4ab 2cbe4cdb
   ebbdfae1 7fe2fa0f 6a0abc8b 43af000e f06494f0 7a081e06 1ffd2dd9 45892b1b
   024e9f47 eaa26a68 cc7a03f8 e167446a 9b23fcb0 e19bc64b e3cd18f8 e542794e
   receiving ESP packet (after decrypt):
   45000054 88c70000 3e01cbcd 8d1360d7 8d13ad16 00005bb5 86260035 8246b049
   f25b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c70000 3e01cbcd 8d1360d7 8d13ad16 00005bb5 86260035 8246b049
   f25b0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 24 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080012b4 86260036 8346b049
   325c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: dadac9fa deac46f9 08d57e48 36581c19
   sending ESP packet (before crypt):
   45009800 71f20000 40321424 81cec468 8d1307fd 25c1cdb0 00000023 dadac9fa
   deac46f9 08d57e48 36581c19 45000054 00004000 40011295 8d13ad16 8d1360d7
   080012b4 86260036 8346b049 325c0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71f20000 40321424 81cec468 8d1307fd 25c1cdb0 00000023 dadac9fa
   deac46f9 08d57e48 36581c19 29da6c67 01943c52 cc9b4f64 4a1df344 b20c24bd
   9ce97c2f 9b49e6bb 14453e95 e0737951 eed4f6d4 9b5d8137 579ab121 2088f579
   9c237475 4b0e062b c93e7a44 49215b8c a8e1ffab fc0af6ca 6af32f3c 5e56c49a
   726e4c5e 0f6accd5 060b3b25
   sending ESP packet (after ah):
   45009800 71f20000 40321424 81cec468 8d1307fd 25c1cdb0 00000023 dadac9fa
   deac46f9 08d57e48 36581c19 29da6c67 01943c52 cc9b4f64 4a1df344 b20c24bd
   9ce97c2f 9b49e6bb 14453e95 e0737951 eed4f6d4 9b5d8137 579ab121 2088f579
   9c237475 4b0e062b c93e7a44 49215b8c a8e1ffab fc0af6ca 6af32f3c 5e56c49a
   726e4c5e 0f6accd5 060b3b25 394214ad ddb9a0b2 0373c08d
   lifetime status: 25 of 28800 seconds used, 1|2 of 0 kbytes used
   receiving ESP packet (before decrypt):
   279517d9 920a6166 eb2efefe 2be298dc bb69f06f fcffbe4b facfa02b f503f59b
   00a24e3d 690370d1 a5324dd5 a91683d7 26baefa5 74bf2db2 db35a7b2 332ab5c3
   3990fb15 4d9028c5 1d3962ce 9be2492e 8d8c6f43 22dc7bf2 ebee71dc 4e404230
   receiving ESP packet (after decrypt):
   45000054 88c80000 3e01cbcc 8d1360d7 8d13ad16 00001ab4 86260036 8346b049
   325c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c80000 3e01cbcc 8d1360d7 8d13ad16 00001ab4 86260036 8346b049
   325c0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 25 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08003eb0 86260037 8446b049
   055f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: c6a2b8b8 61a3fbce afda5c60 23df919d
   sending ESP packet (before crypt):
   45009800 71f30000 4032816e 81cec468 8d1307fd 25c1cdb0 00000024 c6a2b8b8
   61a3fbce afda5c60 23df919d 45000054 00004000 40011295 8d13ad16 8d1360d7
   08003eb0 86260037 8446b049 055f0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71f30000 4032816e 81cec468 8d1307fd 25c1cdb0 00000024 c6a2b8b8
   61a3fbce afda5c60 23df919d fb6ec000 05519ffd 3592e587 b5579f21 9b31d26b
   196626da 82ad2847 7cacf32f b39d2181 465b65b0 1b1feecc 7d4a8296 d6c29ed1
   d9297252 73564127 a9ae14da 5d41e6ae 9cb9b201 d80a89c4 81dc6e39 6929d15f
   39148bc5 1635b161 ad184ee7
   sending ESP packet (after ah):
   45009800 71f30000 4032816e 81cec468 8d1307fd 25c1cdb0 00000024 c6a2b8b8
   61a3fbce afda5c60 23df919d fb6ec000 05519ffd 3592e587 b5579f21 9b31d26b
   196626da 82ad2847 7cacf32f b39d2181 465b65b0 1b1feecc 7d4a8296 d6c29ed1
   d9297252 73564127 a9ae14da 5d41e6ae 9cb9b201 d80a89c4 81dc6e39 6929d15f
   39148bc5 1635b161 ad184ee7 34ddad56 b9b5a2c0 fb52135f
   lifetime status: 26 of 28800 seconds used, 1|2 of 0 kbytes used
   receiving ESP packet (before decrypt):
   5751fd27 dc6f7d0d 78276cff e3ffe3c2 2cfb9117 c0d84474 3312c8c2 d1bcdeea
   814407ac 2f0fa126 dccd6955 c1e3278f a77b41a3 3126b07a 4eada830 96b076db
   cc35d075 ff8ceab2 e0cb8477 929353eb 7e8c82b8 7fc4b7a3 2c73a4fd 7ca32ff0
   receiving ESP packet (after decrypt):
   45000054 88c90000 3e01cbcb 8d1360d7 8d13ad16 000046b0 86260037 8446b049
   055f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88c90000 3e01cbcb 8d1360d7 8d13ad16 000046b0 86260037 8446b049
   055f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 26 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800f9ae 86260038 8546b049
   495f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 69257f34 c7553988 3c233765 d309ae05
   sending ESP packet (before crypt):
   45009800 71f40000 40321423 81cec468 8d1307fd 25c1cdb0 00000025 69257f34
   c7553988 3c233765 d309ae05 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800f9ae 86260038 8546b049 495f0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71f40000 40321423 81cec468 8d1307fd 25c1cdb0 00000025 69257f34
   c7553988 3c233765 d309ae05 9e46656c 9f7c1b25 ec045ef4 260b1e9b 337a2d8b
   54214dfb eceda2d2 8b9ff7b0 40517bc2 66ae0744 cb470569 1c2b8d64 e10df44c
   8956d52b becf54f6 473d30e8 392cbee3 9b51c71c 73090e7b cb6ca8a0 7af71d00
   333e4077 5dd645b3 143c275d
   sending ESP packet (after ah):
   45009800 71f40000 40321423 81cec468 8d1307fd 25c1cdb0 00000025 69257f34
   c7553988 3c233765 d309ae05 9e46656c 9f7c1b25 ec045ef4 260b1e9b 337a2d8b
   54214dfb eceda2d2 8b9ff7b0 40517bc2 66ae0744 cb470569 1c2b8d64 e10df44c
   8956d52b becf54f6 473d30e8 392cbee3 9b51c71c 73090e7b cb6ca8a0 7af71d00
   333e4077 5dd645b3 143c275d 8241f44b 10c14c6d 901fb5df
   lifetime status: 27 of 28800 seconds used, 1|2 of 0 kbytes used
   Rx pkt:
   45c000aa fe1c0000 40018b03 81cec468 541a5622 0303edfb 00000000 4500008e
   7b260000 6e11e0c5 541a5622 81cec468 d6d88f5b 007a5ea4 66030288 137c7595
   5dab6b27 b04cf988 5aa4d516 4cf4e427 50ad4e26 77bda026 7b6a1c39 afb7fabb
   77d5b6d6 5621403d 6bc03ac6 738bb23d 9b2d876f 0d5c3196 3566f1d1 8cdc5351
   2591127d 7d9547ac 4588435f 78d6b472 ecfea20d 2662a686 c3ff9790 80431566
   d855a74b f71087cc 9243
   sending packet: len = 214, padding = 4
   iv: bf7d100b 5e27dcb3 17a53205 78227a23
   sending ESP packet (before crypt):
   45009800 71f50000 4032816d 81cec468 8d1307fd 25c1cdb0 00000026 bf7d100b
   5e27dcb3 17a53205 78227a23 45c000aa fe1c0000 40018b03 81cec468 541a5622
   0303edfb 00000000 4500008e 7b260000 6e11e0c5 541a5622 81cec468 d6d88f5b
   007a5ea4 66030288 137c7595 5dab6b27 b04cf988 5aa4d516 4cf4e427 50ad4e26
   77bda026 7b6a1c39 afb7fabb 77d5b6d6 5621403d 6bc03ac6 738bb23d 9b2d876f
   0d5c3196 3566f1d1 8cdc5351 2591127d 7d9547ac 4588435f 78d6b472 ecfea20d
   2662a686 c3ff9790 80431566 d855a74b f71087cc 92430102 03040404
   sending ESP packet (after crypt):
   45009800 71f50000 4032816d 81cec468 8d1307fd 25c1cdb0 00000026 bf7d100b
   5e27dcb3 17a53205 78227a23 2718e82f 3e28bf99 7b21f06a 52423ee5 2eee44bf
   e9ab6c4e 18ca1bbf 2399a824 a6343fce 0439b630 756bbfda f7878a22 5db95d1b
   4f975e1e 24ea3aca 188fe793 8329843c 4d8cfa91 c0959de7 9ec6a25e 4b4c3201
   741e3481 f6ce7b03 1fb0be12 d797cdc3 4a4a4b5e f551bed4 6fc8267d aad93242
   bd4ef6b6 96e18fea 3c616061 8e0ee4f8 677cccb1 6d70171a 43fd9e58 cca0e38a
   54a0e53e d8159ec5 54248919 bcaaf008 d9728a5c ad273dcc 41858fb0
   sending ESP packet (after ah):
   45009800 71f50000 4032816d 81cec468 8d1307fd 25c1cdb0 00000026 bf7d100b
   5e27dcb3 17a53205 78227a23 2718e82f 3e28bf99 7b21f06a 52423ee5 2eee44bf
   e9ab6c4e 18ca1bbf 2399a824 a6343fce 0439b630 756bbfda f7878a22 5db95d1b
   4f975e1e 24ea3aca 188fe793 8329843c 4d8cfa91 c0959de7 9ec6a25e 4b4c3201
   741e3481 f6ce7b03 1fb0be12 d797cdc3 4a4a4b5e f551bed4 6fc8267d aad93242
   bd4ef6b6 96e18fea 3c616061 8e0ee4f8 677cccb1 6d70171a 43fd9e58 cca0e38a
   54a0e53e d8159ec5 54248919 bcaaf008 d9728a5c ad273dcc 41858fb0 c26daa0e
   a6a0f697 e71269a2
   lifetime status: 27 of 28800 seconds used, 1|3 of 0 kbytes used
   receiving ESP packet (before decrypt):
   dfa3a676 4762ab4d 4e60025f dfe3d7be d6b17772 4a671a32 ba772066 28a259fc
   c3007535 27b3a0f3 6e77adfa 70381c9e 25779106 6ee87d6c 35810f42 66b49f7b
   baae8fa0 91938b92 fc4c38b2 945a4af8 5311305d 9b45d21e 970a41aa 14941d9e
   receiving ESP packet (after decrypt):
   45000054 88ca0000 3e01cbca 8d1360d7 8d13ad16 000001af 86260038 8546b049
   495f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88ca0000 3e01cbca 8d1360d7 8d13ad16 000001af 86260038 8546b049
   495f0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 27 of 28800 seconds used, 1|3 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 08007fae 86260039 8646b049
   c25e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 823548a7 bc3715dd 7a883b73 6116e531
   sending ESP packet (before crypt):
   45c0e800 71f60000 40321422 81cec468 8d1307fd 25c1cdb0 00000027 823548a7
   bc3715dd 7a883b73 6116e531 45000054 00004000 40011295 8d13ad16 8d1360d7
   08007fae 86260039 8646b049 c25e0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45c0e800 71f60000 40321422 81cec468 8d1307fd 25c1cdb0 00000027 823548a7
   bc3715dd 7a883b73 6116e531 5c817bf0 bf9dfc84 b6e3fe68 0ac30df7 92740bc0
   2060653a b7b638c7 44c1e5ee ba307441 e686d10a 98d81508 35ce31e5 9c458c9f
   8d28c7e0 af3a0ac9 038b83eb 82f6f9b4 e9d79e49 1932956b cfa9f19e ade8c782
   4f459244 85129551 a06a5c9a
   sending ESP packet (after ah):
   45c0e800 71f60000 40321422 81cec468 8d1307fd 25c1cdb0 00000027 823548a7
   bc3715dd 7a883b73 6116e531 5c817bf0 bf9dfc84 b6e3fe68 0ac30df7 92740bc0
   2060653a b7b638c7 44c1e5ee ba307441 e686d10a 98d81508 35ce31e5 9c458c9f
   8d28c7e0 af3a0ac9 038b83eb 82f6f9b4 e9d79e49 1932956b cfa9f19e ade8c782
   4f459244 85129551 a06a5c9a 84bd004d 59db19c8 6698fe2d
   lifetime status: 28 of 28800 seconds used, 1|3 of 0 kbytes used
   receiving ESP packet (before decrypt):
   7f3d2d96 dbff4cac e2c5b57c 89ad1080 2f4ad217 5c1e0572 e8268ddf 9a05ad69
   506c098d ca6dea5a 76d20e3d 42c53f7f d0bf0a62 029f4b2c 94a04cce d698550e
   43a69fca a57f84f1 e644cb47 143b0723 f0bffa8e f21d1c54 2ac8d1bc ca9ad7e0
   receiving ESP packet (after decrypt):
   45000054 88cb0000 3e01cbc9 8d1360d7 8d13ad16 000087ae 86260039 8646b049
   c25e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88cb0000 3e01cbc9 8d1360d7 8d13ad16 000087ae 86260039 8646b049
   c25e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 28 of 28800 seconds used, 1|3 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800c6ad 8626003a 8746b049
   7a5e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 99172812 d69d8417 b3120959 f9d0b868
   sending ESP packet (before crypt):
   45009800 71f70000 403230ac 81cec468 8d1307fd 25c1cdb0 00000028 99172812
   d69d8417 b3120959 f9d0b868 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800c6ad 8626003a 8746b049 7a5e0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71f70000 403230ac 81cec468 8d1307fd 25c1cdb0 00000028 99172812
   d69d8417 b3120959 f9d0b868 4ecb7e90 ff6848bd cd9a96cc 651ce70c fe90f8bf
   a9bf4fab cf8da4ce 786b7714 cb1fa87a 08393790 8105075e 18074a2a b30b7847
   88c216a8 f65322d1 67df9285 32a16f1b d1706ee9 5c4270f2 44837313 e068344a
   f22e8ac8 3bbaacfc 1a9b8106
   sending ESP packet (after ah):
   45009800 71f70000 403230ac 81cec468 8d1307fd 25c1cdb0 00000028 99172812
   d69d8417 b3120959 f9d0b868 4ecb7e90 ff6848bd cd9a96cc 651ce70c fe90f8bf
   a9bf4fab cf8da4ce 786b7714 cb1fa87a 08393790 8105075e 18074a2a b30b7847
   88c216a8 f65322d1 67df9285 32a16f1b d1706ee9 5c4270f2 44837313 e068344a
   f22e8ac8 3bbaacfc 1a9b8106 16116e53 a1e6c8eb 3495962b
   lifetime status: 29 of 28800 seconds used, 1|3 of 0 kbytes used
   receiving ESP packet (before decrypt):
   cdaaaea6 f8b3b474 dc63cd2b 80009176 79069e2b 46edde33 c8fe2b44 ca77e22d
   ac6e7e19 bffe9fbe f4471177 0157784a 70edd091 7717ae8b 6917639f 5607fb03
   2c01a06e c1e3aa01 8a240898 b0ab573b 6c80ad2f 4e4d28a4 b85911d4 8d0323c5
   receiving ESP packet (after decrypt):
   45000054 88cc0000 3e01cbc8 8d1360d7 8d13ad16 0000cead 8626003a 8746b049
   7a5e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88cc0000 3e01cbc8 8d1360d7 8d13ad16 0000cead 8626003a 8746b049
   7a5e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 29 of 28800 seconds used, 1|3 of 0 kbytes used
   Rx pkt:
   45c0008d 3a240000 40019dc2 81cec468 5c29ff69 03039f35 00000000 45000071
   00004000 2e11aab2 5c29ff69 81cec468 ad8283f5 005d50db 3b0002c5 789fbc87
   6b156531 aae173cb 4304feeb 5d3c48cc e6b79edb 885a7703 b1d7c6c9 7c9a909e
   7b1eb7d6 af37fa7a 0996d12b 5af39834 d76dbaf6 4536fd2f 9e15fc17 6f31c70c
   b1ae45e4 ed66bda9 35777e8d e0
   sending packet: len = 185, padding = 1
   iv: a4d5f426 dca4b6c8 a96194ce d1cb333b
   sending ESP packet (before crypt):
   45009800 71f80000 403264e1 81cec468 8d1307fd 25c1cdb0 00000029 a4d5f426
   dca4b6c8 a96194ce d1cb333b 45c0008d 3a240000 40019dc2 81cec468 5c29ff69
   03039f35 00000000 45000071 00004000 2e11aab2 5c29ff69 81cec468 ad8283f5
   005d50db 3b0002c5 789fbc87 6b156531 aae173cb 4304feeb 5d3c48cc e6b79edb
   885a7703 b1d7c6c9 7c9a909e 7b1eb7d6 af37fa7a 0996d12b 5af39834 d76dbaf6
   4536fd2f 9e15fc17 6f31c70c b1ae45e4 ed66bda9 35777e8d e0010104
   sending ESP packet (after crypt):
   45009800 71f80000 403264e1 81cec468 8d1307fd 25c1cdb0 00000029 a4d5f426
   dca4b6c8 a96194ce d1cb333b cbe78c14 a621dfb5 7138b928 0c8c12f3 5a6e9a04
   fb3c3ea4 a60cfd66 1bf059ec f61cdfcd 658b9949 608112b2 c45d3931 3c4d1820
   65b45811 61a3930f b3cba378 3d7a6f6c 35c90237 f1505e3b 52caad84 9e2280b9
   833d7992 b7799f66 72d633d2 a93c0c20 1f20647a 71928f4f b1b982a3 6df25cfc
   5571a866 479f8bc5 deff9663 3b9e0263 0065c5d4 9627db42 bac40590
   sending ESP packet (after ah):
   45009800 71f80000 403264e1 81cec468 8d1307fd 25c1cdb0 00000029 a4d5f426
   dca4b6c8 a96194ce d1cb333b cbe78c14 a621dfb5 7138b928 0c8c12f3 5a6e9a04
   fb3c3ea4 a60cfd66 1bf059ec f61cdfcd 658b9949 608112b2 c45d3931 3c4d1820
   65b45811 61a3930f b3cba378 3d7a6f6c 35c90237 f1505e3b 52caad84 9e2280b9
   833d7992 b7799f66 72d633d2 a93c0c20 1f20647a 71928f4f b1b982a3 6df25cfc
   5571a866 479f8bc5 deff9663 3b9e0263 0065c5d4 9627db42 bac40590 76199de1
   7ab2cd7a 2cbc8eb3
   lifetime status: 29 of 28800 seconds used, 1|3 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080008ad 8626003b 8846b049
   375e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 9a6e3436 4bebe5ed 0b47b97c eb3b06c8
   sending ESP packet (before crypt):
   45c0c800 71f90000 403230ab 81cec468 8d1307fd 25c1cdb0 0000002a 9a6e3436
   4bebe5ed 0b47b97c eb3b06c8 45000054 00004000 40011295 8d13ad16 8d1360d7
   080008ad 8626003b 8846b049 375e0e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45c0c800 71f90000 403230ab 81cec468 8d1307fd 25c1cdb0 0000002a 9a6e3436
   4bebe5ed 0b47b97c eb3b06c8 d5605530 743fe024 ddd89222 f846c677 23de208f
   9542824a 9d57eff5 4b8ebddf e2ec22b6 f9735b77 dad85d26 2de4f864 77f13e82
   e2f0f8de beb76eda d33288f6 d4efed3a edd7b5ab fd62a151 c21a72cb cc032d91
   5cab1638 5e39b2f0 437f3c6f
   sending ESP packet (after ah):
   45c0c800 71f90000 403230ab 81cec468 8d1307fd 25c1cdb0 0000002a 9a6e3436
   4bebe5ed 0b47b97c eb3b06c8 d5605530 743fe024 ddd89222 f846c677 23de208f
   9542824a 9d57eff5 4b8ebddf e2ec22b6 f9735b77 dad85d26 2de4f864 77f13e82
   e2f0f8de beb76eda d33288f6 d4efed3a edd7b5ab fd62a151 c21a72cb cc032d91
   5cab1638 5e39b2f0 437f3c6f e07832ed 6f594e84 765a2afa
   lifetime status: 30 of 28800 seconds used, 1|3 of 0 kbytes used
   receiving ESP packet (before decrypt):
   17d7d493 f2ad0d95 e67a43b9 6d19c8c4 44e4fd8c ff520955 7ac708d2 e163d461
   8689c97b d913a1f4 0236e0a2 0d1d64ee 85c9d441 56eb9999 a45a217b d5d93292
   def1440b 465416b1 f004f55c 32d8b04e c89ccef8 e4319faa c1abec50 d9168921
   receiving ESP packet (after decrypt):
   45000054 88cd0000 3e01cbc7 8d1360d7 8d13ad16 000010ad 8626003b 8846b049
   375e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88cd0000 3e01cbc7 8d1360d7 8d13ad16 000010ad 8626003b 8846b049
   375e0e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 30 of 28800 seconds used, 2|3 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 080027a8 8626003c 8946b049
   17620e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: e4ec5b34 6b10fddb 569d9f02 a3da68e5
   sending ESP packet (before crypt):
   45009800 71fa0000 40323420 81cec468 8d1307fd 25c1cdb0 0000002b e4ec5b34
   6b10fddb 569d9f02 a3da68e5 45000054 00004000 40011295 8d13ad16 8d1360d7
   080027a8 8626003c 8946b049 17620e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45009800 71fa0000 40323420 81cec468 8d1307fd 25c1cdb0 0000002b e4ec5b34
   6b10fddb 569d9f02 a3da68e5 ed818b3a 475a5a24 f563e176 6c8f2718 98c7d6ef
   6d2ff4cb d727d823 6447ccea 0468e92e 5472f35c 5d5118c0 76573076 b155ef76
   443e4960 856997d6 884687f2 33f7fb04 2046d954 68155da6 736cc711 ad11888b
   0f113352 a1626251 d712f56f
   sending ESP packet (after ah):
   45009800 71fa0000 40323420 81cec468 8d1307fd 25c1cdb0 0000002b e4ec5b34
   6b10fddb 569d9f02 a3da68e5 ed818b3a 475a5a24 f563e176 6c8f2718 98c7d6ef
   6d2ff4cb d727d823 6447ccea 0468e92e 5472f35c 5d5118c0 76573076 b155ef76
   443e4960 856997d6 884687f2 33f7fb04 2046d954 68155da6 736cc711 ad11888b
   0f113352 a1626251 d712f56f 1638edc3 9571563d b5e83707
   lifetime status: 31 of 28800 seconds used, 2|3 of 0 kbytes used
   receiving ESP packet (before decrypt):
   673c3eee e67df5d4 08bf29f9 871c7e45 8a84e364 b37d745b ced83739 6978547a
   c5bbfc8e 2a5db5f8 82e3cb93 5e3ed031 a96541d3 4f5f842e 7bf0dd32 e39edfda
   047a19fd 35a5927a 6552325f 80412563 d509e811 0714df42 627afb4a d8369b58
   receiving ESP packet (after decrypt):
   45000054 88ce0000 3e01cbc6 8d1360d7 8d13ad16 00002fa8 8626003c 8946b049
   17620e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637 01020304 05060708 090a0a04
   pad len: 10, next_header: 4
   Tx pkt:
   45000054 88ce0000 3e01cbc6 8d1360d7 8d13ad16 00002fa8 8626003c 8946b049
   17620e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   lifetime status: 31 of 28800 seconds used, 2|3 of 0 kbytes used
   Rx pkt:
   45c0008d 3a250000 40019dc1 81cec468 5c29ff69 03039f35 00000000 45000071
   00004000 2e11aab2 5c29ff69 81cec468 ad8283f5 005deb23 3b00024d faea8887
   6b1565f7 e16303af d34725f0 bfa8e86c 13505a64 19ece149 eed5ee99 f7e599d9
   38bb4f9a 1083d6c7 d5ae06d5 a0d5fbef e2e0d0fc d6f43232 edf3d65a ddc67f93
   99eb1d1f b5646a05 526e500c 10
   sending packet: len = 185, padding = 1
   iv: 596e94e1 0ec1f2a5 1f858529 cdd035fd
   sending ESP packet (before crypt):
   45009800 71fb0000 4032616a 81cec468 8d1307fd 25c1cdb0 0000002c 596e94e1
   0ec1f2a5 1f858529 cdd035fd 45c0008d 3a250000 40019dc1 81cec468 5c29ff69
   03039f35 00000000 45000071 00004000 2e11aab2 5c29ff69 81cec468 ad8283f5
   005deb23 3b00024d faea8887 6b1565f7 e16303af d34725f0 bfa8e86c 13505a64
   19ece149 eed5ee99 f7e599d9 38bb4f9a 1083d6c7 d5ae06d5 a0d5fbef e2e0d0fc
   d6f43232 edf3d65a ddc67f93 99eb1d1f b5646a05 526e500c 10010104
   sending ESP packet (after crypt):
   45009800 71fb0000 4032616a 81cec468 8d1307fd 25c1cdb0 0000002c 596e94e1
   0ec1f2a5 1f858529 cdd035fd bff7a5f6 a02a4ffc 34a4282e d0d3213e 6b02e373
   a6c356d0 c900b8c7 c5ae6dfb 93b74efe fe12cd6c 1b601dd6 f08c802a 63bdce12
   41c262b6 c5a9c92a 6960e9d8 77188daa bcf945bb 24ce7c5d 160e486f 1105fb0c
   9eb0a690 eb22a875 2801a50b 555f4d13 a6310832 60efd040 f0ca50bb dea33f60
   735bfb3b d5b5fc8b 3375b917 4966a325 fc431a04 574481f2 848ef6f1
   sending ESP packet (after ah):
   45009800 71fb0000 4032616a 81cec468 8d1307fd 25c1cdb0 0000002c 596e94e1
   0ec1f2a5 1f858529 cdd035fd bff7a5f6 a02a4ffc 34a4282e d0d3213e 6b02e373
   a6c356d0 c900b8c7 c5ae6dfb 93b74efe fe12cd6c 1b601dd6 f08c802a 63bdce12
   41c262b6 c5a9c92a 6960e9d8 77188daa bcf945bb 24ce7c5d 160e486f 1105fb0c
   9eb0a690 eb22a875 2801a50b 555f4d13 a6310832 60efd040 f0ca50bb dea33f60
   735bfb3b d5b5fc8b 3375b917 4966a325 fc431a04 574481f2 848ef6f1 3009c55a
   558660c1 c99494de
   lifetime status: 31 of 28800 seconds used, 2|3 of 0 kbytes used
   Rx pkt:
   45000054 00004000 40011295 8d13ad16 8d1360d7 0800b9a4 8626003d 8a46b049
   84640e00 08090a0b 0c0d0e0f 10111213 14151617 18191a1b 1c1d1e1f 20212223
   24252627 28292a2b 2c2d2e2f 30313233 34353637
   sending packet: len = 128, padding = 10
   iv: 2316909e 851c8a06 94cc4635 82c8f0e9
   sending ESP packet (before crypt):
   45c0c800 71fc0000 4032341f 81cec468 8d1307fd 25c1cdb0 0000002d 2316909e
   851c8a06 94cc4635 82c8f0e9 45000054 00004000 40011295 8d13ad16 8d1360d7
   0800b9a4 8626003d 8a46b049 84640e00 08090a0b 0c0d0e0f 10111213 14151617
   18191a1b 1c1d1e1f 20212223 24252627 28292a2b 2c2d2e2f 30313233 34353637
   01020304 05060708 090a0a04
   sending ESP packet (after crypt):
   45c0c800 71fc0000 4032341f 81cec468 8d1307fd 25c1cdb0 0000002d 2316909e
   851c8a06 94cc4635 82c8f0e9 a300fb03 42174b8f 4182febd 7eb36ceb ba22078c
   dcc40fd7 5d3b413c 0bf08f99 e2284070 86f68452 9c1fd22b 5ff43bb8 dcec2eed
   b00b304a 585c13b0 eb39f


More information about the vpnc-devel mailing list