aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-h225counter.c')
-rw-r--r--tap-h225counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-h225counter.c b/tap-h225counter.c
index c1421cb3e5..933c9f69aa 100644
--- a/tap-h225counter.c
+++ b/tap-h225counter.c
@@ -329,7 +329,7 @@ h225counter_draw(void *phs)
case 5: /* ReleaseComplete */
for(j=0;j<=REL_CMP_REASONS;j++) {
if(hs->rel_cmp_reason[j]!=0) {
- printf(" %s : %u\n", val_to_str(j,ReleaseCompleteReason_vals,"unknown reason "), hs->rel_cmp_reason[j]);
+ printf(" %s : %u\n", val_to_str(j,h225_ReleaseCompleteReason_vals,"unknown reason "), hs->rel_cmp_reason[j]);
}
}
break;