libtncif: Added IETF Software PA-TNC message subtype
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2015 Andreas Steffen
|
* Copyright (C) 2010-2017 Andreas Steffen
|
||||||
*
|
|
||||||
* HSR Hochschule fuer Technik Rapperswil
|
* HSR Hochschule fuer Technik Rapperswil
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
#include "tncif_pa_subtypes.h"
|
#include "tncif_pa_subtypes.h"
|
||||||
|
|
||||||
/* IETF PA Subtype names */
|
/* IETF PA Subtype names */
|
||||||
ENUM_BEGIN(pa_subtype_ietf_names, PA_SUBTYPE_IETF_TESTING, PA_SUBTYPE_IETF_NEA_CLIENT,
|
ENUM_BEGIN(pa_subtype_ietf_names, PA_SUBTYPE_IETF_TESTING, PA_SUBTYPE_IETF_SW,
|
||||||
"Testing",
|
"Testing",
|
||||||
"Operating System",
|
"Operating System",
|
||||||
"Anti-Virus",
|
"Anti-Virus",
|
||||||
@@ -26,10 +25,11 @@ ENUM_BEGIN(pa_subtype_ietf_names, PA_SUBTYPE_IETF_TESTING, PA_SUBTYPE_IETF_NEA_C
|
|||||||
"Firewall",
|
"Firewall",
|
||||||
"IDPS",
|
"IDPS",
|
||||||
"VPN",
|
"VPN",
|
||||||
"NEA Client"
|
"NEA Client",
|
||||||
|
"Software"
|
||||||
);
|
);
|
||||||
ENUM_NEXT(pa_subtype_ietf_names, PA_SUBTYPE_IETF_ANY, PA_SUBTYPE_IETF_ANY,
|
ENUM_NEXT(pa_subtype_ietf_names, PA_SUBTYPE_IETF_ANY, PA_SUBTYPE_IETF_ANY,
|
||||||
PA_SUBTYPE_IETF_NEA_CLIENT,
|
PA_SUBTYPE_IETF_SW,
|
||||||
"ANY"
|
"ANY"
|
||||||
);
|
);
|
||||||
ENUM_END(pa_subtype_ietf_names, PA_SUBTYPE_IETF_ANY);
|
ENUM_END(pa_subtype_ietf_names, PA_SUBTYPE_IETF_ANY);
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2011-2015 Andreas Steffen
|
* Copyright (C) 2011-2017 Andreas Steffen
|
||||||
* HSR Hochschule fuer Technik Rapperswil
|
* HSR Hochschule fuer Technik Rapperswil
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
@@ -43,6 +43,7 @@ typedef enum pa_subtype_ita_t pa_subtype_ita_t;
|
|||||||
PA_SUBTYPE_IETF_IDPS = 0x06,
|
PA_SUBTYPE_IETF_IDPS = 0x06,
|
||||||
PA_SUBTYPE_IETF_VPN = 0x07,
|
PA_SUBTYPE_IETF_VPN = 0x07,
|
||||||
PA_SUBTYPE_IETF_NEA_CLIENT = 0x08,
|
PA_SUBTYPE_IETF_NEA_CLIENT = 0x08,
|
||||||
|
PA_SUBTYPE_IETF_SW = 0x09,
|
||||||
PA_SUBTYPE_IETF_ANY = 0xff
|
PA_SUBTYPE_IETF_ANY = 0xff
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user