Changed text for Config strings.

FossilOrigin-Name: 095d03a8d76fee87cacd1b93cb260bb9d317a49f74553bb509855ccc6048ca51
This commit is contained in:
7u83@mail.ru 2015-04-13 09:46:57 +00:00
parent a9a5b0406c
commit 0a19326a7c
1 changed files with 29 additions and 4 deletions

View File

@ -1,14 +1,39 @@
/*
This file is part of libcapwap.
libcapwap is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libcapwap is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file
* @brief Definition of CAPWAP Message Strings
*/
#include "capwap.h"
/**
* CAPWAP Message Strings
*/
struct cw_str capwap_strings_msg[] = {
{ CW_MSG_DISCOVERY_REQUEST, "Discovery Request" },
{ CW_MSG_DISCOVERY_RESPONSE,"Discovery Response" },
{ CW_MSG_JOIN_REQUEST, "Join Request"},
{ CW_MSG_JOIN_RESPONSE,"Join Response"},
{ CW_MSG_CONFIGURATION_STATUS_REQUEST,"Configuration Request"},
{ CW_MSG_CONFIGURATION_STATUS_RESPONSE,"Configuration Response"},
{ CW_MSG_CONFIGURATION_UPDATE_REQUEST,"Update Request"},
{ CW_MSG_CONFIGURATION_UPDATE_RESPONSE,"Update Response"},
{ CW_MSG_CONFIGURATION_STATUS_REQUEST,"Configuration Status Request"},
{ CW_MSG_CONFIGURATION_STATUS_RESPONSE,"Configuration Status Response"},
{ CW_MSG_CONFIGURATION_UPDATE_REQUEST,"Configuration Update Request"},
{ CW_MSG_CONFIGURATION_UPDATE_RESPONSE,"Configuration Update Response"},
{ CW_MSG_WTP_EVENT_REQUEST,"WTP Event Request"},
{ CW_MSG_WTP_EVENT_RESPONSE,"WTP Event Response"},
{ CW_MSG_CHANGE_STATE_EVENT_REQUEST,"Change State Event Request"},