aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_c.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-04 07:26:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-04 07:26:00 +0000
commite6fdbd30a6f3e4b455855f8e603e0f9770c32698 (patch)
tree70ee72f1c158e561868349111e7de6ea8ebb6a1d /epan/dissectors/packet-h248_annex_c.c
parent5308e8bfbad9beb16a3467dba222306131f89d67 (diff)
TMR should be OCTET STRING
svn path=/trunk/; revision=40369
Diffstat (limited to 'epan/dissectors/packet-h248_annex_c.c')
-rw-r--r--epan/dissectors/packet-h248_annex_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c
index c5230b53f9..9cd13d4e43 100644
--- a/epan/dissectors/packet-h248_annex_c.c
+++ b/epan/dissectors/packet-h248_annex_c.c
@@ -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 },