aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225counter.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 07:44:03 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 07:44:03 +0000
commit43f3644d4e2b43ee43be807d6ef53fb879b90e5d (patch)
tree4ace4f92d60c78b61379a93eb5f1ccedd8acbed8 /tap-h225counter.c
parent6f79741f6024d169798992727dd2aa300975aa50 (diff)
export more types from H.225.0 and H.245 which will be necessary for H.460.x, H.323 (Annex M,R), H.501
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23069 f5534014-38df-0310-8fa8-9805f1628bb7
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;