http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29228
User: sahlberg
Date: 2009/07/29 03:01 AM
Log:
 Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
 its own crypt-aes.
 
 change the integer types to glib style integers
 
 
 this may/will be helpful if/when we implement our own version of 
 kerberos 
 aes decryption of dcerpc since the existing libraries can not (yet) 
 handle when header signing is used.
 
 we should implement our own decryption of this for cfx+aes just as we 
 did for classic+arcfour
Directory: /trunk/epan/crypt/
  Changes    Path                   Action
  +2 -0      Makefile.common        Modified
  +2 -0      airpdcap_ccmp.c        Modified
  +2 -1266   airpdcap_rijndael.c    Modified
  +0 -35     airpdcap_rijndael.h    Modified
  +1256 -0   crypt-aes.c            Added
  +63 -0     crypt-aes.h            Added