25 #ifndef PACKET_CAMEL_H
26 #define PACKET_CAMEL_H
28 #include "ws_symbol_export.h"
30 void proto_reg_handoff_camel(
void);
31 void proto_register_camel(
void);
34 #define camel_MAX_NUM_OPR_CODES 256
36 WS_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
96 gboolean request_available;
97 gboolean is_duplicate;
98 gboolean is_delta_time;
106 guint32 tcap_session_id;
130 WS_DLL_PUBLIC gboolean 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:8081
#define NB_CAMELSRT_CATEGORY
Definition: packet-camel.h:41
Definition: packet_info.h:44
Definition: value_string.h:26
Definition: packet-camel.h:86
Definition: packet-camel.h:76
guint32 session_id
Definition: packet-camel.h:77
Definition: packet-camel.h:64
gboolean responded
Definition: packet-camel.h:68
nstime_t req_time
Definition: packet-camel.h:67
guint32 req_num
Definition: packet-camel.h:65
guint32 rsp_num
Definition: packet-camel.h:66
Definition: packet-camel.h:105
guint8 opcode
Definition: packet-camel.h:108
guint8 bool_msginfo[NB_CAMELSRT_CATEGORY]
Definition: packet-camel.h:109
Definition: packet-camel.h:95
Definition: packet-tcap.h:72
Definition: tvbuff-int.h:35