Add missing auth switch values to value_string

Change-Id: Ie602d76dfd2366294f2599f6c4d8634d37c6531c
Reviewed-on: https://code.wireshark.org/review/14535
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Daniël van Eeden 2016-03-20 11:12:06 +01:00 committed by Michael Mann
parent 5c1e224b0d
commit 6cb36fed68
1 changed files with 2 additions and 0 deletions

View File

@ -693,6 +693,8 @@ static const value_string state_vals[] = {
{RESPONSE_PREPARE, "response to PREPARE"},
{PREPARED_PARAMETERS, "parameters in response to PREPARE"},
{PREPARED_FIELDS, "fields in response to PREPARE"},
{AUTH_SWITCH_REQUEST, "authentication switch request"},
{AUTH_SWITCH_RESPONSE, "authentication switch response"},
{0, NULL}
};
#endif