aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-14 20:18:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-14 20:18:10 +0000
commit08f89cc2f8eacada4379f15551c8e48093eb8a96 (patch)
tree7c7484165ef3a8cc1582fcee40fac8d7de9eb157 /epan/dissectors/packet-h248_annex_e.c
parent0b9aff6dcbd40ac494344a5027bb5853fb2cb6a7 (diff)
Fix a compiler warning by doing what I suspect was intended.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19533 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248_annex_e.c')
-rw-r--r--epan/dissectors/packet-h248_annex_e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index 823cd04e69..591df336b6 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -207,7 +207,7 @@ static int hf_h248_pkg_rtp_stat_ps = -1;
static int ett_h248_pkg_rtp = -1;
static h248_pkg_stat_t h248_pkg_rtp_stat[] = {
- { 0x0004, &hf_h248_pkg_rtp_stat_ps, h248_param_ber_integer, NULL },
+ { 0x0004, &hf_h248_pkg_rtp_stat_ps, &ett_h248_pkg_rtp, NULL },
{ 0, NULL, NULL, NULL}
};