20typedef enum _h225_msg_type {
26typedef enum _h225_cs_type {
44 h225_msg_type msg_type;
48 unsigned requestSeqNum;
51 bool request_available;
56 bool is_h245Tunneling;
57 uint32_t h245_address;
59 char dialedDigits[129];
60 bool is_destinationInfo;
71#include "packet-per.h"
73WS_DLL_PUBLIC
const value_string T_h323_message_body_vals[];
74WS_DLL_PUBLIC
const value_string h225_ReleaseCompleteReason_vals[];
75extern const value_string h225_PresentationIndicator_vals[];
83extern const value_string h225_PrivateTypeOfNumber_vals[];
88WS_DLL_PUBLIC
const value_string GatekeeperRejectReason_vals[];
89WS_DLL_PUBLIC
const value_string RegistrationRejectReason_vals[];
90WS_DLL_PUBLIC
const value_string UnregRequestReason_vals[];
91WS_DLL_PUBLIC
const value_string UnregRejectReason_vals[];
93WS_DLL_PUBLIC
const value_string AdmissionRejectReason_vals[];
95WS_DLL_PUBLIC
const value_string LocationRejectReason_vals[];
97WS_DLL_PUBLIC
const value_string DisengageRejectReason_vals[];
98WS_DLL_PUBLIC
const value_string InfoRequestNakReason_vals[];
99WS_DLL_PUBLIC
int dissect_h225_ReleaseCompleteReason(
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
111int dissect_h225_AlternateTransportAddresses(
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
129WS_DLL_PUBLIC
int dissect_h225_RasMessage(
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
Definition guid-utils.h:23
Definition packet-h225.h:43
Definition packet_info.h:43
Definition value_string.h:25
Definition tvbuff-int.h:35