aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.h
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.h
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.h')
-rw-r--r--packet-h245.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/packet-h245.h b/packet-h245.h
new file mode 100644
index 0000000000..ddbbb716ca
--- /dev/null
+++ b/packet-h245.h
@@ -0,0 +1,27 @@
+/* packet-h245.h
+ * Routines for H.245 packet dissection
+ * 2003 Ronnie Sahlberg
+ *
+ * $Id: packet-h245.h,v 1.1 2003/07/08 18:16:44 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+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);