aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-16 19:05:37 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-16 19:05:37 +0000
commit38b4c33520351adc4127dff82850c0f8386c23c4 (patch)
tree5b783be27f91e91f8cf740f62005b7b2c29a15f3 /packet-h245.h
parent987d45a974b8abeafc27f04342eb50a1d448fc00 (diff)
Make h221nonstandard and nonstandardparameter externaly visible
h225 will need them svn path=/trunk/; revision=8033
Diffstat (limited to 'packet-h245.h')
-rw-r--r--packet-h245.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-h245.h b/packet-h245.h
index ddbbb716ca..f99bab5625 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.1 2003/07/08 18:16:44 guy Exp $
+ * $Id: packet-h245.h,v 1.2 2003/07/16 19:05:37 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,4 +24,9 @@
*/
extern void dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+
extern int dissect_h245_OpenLogicalChannel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
+
+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);