aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-08 18:16:44 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-08 18:16:44 +0000
commit94c2ea7e5ba4051e8fa557092a293bd9f45ce489 (patch)
treec0cb67de579a05204f2a0d0a7315a8a415847545 /packet-h245.c
parent259609e6778a748494f1719c4588d6899319bfa7 (diff)
From Lars Roland: export "dissect_h245_OpenLogicalChannel()" and
"dissect_h245_MultimediaSystemControlMessage()" for use in the future by other dissectors. svn path=/trunk/; revision=7994
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 c0e5a4d4e4..ef1f804de6 100644
--- a/packet-h245.c
+++ b/packet-h245.c
@@ -92,7 +92,7 @@ proper helper routines
* Routines for H.245 packet dissection
* 2003 Ronnie Sahlberg
*
- * $Id: packet-h245.c,v 1.10 2003/07/08 11:39:45 sahlberg Exp $
+ * $Id: packet-h245.c,v 1.11 2003/07/08 18:16:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -19250,7 +19250,7 @@ static per_sequence_t OpenLogicalChannel_sequence[] = {
dissect_h245_EncryptionSync },
{ NULL, 0, 0, NULL }
};
-static int
+int
dissect_h245_OpenLogicalChannel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h245_OpenLogicalChannel, ett_h245_OpenLogicalChannel, OpenLogicalChannel_sequence);
@@ -19995,7 +19995,7 @@ static per_choice_t MultimediaSystemControlMessage_choice[] = {
dissect_h245_IndicationMessage },
{ 0, NULL, 0, NULL }
};
-static void
+void
dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *it;