28#include "ws_symbol_export.h"
31#define camel_MAX_NUM_OPR_CODES 256
33WS_DLL_PUBLIC
const value_string camel_opr_code_strings[];
38#define NB_CAMELSRT_CATEGORY 9+1
42#define CAMELSRT_SESSION 1
44#define CAMELSRT_VOICE_INITIALDP 2
45#define CAMELSRT_VOICE_ACR1 3
46#define CAMELSRT_VOICE_ACR2 4
47#define CAMELSRT_VOICE_ACR3 5
48#define CAMELSRT_VOICE_DISC 6
50#define CAMELSRT_GPRS_INITIALDP 7
51#define CAMELSRT_GPRS_REPORT 8
53#define CAMELSRT_SMS_INITIALDP 9
82 uint32_t SessionIdKey;
91 bool request_available;
101 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:8055
#define NB_CAMELSRT_CATEGORY
Definition packet-camel.h:38
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:81
Definition packet-camel.h:71
uint32_t session_id
Definition packet-camel.h:72
Definition packet-camel.h:59
nstime_t req_time
Definition packet-camel.h:62
uint32_t rsp_num
Definition packet-camel.h:61
bool responded
Definition packet-camel.h:63
uint32_t req_num
Definition packet-camel.h:60
Definition packet-camel.h:100
uint8_t bool_msginfo[9+1]
Definition packet-camel.h:104
uint8_t opcode
Definition packet-camel.h:103
Definition packet-camel.h:90
Definition packet-tcap.h:72
Definition tvbuff-int.h:36