The Assimilation Monitoring Project
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
cryptframe.h
Go to the documentation of this file.
1
25
#ifndef _CRYPTFRAME_H
26
#define _CRYPTFRAME_H
27
#include <
frame.h
>
28
31
typedef
struct
_CryptFrame
CryptFrame
;
32
34
struct
_CryptFrame
{
35
Frame
baseclass
;
36
int
encryption_method
;
37
void
*
encryption_key_info
;
38
};
39
40
CryptFrame
*
cryptframe_new
(guint16 frame_type, guint16 encryption_method,
void
* encryption_info);
41
WINEXPORT
Frame
*
cryptframe_tlvconstructor
(gconstpointer tlvstart, gconstpointer pktend);
42
44
45
#endif
/* _CRYPTFRAME_H */
src
include
cryptframe.h
Generated on Fri May 17 2013 16:40:56 for The Assimilation Monitoring Project by
1.8.3.1