aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
commitb228488bc0b9d5e0c63b15814836f7332f35ce04 (patch)
tree62ba2a1b91519fc94d9c3213b328889b969e0c78 /epan/dissectors/packet-h225.c
parentdec6ea57aefdcebc4bacd3934606ad0d78da446e (diff)
From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c178
1 files changed, 89 insertions, 89 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index b59c654632..0900f71660 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -7561,16 +7561,16 @@ void proto_register_h225(void) {
static hf_register_info hf[] = {
{ &hf_h221Manufacturer,
{ "H.221 Manufacturer", "h221.Manufacturer", FT_UINT32, BASE_HEX,
- VALS(H221ManufacturerCode_vals), 0, "H.221 Manufacturer", HFILL }},
+ VALS(H221ManufacturerCode_vals), 0, NULL, HFILL }},
{ &hf_h225_ras_req_frame,
{ "RAS Request Frame", "h225.ras.reqframe", FT_FRAMENUM, BASE_NONE,
- NULL, 0, "RAS Request Frame", HFILL }},
+ NULL, 0, NULL, HFILL }},
{ &hf_h225_ras_rsp_frame,
{ "RAS Response Frame", "h225.ras.rspframe", FT_FRAMENUM, BASE_NONE,
- NULL, 0, "RAS Response Frame", HFILL }},
+ NULL, 0, NULL, HFILL }},
{ &hf_h225_ras_dup,
{ "Duplicate RAS Message", "h225.ras.dup", FT_UINT32, BASE_DEC,
- NULL, 0, "Duplicate RAS Message", HFILL }},
+ NULL, 0, NULL, HFILL }},
{ &hf_h225_ras_deltatime,
{ "RAS Service Response Time", "h225.ras.timedelta", FT_RELATIVE_TIME, BASE_NONE,
NULL, 0, "Timedelta between RAS-Request and RAS-Response", HFILL }},
@@ -7604,7 +7604,7 @@ void proto_register_h225(void) {
"h225.INTEGER_0_255", HFILL }},
{ &hf_h225_user_information,
{ "user-information", "h225.user_information",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1_131", HFILL }},
{ &hf_h225_h323_message_body,
{ "h323-message-body", "h225.h323_message_body",
@@ -7676,7 +7676,7 @@ void proto_register_h225(void) {
"h225.T_h4501SupplementaryService_item", HFILL }},
{ &hf_h225_h245Tunneling,
{ "h245Tunneling", "h225.h245Tunneling",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.T_h245Tunneling", HFILL }},
{ &hf_h225_H245Control_item,
{ "H245Control item", "h225.H245Control_item",
@@ -7744,7 +7744,7 @@ void proto_register_h225(void) {
"h225.NULL", HFILL }},
{ &hf_h225_h248Message,
{ "h248Message", "h225.h248Message",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING", HFILL }},
{ &hf_h225_protocolIdentifier,
{ "protocolIdentifier", "h225.protocolIdentifier",
@@ -7788,11 +7788,11 @@ void proto_register_h225(void) {
"h225.FastStart", HFILL }},
{ &hf_h225_multipleCalls,
{ "multipleCalls", "h225.multipleCalls",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_maintainConnection,
{ "maintainConnection", "h225.maintainConnection",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_alertingAddress,
{ "alertingAddress", "h225.alertingAddress",
@@ -8004,7 +8004,7 @@ void proto_register_h225(void) {
"h225.CallReferenceValue", HFILL }},
{ &hf_h225_activeMC,
{ "activeMC", "h225.activeMC",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_conferenceGoal,
{ "conferenceGoal", "h225.conferenceGoal",
@@ -8060,11 +8060,11 @@ void proto_register_h225(void) {
"h225.FastStart_item", HFILL }},
{ &hf_h225_mediaWaitForConnect,
{ "mediaWaitForConnect", "h225.mediaWaitForConnect",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_canOverlapSend,
{ "canOverlapSend", "h225.canOverlapSend",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_endpointIdentifier,
{ "endpointIdentifier", "h225.endpointIdentifier",
@@ -8296,7 +8296,7 @@ void proto_register_h225(void) {
"h225.T_h245IpSourceRoute", HFILL }},
{ &hf_h225_ip,
{ "ip", "h225.ip",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_4", HFILL }},
{ &hf_h225_port,
{ "port", "h225.port",
@@ -8308,7 +8308,7 @@ void proto_register_h225(void) {
"h225.T_h245Route", HFILL }},
{ &hf_h225_h245Route_item,
{ "route item", "h225.route_item",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_4", HFILL }},
{ &hf_h225_h245Routing,
{ "routing", "h225.routing",
@@ -8328,15 +8328,15 @@ void proto_register_h225(void) {
"h225.T_h245IpxAddress", HFILL }},
{ &hf_h225_node,
{ "node", "h225.node",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_6", HFILL }},
{ &hf_h225_netnum,
{ "netnum", "h225.netnum",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_4", HFILL }},
{ &hf_h225_h245IpxPort,
{ "port", "h225.port",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_2", HFILL }},
{ &hf_h225_h245Ip6Address,
{ "ip6Address", "h225.ip6Address",
@@ -8348,11 +8348,11 @@ void proto_register_h225(void) {
"h225.OCTET_STRING_SIZE_16", HFILL }},
{ &hf_h225_netBios,
{ "netBios", "h225.netBios",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_16", HFILL }},
{ &hf_h225_nsap,
{ "nsap", "h225.nsap",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1_20", HFILL }},
{ &hf_h225_nonStandardAddress,
{ "nonStandardAddress", "h225.nonStandardAddress",
@@ -8376,7 +8376,7 @@ void proto_register_h225(void) {
"h225.T_ipSourceRoute", HFILL }},
{ &hf_h225_src_route_ipV4,
{ "ip", "h225.ip",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_4", HFILL }},
{ &hf_h225_ipV4_src_port,
{ "port", "h225.port",
@@ -8388,7 +8388,7 @@ void proto_register_h225(void) {
"h225.T_route", HFILL }},
{ &hf_h225_route_item,
{ "route item", "h225.route_item",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_4", HFILL }},
{ &hf_h225_routing,
{ "routing", "h225.routing",
@@ -8400,7 +8400,7 @@ void proto_register_h225(void) {
"h225.T_ipxAddress", HFILL }},
{ &hf_h225_ipx_port,
{ "port", "h225.port",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_2", HFILL }},
{ &hf_h225_ip6Address,
{ "ip6Address", "h225.ip6Address",
@@ -8436,15 +8436,15 @@ void proto_register_h225(void) {
"h225.TerminalInfo", HFILL }},
{ &hf_h225_mc,
{ "mc", "h225.mc",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_undefinedNode,
{ "undefinedNode", "h225.undefinedNode",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_set,
{ "set", "h225.set",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.BIT_STRING_SIZE_32", HFILL }},
{ &hf_h225_supportedTunnelledProtocols,
{ "supportedTunnelledProtocols", "h225.supportedTunnelledProtocols",
@@ -8536,11 +8536,11 @@ void proto_register_h225(void) {
"h225.H221NonStandard", HFILL }},
{ &hf_h225_productId,
{ "productId", "h225.productId",
- FT_STRING, BASE_HEX, NULL, 0,
+ FT_STRING, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1_256", HFILL }},
{ &hf_h225_versionId,
{ "versionId", "h225.versionId",
- FT_STRING, BASE_HEX, NULL, 0,
+ FT_STRING, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1_256", HFILL }},
{ &hf_h225_enterpriseNumber,
{ "enterpriseNumber", "h225.enterpriseNumber",
@@ -8764,15 +8764,15 @@ void proto_register_h225(void) {
"h225.TBCD_STRING_SIZE_1_4", HFILL }},
{ &hf_h225_systemMyTypeCode,
{ "systemMyTypeCode", "h225.systemMyTypeCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1", HFILL }},
{ &hf_h225_systemAccessType,
{ "systemAccessType", "h225.systemAccessType",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1", HFILL }},
{ &hf_h225_qualificationInformationCode,
{ "qualificationInformationCode", "h225.qualificationInformationCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1", HFILL }},
{ &hf_h225_sesn,
{ "sesn", "h225.sesn",
@@ -8784,7 +8784,7 @@ void proto_register_h225(void) {
"h225.TBCD_STRING_SIZE_3_16", HFILL }},
{ &hf_h225_tmsi,
{ "tmsi", "h225.tmsi",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_1_4", HFILL }},
{ &hf_h225_imei,
{ "imei", "h225.imei",
@@ -8924,7 +8924,7 @@ void proto_register_h225(void) {
"h225.GatekeeperIdentifier", HFILL }},
{ &hf_h225_needToRegister,
{ "needToRegister", "h225.needToRegister",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_alternateGatekeeper,
{ "alternateGatekeeper", "h225.alternateGatekeeper",
@@ -8936,7 +8936,7 @@ void proto_register_h225(void) {
"h225.AlternateGK", HFILL }},
{ &hf_h225_altGKisPermanent,
{ "altGKisPermanent", "h225.altGKisPermanent",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_default,
{ "default", "h225.default",
@@ -9032,31 +9032,31 @@ void proto_register_h225(void) {
"h225.SecurityCapabilities", HFILL }},
{ &hf_h225_q932Full,
{ "q932Full", "h225.q932Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q951Full,
{ "q951Full", "h225.q951Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q952Full,
{ "q952Full", "h225.q952Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q953Full,
{ "q953Full", "h225.q953Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q955Full,
{ "q955Full", "h225.q955Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q956Full,
{ "q956Full", "h225.q956Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q957Full,
{ "q957Full", "h225.q957Full",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_q954Info,
{ "q954Info", "h225.q954Info",
@@ -9064,11 +9064,11 @@ void proto_register_h225(void) {
"h225.Q954Details", HFILL }},
{ &hf_h225_conferenceCalling,
{ "conferenceCalling", "h225.conferenceCalling",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_threePartyService,
{ "threePartyService", "h225.threePartyService",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_guid,
{ "guid", "h225.guid",
@@ -9112,7 +9112,7 @@ void proto_register_h225(void) {
"h225.OBJECT_IDENTIFIER", HFILL }},
{ &hf_h225_icv,
{ "icv", "h225.icv",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.BIT_STRING", HFILL }},
{ &hf_h225_cryptoEPPwdHash,
{ "cryptoEPPwdHash", "h225.cryptoEPPwdHash",
@@ -9184,7 +9184,7 @@ void proto_register_h225(void) {
"h225.AliasAddress", HFILL }},
{ &hf_h225_canReportCallCapacity,
{ "canReportCallCapacity", "h225.canReportCallCapacity",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_capacityReportingSpecification_when,
{ "when", "h225.when",
@@ -9336,11 +9336,11 @@ void proto_register_h225(void) {
"h225.T_cic_2_4", HFILL }},
{ &hf_h225_cic_2_4_item,
{ "cic item", "h225.cic_item",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_2_4", HFILL }},
{ &hf_h225_pointCode,
{ "pointCode", "h225.pointCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_2_5", HFILL }},
{ &hf_h225_member,
{ "member", "h225.member",
@@ -9352,7 +9352,7 @@ void proto_register_h225(void) {
"h225.INTEGER_0_65535", HFILL }},
{ &hf_h225_carrierIdentificationCode,
{ "carrierIdentificationCode", "h225.carrierIdentificationCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_3_4", HFILL }},
{ &hf_h225_carrierName,
{ "carrierName", "h225.carrierName",
@@ -9364,7 +9364,7 @@ void proto_register_h225(void) {
"h225.IA5String_SIZE_0_512", HFILL }},
{ &hf_h225_signal,
{ "signal", "h225.signal",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.H248SignalsDescriptor", HFILL }},
{ &hf_h225_callCreditServiceControl,
{ "callCreditServiceControl", "h225.callCreditServiceControl",
@@ -9468,15 +9468,15 @@ void proto_register_h225(void) {
"h235.TimeStamp", HFILL }},
{ &hf_h225_releaseCompleteCauseIE,
{ "releaseCompleteCauseIE", "h225.releaseCompleteCauseIE",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING_SIZE_2_32", HFILL }},
{ &hf_h225_sender,
{ "sender", "h225.sender",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_multicast,
{ "multicast", "h225.multicast",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_bandwidth,
{ "bandwidth", "h225.bandwidth",
@@ -9488,11 +9488,11 @@ void proto_register_h225(void) {
"h225.TransportChannelInfo", HFILL }},
{ &hf_h225_canDisplayAmountString,
{ "canDisplayAmountString", "h225.canDisplayAmountString",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_canEnforceDurationLimit,
{ "canEnforceDurationLimit", "h225.canEnforceDurationLimit",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_amountString,
{ "amountString", "h225.amountString",
@@ -9516,7 +9516,7 @@ void proto_register_h225(void) {
"h225.INTEGER_1_4294967295", HFILL }},
{ &hf_h225_enforceCallDurationLimit,
{ "enforceCallDurationLimit", "h225.enforceCallDurationLimit",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_callStartingPoint,
{ "callStartingPoint", "h225.callStartingPoint",
@@ -9552,7 +9552,7 @@ void proto_register_h225(void) {
"h225.Content", HFILL }},
{ &hf_h225_raw,
{ "raw", "h225.raw",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING", HFILL }},
{ &hf_h225_text,
{ "text", "h225.text",
@@ -9564,7 +9564,7 @@ void proto_register_h225(void) {
"h225.BMPString", HFILL }},
{ &hf_h225_bool,
{ "bool", "h225.bool",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_number8,
{ "number8", "h225.number8",
@@ -9600,7 +9600,7 @@ void proto_register_h225(void) {
"h225.GenericData", HFILL }},
{ &hf_h225_replacementFeatureSet,
{ "replacementFeatureSet", "h225.replacementFeatureSet",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_sendAddress,
{ "sendAddress", "h225.sendAddress",
@@ -9844,7 +9844,7 @@ void proto_register_h225(void) {
"h225.NULL", HFILL }},
{ &hf_h225_supportsAssignedGK,
{ "supportsAssignedGK", "h225.supportsAssignedGK",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_assignedGatekeeper,
{ "assignedGatekeeper", "h225.assignedGatekeeper",
@@ -9888,7 +9888,7 @@ void proto_register_h225(void) {
"h225.SecurityErrors", HFILL }},
{ &hf_h225_discoveryComplete,
{ "discoveryComplete", "h225.discoveryComplete",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_terminalType,
{ "terminalType", "h225.terminalType",
@@ -9912,11 +9912,11 @@ void proto_register_h225(void) {
"h225.TimeToLive", HFILL }},
{ &hf_h225_keepAlive,
{ "keepAlive", "h225.keepAlive",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_willSupplyUUIEs,
{ "willSupplyUUIEs", "h225.willSupplyUUIEs",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_additiveRegistration,
{ "additiveRegistration", "h225.additiveRegistration",
@@ -9940,7 +9940,7 @@ void proto_register_h225(void) {
"h225.SEQUENCE_OF_H248PackagesDescriptor", HFILL }},
{ &hf_h225_supportedH248Packages_item,
{ "H248PackagesDescriptor", "h225.H248PackagesDescriptor",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.H248PackagesDescriptor", HFILL }},
{ &hf_h225_callCreditCapability,
{ "callCreditCapability", "h225.callCreditCapability",
@@ -9964,7 +9964,7 @@ void proto_register_h225(void) {
"h225.TransportQOS", HFILL }},
{ &hf_h225_willRespondToIRR,
{ "willRespondToIRR", "h225.willRespondToIRR",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_preGrantedARQ,
{ "preGrantedARQ", "h225.preGrantedARQ",
@@ -9972,19 +9972,19 @@ void proto_register_h225(void) {
"h225.T_preGrantedARQ", HFILL }},
{ &hf_h225_makeCall,
{ "makeCall", "h225.makeCall",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_useGKCallSignalAddressToMakeCall,
{ "useGKCallSignalAddressToMakeCall", "h225.useGKCallSignalAddressToMakeCall",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_answerCall,
{ "answerCall", "h225.answerCall",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_useGKCallSignalAddressToAnswer,
{ "useGKCallSignalAddressToAnswer", "h225.useGKCallSignalAddressToAnswer",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_irrFrequencyInCall,
{ "irrFrequencyInCall", "h225.irrFrequencyInCall",
@@ -10156,7 +10156,7 @@ void proto_register_h225(void) {
"h225.CallReferenceValue", HFILL }},
{ &hf_h225_canMapAlias,
{ "canMapAlias", "h225.canMapAlias",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_srcAlternatives,
{ "srcAlternatives", "h225.srcAlternatives",
@@ -10184,7 +10184,7 @@ void proto_register_h225(void) {
"h225.TunnelledProtocol", HFILL }},
{ &hf_h225_canMapSrcAlias,
{ "canMapSrcAlias", "h225.canMapSrcAlias",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_pointToPoint,
{ "pointToPoint", "h225.pointToPoint",
@@ -10260,55 +10260,55 @@ void proto_register_h225(void) {
"h225.AliasAddress", HFILL }},
{ &hf_h225_setup_bool,
{ "setup", "h225.setup",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_callProceeding_flg,
{ "callProceeding", "h225.callProceeding",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_connect_bool,
{ "connect", "h225.connect",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_alerting_bool,
{ "alerting", "h225.alerting",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_information_bool,
{ "information", "h225.information",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_releaseComplete_bool,
{ "releaseComplete", "h225.releaseComplete",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_facility_bool,
{ "facility", "h225.facility",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_progress_bool,
{ "progress", "h225.progress",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_empty,
{ "empty", "h225.empty",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_status_bool,
{ "status", "h225.status",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_statusInquiry_bool,
{ "statusInquiry", "h225.statusInquiry",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_setupAcknowledge_bool,
{ "setupAcknowledge", "h225.setupAcknowledge",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_notify_bool,
{ "notify", "h225.notify",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_rejectReason,
{ "rejectReason", "h225.rejectReason",
@@ -10368,7 +10368,7 @@ void proto_register_h225(void) {
"h225.NULL", HFILL }},
{ &hf_h225_answeredCall,
{ "answeredCall", "h225.answeredCall",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_usageInformation,
{ "usageInformation", "h225.usageInformation",
@@ -10504,7 +10504,7 @@ void proto_register_h225(void) {
"h225.T_perCallInfo_item", HFILL }},
{ &hf_h225_originator,
{ "originator", "h225.originator",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_audio,
{ "audio", "h225.audio",
@@ -10560,11 +10560,11 @@ void proto_register_h225(void) {
"h225.H323_UU_PDU", HFILL }},
{ &hf_h225_sent,
{ "sent", "h225.sent",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_needResponse,
{ "needResponse", "h225.needResponse",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_irrStatus,
{ "irrStatus", "h225.irrStatus",
@@ -10572,7 +10572,7 @@ void proto_register_h225(void) {
"h225.InfoRequestResponseStatus", HFILL }},
{ &hf_h225_unsolicited,
{ "unsolicited", "h225.unsolicited",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_complete,
{ "complete", "h225.complete",
@@ -10596,7 +10596,7 @@ void proto_register_h225(void) {
"h225.InfoRequestNakReason", HFILL }},
{ &hf_h225_messageNotUnderstood,
{ "messageNotUnderstood", "h225.messageNotUnderstood",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"h225.OCTET_STRING", HFILL }},
{ &hf_h225_delay,
{ "delay", "h225.delay",
@@ -10612,7 +10612,7 @@ void proto_register_h225(void) {
"h225.SupportedProtocols", HFILL }},
{ &hf_h225_almostOutOfResources,
{ "almostOutOfResources", "h225.almostOutOfResources",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"h225.BOOLEAN", HFILL }},
{ &hf_h225_callSpecific,
{ "callSpecific", "h225.callSpecific",