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
47#define TCAP_CONSTRUCTOR(TCtag) (TCtag & 0x20)
53#define TC_ANSI_ABORT 5
61 char *TransactionID_str;
83 char oid[LENGTH_OID+1];
84 bool subdissector_present;
163 uint32_t tcap_session_id;
198WS_DLL_PUBLIC
bool gtcap_StatSRT;
200extern int tcap_standard;
203void proto_reg_handoff_tcap(
void);
204void proto_register_tcap(
void);
210WS_DLL_PUBLIC
void add_itu_tcap_subdissector(uint32_t ssn,
dissector_handle_t dissector);
213WS_DLL_PUBLIC
void delete_itu_tcap_subdissector(uint32_t ssn,
dissector_handle_t dissector);
219int 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_);
220int 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:2898
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:43
Definition value_string.h:25
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
bool 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