implemented dynamic detection of TNCCS protocol
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
#include "tnccs.h"
|
||||
|
||||
ENUM(eap_type_names, TNCCS_1_1, TNCCS_2_0,
|
||||
ENUM(tnccs_type_names, TNCCS_UNKNOWN, TNCCS_2_0,
|
||||
"unknown TNCCS",
|
||||
"TNCCS 1.1",
|
||||
"TNCCS SOH",
|
||||
"TNCCS 2.0",
|
||||
|
||||
@@ -39,9 +39,11 @@ typedef enum tnccs_type_t tnccs_type_t;
|
||||
* Type of TNC Client/Server protocol
|
||||
*/
|
||||
enum tnccs_type_t {
|
||||
TNCCS_UNKNOWN,
|
||||
TNCCS_1_1,
|
||||
TNCCS_SOH,
|
||||
TNCCS_2_0
|
||||
TNCCS_2_0,
|
||||
TNCCS_DYNAMIC
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user