aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.h
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.h
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.h')
-rw-r--r--packet-h245.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-h245.h b/packet-h245.h
index f99bab5625..850b0da549 100644
--- a/packet-h245.h
+++ b/packet-h245.h
@@ -2,7 +2,7 @@
* Routines for H.245 packet dissection
* 2003 Ronnie Sahlberg
*
- * $Id: packet-h245.h,v 1.2 2003/07/16 19:05:37 sahlberg Exp $
+ * $Id: packet-h245.h,v 1.3 2003/07/19 10:25:45 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,3 +30,7 @@ extern int dissect_h245_OpenLogicalChannel(tvbuff_t *tvb, int offset, packet_inf
extern int dissect_h245_h221NonStandard(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
extern int dissect_h245_NonStandardParameter(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
+
+extern int dissect_h245_T38FaxProfile(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
+
+extern int dissect_h245_DataProtocolCapability(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);