From 96a109c8d8286d8a348bceec0ef62fcb54824a59 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 19 Jul 2003 10:25:45 +0000 Subject: export T38FaxProfile and DataProtocolCapability since these are user in H.225 as well svn path=/trunk/; revision=8052 --- packet-h245.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-h245.c') diff --git a/packet-h245.c b/packet-h245.c index 31b6ec4bda..2d2c4941ae 100644 --- a/packet-h245.c +++ b/packet-h245.c @@ -48,7 +48,7 @@ All in all a lot of work. * with great support with testing and providing capturefiles * from Martin Regner * - * $Id: packet-h245.c,v 1.23 2003/07/16 19:05:37 sahlberg Exp $ + * $Id: packet-h245.c,v 1.24 2003/07/19 10:25:44 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -10182,7 +10182,7 @@ static per_sequence_t T38FaxProfile_sequence[] = { dissect_h245_T38FaxTcpOptions }, { NULL, 0, 0, NULL } }; -static int +int dissect_h245_T38FaxProfile(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree) { offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h245_T38FaxProfile, ett_h245_T38FaxProfile, T38FaxProfile_sequence); @@ -13170,7 +13170,7 @@ static per_choice_t DataProtocolCapability_choice[] = { dissect_h245_NULL }, { 0, NULL, 0, NULL } }; -static int +int dissect_h245_DataProtocolCapability(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree) { offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h245_DataProtocolCapability, ett_h245_DataProtocolCapability, DataProtocolCapability_choice, "DataProtocolCapability", NULL); -- cgit v1.2.1