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
85 uint32_t SessionIdKey;
94 bool request_available;
104 uint32_t tcap_session_id;
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:8052
#define NB_CAMELSRT_CATEGORY
Definition packet-camel.h:41
Definition packet_info.h:43
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Definition packet-camel.h:84
Definition packet-camel.h:74
uint32_t session_id
Definition packet-camel.h:75
Definition packet-camel.h:62
nstime_t req_time
Definition packet-camel.h:65
uint32_t rsp_num
Definition packet-camel.h:64
bool responded
Definition packet-camel.h:66
uint32_t req_num
Definition packet-camel.h:63
Definition packet-camel.h:103
uint8_t bool_msginfo[NB_CAMELSRT_CATEGORY]
Definition packet-camel.h:107
uint8_t opcode
Definition packet-camel.h:106
Definition packet-camel.h:93
Definition packet-tcap.h:72
Definition tvbuff-int.h:35