From 10833b30b2ea9d254b7ad5ab246295de4f1cd041 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 30 Aug 2003 22:47:48 +0000 Subject: Updates and bugfixes from Andreas and Martin svn path=/trunk/; revision=8321 --- packet-h225.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'packet-h225.c') diff --git a/packet-h225.c b/packet-h225.c index a103727ff3..a22d180e7c 100644 --- a/packet-h225.c +++ b/packet-h225.c @@ -2,7 +2,9 @@ * Routines for H.225 packet dissection * 2003 Ronnie Sahlberg * - * $Id: packet-h225.c,v 1.9 2003/08/28 14:29:41 sahlberg Exp $ + * Maintained by Andreas Sikkema (andreas.sikkema@philips.com) + * + * $Id: packet-h225.c,v 1.10 2003/08/30 22:47:47 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -4780,6 +4782,11 @@ dissect_h225_fastStart_item(tvbuff_t *tvb, int offset, packet_info *pinfo, proto offset=dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_h225_fastStart_item_length, &length); offset=dissect_h245_OpenLogicalChannel(tvb, offset, pinfo, tree); + + if (check_col(pinfo->cinfo, COL_INFO)) { + col_append_str(pinfo->cinfo, COL_INFO, "OpenLogicalChannel " ); + } + return offset; } @@ -7968,7 +7975,7 @@ static per_sequence_t InfoRequestResponse_sequence[] = { dissect_h225_callSignalAddress }, { "endpointAlias", EXTENSION_ROOT, OPTIONAL, dissect_h225_endpointAlias }, - { "perCallInfo", EXTENSION_ROOT, NOT_OPTIONAL, + { "perCallInfo", EXTENSION_ROOT, OPTIONAL, dissect_h225_perCallInfo }, { "tokens", NOT_EXTENSION_ROOT, OPTIONAL, dissect_h225_tokens }, -- cgit v1.2.3