aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-14 20:18:10 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-14 20:18:10 +0000
commitaa60f5a53927df65691a963e9066f818722cbf26 (patch)
tree7c7484165ef3a8cc1582fcee40fac8d7de9eb157 /epan/dissectors/packet-h248_annex_e.c
parent196bb24bdd8e6a2f8b1296b6e04f101e99d196c1 (diff)
Fix a compiler warning by doing what I suspect was intended.
svn path=/trunk/; revision=19533
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}
};