aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-04 13:27:44 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-04 13:27:44 +0000
commitd050f8daaaa5dba2e7186d3f28fb1f635225ea0d (patch)
treed5deb4491a109d1fd1c500e91798cefa8b281e1f /epan/dissectors/packet-inap.h
parent8937a5a3f439ad1bda833baae69861622e40286f (diff)
Preparations for updated CAMEL dissector.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22239 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-inap.h')
-rw-r--r--epan/dissectors/packet-inap.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/epan/dissectors/packet-inap.h b/epan/dissectors/packet-inap.h
index d18c60dd01..80599f39c4 100644
--- a/epan/dissectors/packet-inap.h
+++ b/epan/dissectors/packet-inap.h
@@ -35,6 +35,25 @@
#ifndef PACKET_INAP_H
#define PACKET_INAP_H
-/* #include "packet-inap-exp.h"*/
+
+/*--- Included file: packet-inap-exp.h ---*/
+#line 1 "packet-inap-exp.h"
+extern const value_string inap_CriticalityType_vals[];
+extern const value_string inap_BothwayThroughConnectionInd_vals[];
+extern const value_string inap_LegID_vals[];
+int dissect_inap_CriticalityType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_Integer4(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_BothwayThroughConnectionInd(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_CallingPartysCategory(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_Duration(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_HighLayerCompatibility(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_Interval(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_LegID(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_MiscCallInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_RedirectionInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_inap_ServiceKey(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+
+/*--- End of included file: packet-inap-exp.h ---*/
+#line 31 "packet-inap-template.h"
#endif /* PACKET_INAP_H */