aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.h
diff options
context:
space:
mode:
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 */