aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-19 10:25:45 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-19 10:25:45 +0000
commit96a109c8d8286d8a348bceec0ef62fcb54824a59 (patch)
treeca02241296f59a03b47c7682b2165b06e44ca7fc /packet-h245.c
parent800027bf02c2bd8038f02ab326555fb212d07053 (diff)
export T38FaxProfile and DataProtocolCapability since these are user in H.225 as well
svn path=/trunk/; revision=8052
Diffstat (limited to 'packet-h245.c')
-rw-r--r--packet-h245.c6
1 files changed, 3 insertions, 3 deletions
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 <gerald@ethereal.com>
@@ -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);