Wireshark-commits: [Wireshark-commits] rev 33105: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 05 Jun 2010 09:22:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33105

User: jake
Date: 2010/06/05 02:22 AM

Log:
 From John Fitzgibbon:
 When specifying SA keys for AES-CTR, Wireshark expects a key length of 160, 224
 or 288 bits, (i.e. 128, 192 or 256 bits, followed by the 32 bit nonce value),
 but gcry_cipher_setkey() in packet_ipsec.c fails, as it expects 128, 192 or 256
 bits.
 
 Omitting the nonce won't work -- even if Wireshark liked those key lengths,
 gcrypt wouldn't be able to decrypt without it.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +31 -6     packet-ipsec.c    Modified