implemented PB-TNC message parsing checks

This commit is contained in:
Andreas Steffen
2010-12-12 00:42:31 +01:00
parent 3a4695dc5e
commit 54eb669dd5
25 changed files with 1197 additions and 607 deletions
@@ -14,13 +14,8 @@
*/
#include "pb_tnc_state_machine.h"
#include "messages/pb_error_message.h"
#include <debug.h>
#include <utils/linked_list.h>
#include <tls_writer.h>
#include <tls_reader.h>
#include <tnc/tnccs/tnccs.h>
ENUM(pb_tnc_state_names, PB_STATE_INIT, PB_STATE_END,
"Init",