add missing value_string termination

svn path=/trunk/; revision=15582
This commit is contained in:
Ronnie Sahlberg 2005-08-28 02:28:48 +00:00
parent e3e3b12e71
commit a085bc9094
2 changed files with 245 additions and 124 deletions

View File

@ -102,7 +102,8 @@ const value_string inap_opr_code_strings[] = {
{33,"ResetTimer"},
{23,"RequestReportBCSMEvent"},
{49,"SpecializedResourceReport"},
{22,"ReleaseCall"}
{22,"ReleaseCall"},
{0, NULL}
};
const value_string inap_error_code_strings[] = {
@ -121,13 +122,15 @@ const value_string inap_error_code_strings[] = {
{14,"UnexpectedComponentSequence"},
{15,"UnexpectedDataValue"},
{16,"UnexpectedParameter"},
{17,"UnknownLegID"}
{17,"UnknownLegID"},
{0, NULL}
};
const value_string inap_general_problem_strings[] = {
{0,"General Problem Unrecognized Component"},
{1,"General Problem Mistyped Component"},
{3,"General Problem Badly Structured Component"},
{0, NULL}
};

File diff suppressed because it is too large Load Diff