28#include "ws_symbol_export.h"
30void proto_reg_handoff_camel(
void);
31void proto_register_camel(
void);
34#define camel_MAX_NUM_OPR_CODES 256
36WS_DLL_PUBLIC
const value_string camel_opr_code_strings[];
41#define NB_CAMELSRT_CATEGORY 9+1
45#define CAMELSRT_SESSION 1
47#define CAMELSRT_VOICE_INITIALDP 2
48#define CAMELSRT_VOICE_ACR1 3
49#define CAMELSRT_VOICE_ACR2 4
50#define CAMELSRT_VOICE_ACR3 5
51#define CAMELSRT_VOICE_DISC 6
53#define CAMELSRT_GPRS_INITIALDP 7
54#define CAMELSRT_GPRS_REPORT 8
56#define CAMELSRT_SMS_INITIALDP 9
87 uint32_t SessionIdKey;
96 bool request_available;
106 uint32_t tcap_session_id;
130WS_DLL_PUBLIC
bool gcamel_StatSRT;
void camelsrt_call_matching(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, struct camelsrt_info_t *p_camel_info)
struct camelsrt_info_t * camelsrt_razinfo(void)
Definition packet-camel.c:8083
#define NB_CAMELSRT_CATEGORY
Definition packet-camel.h:41
Definition packet_info.h:43
Definition value_string.h:25
Definition packet-camel.h:86
Definition packet-camel.h:76
uint32_t session_id
Definition packet-camel.h:77
Definition packet-camel.h:64
nstime_t req_time
Definition packet-camel.h:67
uint32_t rsp_num
Definition packet-camel.h:66
bool responded
Definition packet-camel.h:68
uint32_t req_num
Definition packet-camel.h:65
Definition packet-camel.h:105
uint8_t bool_msginfo[NB_CAMELSRT_CATEGORY]
Definition packet-camel.h:109
uint8_t opcode
Definition packet-camel.h:108
Definition packet-camel.h:95
Definition packet-tcap.h:72
Definition tvbuff-int.h:35