21 #include "ws_symbol_export.h"
24 #define TCAP_COMP_INVOKE 0xa1
25 #define TCAP_COMP_RRL 0xa2
26 #define TCAP_COMP_RE 0xa3
27 #define TCAP_COMP_REJECT 0xa4
28 #define TCAP_COMP_RRN 0xa7
31 #define ANSI_TC_INVOKE_L 0xe9
32 #define ANSI_TC_RRL 0xea
33 #define ANSI_TC_RE 0xeb
34 #define ANSI_TC_REJECT 0xec
35 #define ANSI_TC_INVOKE_N 0xed
36 #define ANSI_TC_RRN 0xee
39 #define TCAP_SEQ_TAG 0x30
40 #define TCAP_SET_TAG 0x31
42 #define TCAP_INVOKE_ID_TAG 0x02
43 #define TCAP_LINKED_ID_TAG 0x80
45 #define TCAP_EOC_LEN 2
47 #define TCAP_CONSTRUCTOR(TCtag) (TCtag & 0x20)
53 #define TC_ANSI_ABORT 5
61 gchar *TransactionID_str;
81 gboolean upper_dissector;
83 gchar oid[LENGTH_OID+1];
84 gboolean subdissector_present;
163 guint32 tcap_session_id;
198 WS_DLL_PUBLIC gboolean gtcap_StatSRT;
200 extern gint tcap_standard;
203 void proto_reg_handoff_tcap(
void);
204 void proto_register_tcap(
void);
210 WS_DLL_PUBLIC
void add_itu_tcap_subdissector(guint32 ssn,
dissector_handle_t dissector);
213 WS_DLL_PUBLIC
void delete_itu_tcap_subdissector(guint32 ssn,
dissector_handle_t dissector);
219 int dissect_tcap_UniDialoguePDU(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
220 int dissect_tcap_DialoguePDU(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
struct tcapsrt_info_t * tcapsrt_razinfo(void)
Definition: packet-tcap.c:2897
struct tcaphash_context_t * tcapsrt_call_matching(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, struct tcapsrt_info_t *p_tcap_info)
Definition: packet_info.h:44
Definition: value_string.h:26
Definition: packet-tcap.h:56
Definition: packet-tcap.h:153
Definition: packet-tcap.h:117
Definition: packet-tcap.h:132
Definition: packet-tcap.h:93
Definition: packet-tcap.h:138
Definition: packet-tcap.h:101
Definition: packet-tcap.h:128
Definition: packet-tcap.h:72
nstime_t end_time
Definition: packet-tcap.h:78
nstime_t begin_time
Definition: packet-tcap.h:77
gboolean responded
Definition: packet-tcap.h:79
Definition: packet-tcap.h:146
Definition: packet-tcap.h:109
Definition: packet-tcap.h:162
Definition: tvbuff-int.h:35