aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-30 22:47:48 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-30 22:47:48 +0000
commit10833b30b2ea9d254b7ad5ab246295de4f1cd041 (patch)
tree935cad205a8c53561fd801a8f9747fa5dff0c872 /packet-h225.c
parent82c1757345314321181d48703438882911b75e1d (diff)
Updates and bugfixes from Andreas and Martin
svn path=/trunk/; revision=8321
Diffstat (limited to 'packet-h225.c')
-rw-r--r--packet-h225.c11
1 files changed, 9 insertions, 2 deletions
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 <gerald@ethereal.com>
@@ -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 },