GSM SMS PDU TPVPF wrong interpretation.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4524

svn path=/trunk/; revision=31985
This commit is contained in:
Anders Broman 2010-02-24 12:41:01 +00:00
parent 2bb18bac8b
commit 2f9306d05a
1 changed files with 5 additions and 4 deletions

View File

@ -280,11 +280,12 @@ static const value_string msg_type_strings_ms_to_sc[] = {
{ 0, NULL },
};
/* 9.2.3.3 TP-Validity-Period-Format (TP-VPF) */
static const value_string vp_type_strings[] = {
{ 0, "TP VP field not present"},
{ 1, "TP VP field present - relative format"},
{ 2, "TP-VP field present - enhanced format"},
{ 3, "TP VP field present - absolute format"},
{ 0, "TP-VP field not present"},
{ 2, "TP-VP field present - relative format"},
{ 1, "TP-VP field present - enhanced format"},
{ 3, "TP-VP field present - absolute format"},
{ 0, NULL },
};