Diameter 3GPP: fix diameter_3gpp_qos_delay_cls_vals array definition

Change-Id: Id8df6889f177e203380a7cc98d15d8cb7514bb03
Reviewed-on: https://code.wireshark.org/review/36676
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2020-04-03 09:49:38 +02:00
parent 024e6cf1e7
commit 6d471c9a22
1 changed files with 1 additions and 1 deletions

View File

@ -3206,7 +3206,7 @@ const range_string diameter_3gpp_qos_delay_cls_vals[] = {
{ 0x03, 0x03, "Delay class 3" },
{ 0x04, 0x04, "Delay class 4 (best effort)" },
{ 0x05, 0x06, "Interpreted as Delay class 4 (best effort)" },
{ 0x07, 0x00, "Reserved" },
{ 0x07, 0x07, "Reserved" },
{ 0, 0, NULL }
};