aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_ccmp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-07-29 10:01:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-07-29 10:01:14 +0000
commita3355a094969cd4942df650597e2f849b69ea14a (patch)
treef7bfdf779880711ba90de52fcc393c8ba2d7b913 /epan/crypt/airpdcap_ccmp.c
parentf56e93d1a5292270b45d8ceab164316b4e18f1c9 (diff)
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 svn path=/trunk/; revision=29228
Diffstat (limited to 'epan/crypt/airpdcap_ccmp.c')
-rw-r--r--epan/crypt/airpdcap_ccmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/crypt/airpdcap_ccmp.c b/epan/crypt/airpdcap_ccmp.c
index f0ee8e3e64..a0cf4c85e9 100644
--- a/epan/crypt/airpdcap_ccmp.c
+++ b/epan/crypt/airpdcap_ccmp.c
@@ -47,6 +47,8 @@
#include "airpdcap_rijndael.h"
#include "airpdcap_debug.h"
+#include <glib.h>
+#include "crypt-aes.h"
/****************************************************************************/
/* Internal definitions */