aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-02 22:05:47 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-02 22:05:47 +0000
commitcae322be6e784e4b6a9bd11736211a41dccc7414 (patch)
treee8ce9cfb1db051182fd1c572391f01fed5952d31 /epan/dissectors/packet-h245.h
parentfc8eaa4d4b1f46bfd12280e887b99b98242ff282 (diff)
Change the dissectors to asn2eth generated ones.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12932 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h245.h')
-rw-r--r--epan/dissectors/packet-h245.h28
1 files changed, 20 insertions, 8 deletions
diff --git a/epan/dissectors/packet-h245.h b/epan/dissectors/packet-h245.h
index ffe1bb3f40..71822bfedd 100644
--- a/epan/dissectors/packet-h245.h
+++ b/epan/dissectors/packet-h245.h
@@ -1,6 +1,13 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
+/* .\packet-h245.h */
+/* ../../tools/asn2eth.py -X -e -p h245 -c h245.cnf -s packet-h245-template h245.asn */
+
+/* Input file: packet-h245-template.h */
+
/* packet-h245.h
- * Routines for H.245 packet dissection
- * 2003 Ronnie Sahlberg
+ * Routines for h245 packet dissection
+ * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
*
* $Id$
*
@@ -23,6 +30,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef PACKET_H245_H
+#define PACKET_H245_H
typedef enum _h245_msg_type {
H245_TermCapSet,
H245_TermCapSetAck,
@@ -46,14 +55,17 @@ typedef struct _h245_packet_info {
} h245_packet_info;
-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);
+/*--- Included file: packet-h245-exp.h ---*/
+
+extern const value_string DataProtocolCapability_vals[];
+int dissect_h245_DataProtocolCapability(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_h245_T38FaxProfile(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_h245_OpenLogicalChannel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-h245-exp.h ---*/
-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);
+#endif /* PACKET_H245_H */
-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);