TMR should be OCTET STRING

svn path=/trunk/; revision=40369
This commit is contained in:
Anders Broman 2012-01-04 07:26:00 +00:00
parent 5308e8bfba
commit e6fdbd30a6
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ static h248_pkg_param_t h248_annexc_package_properties[] = {
{ 0x8005, &hf_h248_pkg_annexc_sdbt, h248_param_ber_octetstring,NULL },
{ 0x8006, &hf_h248_pkg_annexc_pfci, h248_param_ber_integer, NULL },
{ 0x9001, &hf_h248_pkg_annexc_tmr, h248_param_ber_integer, NULL },
{ 0x9001, &hf_h248_pkg_annexc_tmr, h248_param_ber_octetstring, NULL },
{ 0x9002, &hf_h248_pkg_annexc_tmrsr, h248_param_ber_integer, NULL },
{ 0x9003, &hf_h248_pkg_annexc_contcheck, h248_param_ber_integer, NULL },
{ 0x9004, &hf_h248_pkg_annexc_itc, h248_param_ber_integer, NULL },