aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-21 20:53:35 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-21 20:53:35 +0000
commit734bde8e7eb211b96fc471f9304e7c8facdbd134 (patch)
treef34de83f695737c05612bf58229b2919097b3635 /epan/dissectors/packet-tcap.h
parent0a1031e8d3d511c5b1f01b0a9af1fe0bd156ec81 (diff)
EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21487 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcap.h')
-rw-r--r--epan/dissectors/packet-tcap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcap.h b/epan/dissectors/packet-tcap.h
index d15cd47b39..6160f97166 100644
--- a/epan/dissectors/packet-tcap.h
+++ b/epan/dissectors/packet-tcap.h
@@ -87,4 +87,15 @@ extern void delete_itu_tcap_subdissector(guint32 ssn, dissector_handle_t dissect
extern void call_tcap_dissector(dissector_handle_t, tvbuff_t*, packet_info*, proto_tree*);
+
+/*--- Included file: packet-tcap-exp.h ---*/
+#line 1 "packet-tcap-exp.h"
+extern const value_string tcap_DialoguePDU_vals[];
+extern const value_string tcap_UniDialoguePDU_vals[];
+int dissect_tcap_DialoguePDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_tcap_UniDialoguePDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
+
+/*--- End of included file: packet-tcap-exp.h ---*/
+#line 83 "packet-tcap-template.h"
+
#endif /* PACKET_tcap_H */