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"
74extern const value_string h225_ReleaseCompleteReason_vals[];
75extern const value_string h225_PresentationIndicator_vals[];
83extern const value_string h225_PrivateTypeOfNumber_vals[];
89extern const value_string RegistrationRejectReason_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
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Definition tvbuff-int.h:35