From c3af1555bb4c1eb47d86a0576d3dd7944572e6f5 Mon Sep 17 00:00:00 2001 From: stig Date: Thu, 18 Jun 2009 21:30:42 +0000 Subject: 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-rnsap.c | 288 ++++++++++++++++++++--------------------- 1 file changed, 144 insertions(+), 144 deletions(-) (limited to 'epan/dissectors/packet-rnsap.c') diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c index 5ced848e5e..67a77647a2 100644 --- a/epan/dissectors/packet-rnsap.c +++ b/epan/dissectors/packet-rnsap.c @@ -35693,7 +35693,7 @@ void proto_register_rnsap(void) { "rnsap.AntennaColocationIndicator", HFILL }}, { &hf_rnsap_BindingID_PDU, { "BindingID", "rnsap.BindingID", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BindingID", HFILL }}, { &hf_rnsap_Cause_PDU, { "Cause", "rnsap.Cause", @@ -35701,19 +35701,19 @@ void proto_register_rnsap(void) { "rnsap.Cause", HFILL }}, { &hf_rnsap_CellCapabilityContainer_FDD_PDU, { "CellCapabilityContainer-FDD", "rnsap.CellCapabilityContainer_FDD", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.CellCapabilityContainer_FDD", HFILL }}, { &hf_rnsap_CellCapabilityContainer_TDD_PDU, { "CellCapabilityContainer-TDD", "rnsap.CellCapabilityContainer_TDD", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.CellCapabilityContainer_TDD", HFILL }}, { &hf_rnsap_CellCapabilityContainer_TDD_LCR_PDU, { "CellCapabilityContainer-TDD-LCR", "rnsap.CellCapabilityContainer_TDD_LCR", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.CellCapabilityContainer_TDD_LCR", HFILL }}, { &hf_rnsap_CellCapabilityContainer_TDD768_PDU, { "CellCapabilityContainer-TDD768", "rnsap.CellCapabilityContainer_TDD768", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.CellCapabilityContainer_TDD768", HFILL }}, { &hf_rnsap_C_ID_PDU, { "C-ID", "rnsap.C_ID", @@ -35961,7 +35961,7 @@ void proto_register_rnsap(void) { "rnsap.EDPCH_Information_RLReconfRequest_FDD", HFILL }}, { &hf_rnsap_E_DPDCH_PowerInterpolation_PDU, { "E-DPDCH-PowerInterpolation", "rnsap.E_DPDCH_PowerInterpolation", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.E_DPDCH_PowerInterpolation", HFILL }}, { &hf_rnsap_E_Serving_Grant_Value_PDU, { "E-Serving-Grant-Value", "rnsap.E_Serving_Grant_Value", @@ -36125,11 +36125,11 @@ void proto_register_rnsap(void) { "rnsap.GANSS_Information", HFILL }}, { &hf_rnsap_GERAN_Cell_Capability_PDU, { "GERAN-Cell-Capability", "rnsap.GERAN_Cell_Capability", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.GERAN_Cell_Capability", HFILL }}, { &hf_rnsap_GERAN_Classmark_PDU, { "GERAN-Classmark", "rnsap.GERAN_Classmark", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.GERAN_Classmark", HFILL }}, { &hf_rnsap_Satellite_Almanac_Information_ExtItem_PDU, { "Satellite-Almanac-Information-ExtItem", "rnsap.Satellite_Almanac_Information_ExtItem", @@ -36257,7 +36257,7 @@ void proto_register_rnsap(void) { "rnsap.HSDSCH_TDD_Update_Information", HFILL }}, { &hf_rnsap_IMSI_PDU, { "IMSI", "rnsap.IMSI", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.IMSI", HFILL }}, { &hf_rnsap_InformationExchangeID_PDU, { "InformationExchangeID", "rnsap.InformationExchangeID", @@ -36293,7 +36293,7 @@ void proto_register_rnsap(void) { "rnsap.IPDL_TDD_ParametersLCR", HFILL }}, { &hf_rnsap_L3_Information_PDU, { "L3-Information", "rnsap.L3_Information", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.L3_Information", HFILL }}, { &hf_rnsap_Load_Value_IncrDecrThres_PDU, { "Load-Value-IncrDecrThres", "rnsap.Load_Value_IncrDecrThres", @@ -36485,7 +36485,7 @@ void proto_register_rnsap(void) { "rnsap.UpPCH_InformationItem_LCRTDD", HFILL }}, { &hf_rnsap_RANAP_RelocationInformation_PDU, { "RANAP-RelocationInformation", "rnsap.RANAP_RelocationInformation", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.RANAP_RelocationInformation", HFILL }}, { &hf_rnsap_Received_Total_Wideband_Power_Value_PDU, { "Received-Total-Wideband-Power-Value", "rnsap.Received_Total_Wideband_Power_Value", @@ -36669,7 +36669,7 @@ void proto_register_rnsap(void) { "rnsap.TraceRecordingSessionReference", HFILL }}, { &hf_rnsap_TraceReference_PDU, { "TraceReference", "rnsap.TraceReference", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.TraceReference", HFILL }}, { &hf_rnsap_TrafficClass_PDU, { "TrafficClass", "rnsap.TrafficClass", @@ -36717,7 +36717,7 @@ void proto_register_rnsap(void) { "rnsap.TransportBearerNotSetupIndicator", HFILL }}, { &hf_rnsap_TransportLayerAddress_PDU, { "TransportLayerAddress", "rnsap.TransportLayerAddress", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.TransportLayerAddress", HFILL }}, { &hf_rnsap_TrCH_SrcStatisticsDescr_PDU, { "TrCH-SrcStatisticsDescr", "rnsap.TrCH_SrcStatisticsDescr", @@ -38229,11 +38229,11 @@ void proto_register_rnsap(void) { "rnsap.SAT_ID", HFILL }}, { &hf_rnsap_nCC, { "nCC", "rnsap.nCC", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.NCC", HFILL }}, { &hf_rnsap_bCC, { "bCC", "rnsap.bCC", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BCC", HFILL }}, { &hf_rnsap_burstStart, { "burstStart", "rnsap.burstStart", @@ -38277,15 +38277,15 @@ void proto_register_rnsap(void) { "rnsap.T_lAI", HFILL }}, { &hf_rnsap_pLMN_Identity, { "pLMN-Identity", "rnsap.pLMN_Identity", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.PLMN_Identity", HFILL }}, { &hf_rnsap_lAC, { "lAC", "rnsap.lAC", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.LAC", HFILL }}, { &hf_rnsap_cI, { "cI", "rnsap.cI", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.CI", HFILL }}, { &hf_rnsap_tUTRANGPSMeasurementAccuracyClass, { "tUTRANGPSMeasurementAccuracyClass", "rnsap.tUTRANGPSMeasurementAccuracyClass", @@ -38369,7 +38369,7 @@ void proto_register_rnsap(void) { "rnsap.Transport_Block_Size_Index", HFILL }}, { &hf_rnsap_hSPDSCH_Second_Code_Support, { "hSPDSCH-Second-Code-Support", "rnsap.hSPDSCH_Second_Code_Support", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.HSPDSCH_Second_Code_Support", HFILL }}, { &hf_rnsap_hSPDSCH_First_Code_Index, { "hSPDSCH-First-Code-Index", "rnsap.hSPDSCH_First_Code_Index", @@ -38441,7 +38441,7 @@ void proto_register_rnsap(void) { "rnsap.RepetitionNumber1", HFILL }}, { &hf_rnsap_rAC, { "rAC", "rnsap.rAC", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.RAC", HFILL }}, { &hf_rnsap_DCH_FDD_Information_item, { "DCH-FDD-InformationItem", "rnsap.DCH_FDD_InformationItem", @@ -38517,11 +38517,11 @@ void proto_register_rnsap(void) { "rnsap.DCH_InformationResponseItem", HFILL }}, { &hf_rnsap_bindingID, { "bindingID", "rnsap.bindingID", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BindingID", HFILL }}, { &hf_rnsap_transportLayerAddress, { "transportLayerAddress", "rnsap.transportLayerAddress", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.TransportLayerAddress", HFILL }}, { &hf_rnsap_DCH_TDD_Information_item, { "DCH-TDD-InformationItem", "rnsap.DCH_TDD_InformationItem", @@ -38669,7 +38669,7 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_0_63", HFILL }}, { &hf_rnsap_gANSS_iod, { "gANSS-iod", "rnsap.gANSS_iod", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_10", HFILL }}, { &hf_rnsap_udre, { "udre", "rnsap.udre", @@ -38685,7 +38685,7 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_M127_127", HFILL }}, { &hf_rnsap_dGANSS_Signal_ID, { "dGANSS-Signal-ID", "rnsap.dGANSS_Signal_ID", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_pRCDeviation, { "pRCDeviation", "rnsap.pRCDeviation", @@ -38713,7 +38713,7 @@ void proto_register_rnsap(void) { "rnsap.SAT_ID", HFILL }}, { &hf_rnsap_iode_dgps, { "iode-dgps", "rnsap.iode_dgps", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_uDRE, { "uDRE", "rnsap.uDRE", @@ -38845,7 +38845,7 @@ void proto_register_rnsap(void) { "rnsap.Inactivity_Threshold_for_UE_Grant_Monitoring", HFILL }}, { &hf_rnsap_uE_DRX_Grant_Monitoring, { "uE-DRX-Grant-Monitoring", "rnsap.uE_DRX_Grant_Monitoring", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.UE_DRX_Grant_Monitoring", HFILL }}, { &hf_rnsap_modify, { "modify", "rnsap.modify", @@ -39001,7 +39001,7 @@ void proto_register_rnsap(void) { "rnsap.EDCH_MACdFlows_Information", HFILL }}, { &hf_rnsap_hARQ_Process_Allocation_Scheduled_2ms_EDCH, { "hARQ-Process-Allocation-Scheduled-2ms-EDCH", "rnsap.hARQ_Process_Allocation_Scheduled_2ms_EDCH", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.HARQ_Process_Allocation_2ms_EDCH", HFILL }}, { &hf_rnsap_e_DCH_Maximum_Bitrate, { "e-DCH-Maximum-Bitrate", "rnsap.e_DCH_Maximum_Bitrate", @@ -39029,7 +39029,7 @@ void proto_register_rnsap(void) { "rnsap.EDCH_MACdFlow_ID", HFILL }}, { &hf_rnsap_hARQ_Process_Allocation_NonSched_2ms_EDCH, { "hARQ-Process-Allocation-NonSched-2ms-EDCH", "rnsap.hARQ_Process_Allocation_NonSched_2ms_EDCH", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.HARQ_Process_Allocation_2ms_EDCH", HFILL }}, { &hf_rnsap_eDCH_MACdFlow_Specific_Information, { "eDCH-MACdFlow-Specific-Information", "rnsap.eDCH_MACdFlow_Specific_Information", @@ -39145,7 +39145,7 @@ void proto_register_rnsap(void) { "rnsap.E_DCH_HARQ_PO_FDD", HFILL }}, { &hf_rnsap_eDCH_MACdFlow_Multiplexing_List, { "eDCH-MACdFlow-Multiplexing-List", "rnsap.eDCH_MACdFlow_Multiplexing_List", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.E_DCH_MACdFlow_Multiplexing_List", HFILL }}, { &hf_rnsap_eDCH_Grant_Type_Information, { "eDCH-Grant-Type-Information", "rnsap.eDCH_Grant_Type_Information", @@ -39189,7 +39189,7 @@ void proto_register_rnsap(void) { "rnsap.Max_Bits_MACe_PDU_non_scheduled", HFILL }}, { &hf_rnsap_hARQ_Process_Allocation_NonSched_2ms, { "hARQ-Process-Allocation-NonSched-2ms", "rnsap.hARQ_Process_Allocation_NonSched_2ms", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.HARQ_Process_Allocation_2ms_EDCH", HFILL }}, { &hf_rnsap_e_DCH_serving_cell_outcome_choice, { "e-DCH-serving-cell-outcome-choice", "rnsap.e_DCH_serving_cell_outcome_choice", @@ -39517,7 +39517,7 @@ void proto_register_rnsap(void) { "rnsap.E_HICH_TimeOffset", HFILL }}, { &hf_rnsap_timeslotResource, { "timeslotResource", "rnsap.timeslotResource", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.E_DCH_TimeslotResource", HFILL }}, { &hf_rnsap_powerResource, { "powerResource", "rnsap.powerResource", @@ -39641,7 +39641,7 @@ void proto_register_rnsap(void) { "rnsap.SignatureSequenceGroupIndex", HFILL }}, { &hf_rnsap_timeslotResource_LCR, { "timeslotResource-LCR", "rnsap.timeslotResource_LCR", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.E_DCH_TimeslotResource_LCR", HFILL }}, { &hf_rnsap_subframenumber, { "subframenumber", "rnsap.subframenumber", @@ -39801,23 +39801,23 @@ void proto_register_rnsap(void) { "rnsap.GANSS_Clock_Model_item", HFILL }}, { &hf_rnsap_t_oc, { "t-oc", "rnsap.t_oc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_14", HFILL }}, { &hf_rnsap_a_i2, { "a-i2", "rnsap.a_i2", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_12", HFILL }}, { &hf_rnsap_a_i1, { "a-i1", "rnsap.a_i1", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_18", HFILL }}, { &hf_rnsap_a_i0, { "a-i0", "rnsap.a_i0", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_28", HFILL }}, { &hf_rnsap_t_gd, { "t-gd", "rnsap.t_gd", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_10", HFILL }}, { &hf_rnsap_model_id, { "model-id", "rnsap.model_id", @@ -39833,7 +39833,7 @@ void proto_register_rnsap(void) { "rnsap.GANSS_RX_Pos", HFILL }}, { &hf_rnsap_ionospheric_Model, { "ionospheric-Model", "rnsap.ionospheric_Model", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganssTod, { "ganssTod", "rnsap.ganssTod", @@ -39861,7 +39861,7 @@ void proto_register_rnsap(void) { "rnsap.GANSS_Signal_ID", HFILL }}, { &hf_rnsap_ganssDataBits, { "ganssDataBits", "rnsap.ganssDataBits", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_1_1024", HFILL }}, { &hf_rnsap_ganssTod_01, { "ganssTod", "rnsap.ganssTod", @@ -39893,23 +39893,23 @@ void proto_register_rnsap(void) { "rnsap.GANSS_ID", HFILL }}, { &hf_rnsap_ganss_Navigation_Model_And_Time_Recovery, { "ganss-Navigation-Model-And-Time-Recovery", "rnsap.ganss_Navigation_Model_And_Time_Recovery", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganss_Time_Model_GNSS_GNSS, { "ganss-Time-Model-GNSS-GNSS", "rnsap.ganss_Time_Model_GNSS_GNSS", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_9", HFILL }}, { &hf_rnsap_ganss_UTC_Model, { "ganss-UTC-Model", "rnsap.ganss_UTC_Model", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganss_Almanac, { "ganss-Almanac", "rnsap.ganss_Almanac", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganss_Real_Time_Integrity, { "ganss-Real-Time-Integrity", "rnsap.ganss_Real_Time_Integrity", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganss_Data_Bit_Assistance_Req, { "ganss-Data-Bit-Assistance-Req", "rnsap.ganss_Data_Bit_Assistance_Req", @@ -39957,15 +39957,15 @@ void proto_register_rnsap(void) { "rnsap.GANSS_GenericDataInfoReqList", HFILL }}, { &hf_rnsap_alpha_zero_ionos, { "alpha-zero-ionos", "rnsap.alpha_zero_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_12", HFILL }}, { &hf_rnsap_alpha_one_ionos, { "alpha-one-ionos", "rnsap.alpha_one_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_12", HFILL }}, { &hf_rnsap_alpha_two_ionos, { "alpha-two-ionos", "rnsap.alpha_two_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_12", HFILL }}, { &hf_rnsap_gANSS_IonosphereRegionalStormFlags, { "gANSS-IonosphereRegionalStormFlags", "rnsap.gANSS_IonosphereRegionalStormFlags", @@ -39973,23 +39973,23 @@ void proto_register_rnsap(void) { "rnsap.GANSS_IonosphereRegionalStormFlags", HFILL }}, { &hf_rnsap_storm_flag_one, { "storm-flag-one", "rnsap.storm_flag_one", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_storm_flag_two, { "storm-flag-two", "rnsap.storm_flag_two", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_storm_flag_three, { "storm-flag-three", "rnsap.storm_flag_three", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_storm_flag_four, { "storm-flag-four", "rnsap.storm_flag_four", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_storm_flag_five, { "storm-flag-five", "rnsap.storm_flag_five", - FT_BOOLEAN, 8, NULL, 0, + FT_BOOLEAN, BASE_NONE, NULL, 0x0, "rnsap.BOOLEAN", HFILL }}, { &hf_rnsap_ganss_Transmission_Time, { "ganss-Transmission-Time", "rnsap.ganss_Transmission_Time", @@ -40009,67 +40009,67 @@ void proto_register_rnsap(void) { "rnsap.T_gANSS_keplerianParameters_01", HFILL }}, { &hf_rnsap_toe_nav, { "toe-nav", "rnsap.toe_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_14", HFILL }}, { &hf_rnsap_ganss_omega_nav, { "ganss-omega-nav", "rnsap.ganss_omega_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_delta_n_nav, { "delta-n-nav", "rnsap.delta_n_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_m_zero_nav, { "m-zero-nav", "rnsap.m_zero_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_omegadot_nav, { "omegadot-nav", "rnsap.omegadot_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_ganss_e_nav, { "ganss-e-nav", "rnsap.ganss_e_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_idot_nav, { "idot-nav", "rnsap.idot_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_14", HFILL }}, { &hf_rnsap_a_sqrt_nav, { "a-sqrt-nav", "rnsap.a_sqrt_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_i_zero_nav, { "i-zero-nav", "rnsap.i_zero_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_omega_zero_nav, { "omega-zero-nav", "rnsap.omega_zero_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_c_rs_nav, { "c-rs-nav", "rnsap.c_rs_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_c_is_nav, { "c-is-nav", "rnsap.c_is_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_c_us_nav, { "c-us-nav", "rnsap.c_us_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_c_rc_nav, { "c-rc-nav", "rnsap.c_rc_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_c_ic_nav, { "c-ic-nav", "rnsap.c_ic_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_c_uc_nav, { "c-uc-nav", "rnsap.c_uc_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_GANSS_Real_Time_Integrity_item, { "GANSS-Real-Time-Integrity item", "rnsap.GANSS_Real_Time_Integrity_item", @@ -40081,7 +40081,7 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_0_63", HFILL }}, { &hf_rnsap_bad_ganss_signalId, { "bad-ganss-signalId", "rnsap.bad_ganss_signalId", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_latitudeSign, { "latitudeSign", "rnsap.latitudeSign", @@ -40105,43 +40105,43 @@ void proto_register_rnsap(void) { "rnsap.GANSS_SatelliteInformationKP_item", HFILL }}, { &hf_rnsap_ganss_e_alm, { "ganss-e-alm", "rnsap.ganss_e_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_ganss_delta_I_alm, { "ganss-delta-I-alm", "rnsap.ganss_delta_I_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_ganss_omegadot_alm, { "ganss-omegadot-alm", "rnsap.ganss_omegadot_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_ganss_svhealth_alm, { "ganss-svhealth-alm", "rnsap.ganss_svhealth_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_4", HFILL }}, { &hf_rnsap_ganss_delta_a_sqrt_alm, { "ganss-delta-a-sqrt-alm", "rnsap.ganss_delta_a_sqrt_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_17", HFILL }}, { &hf_rnsap_ganss_omegazero_alm, { "ganss-omegazero-alm", "rnsap.ganss_omegazero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_ganss_m_zero_alm, { "ganss-m-zero-alm", "rnsap.ganss_m_zero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_ganss_omega_alm, { "ganss-omega-alm", "rnsap.ganss_omega_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_ganss_af_zero_alm, { "ganss-af-zero-alm", "rnsap.ganss_af_zero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_14", HFILL }}, { &hf_rnsap_ganss_af_one_alm, { "ganss-af-one-alm", "rnsap.ganss_af_one_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_GANSS_Sat_Info_Nav_item, { "GANSS-Sat-Info-Nav item", "rnsap.GANSS_Sat_Info_Nav_item", @@ -40149,11 +40149,11 @@ void proto_register_rnsap(void) { "rnsap.GANSS_Sat_Info_Nav_item", HFILL }}, { &hf_rnsap_svHealth, { "svHealth", "rnsap.svHealth", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_5", HFILL }}, { &hf_rnsap_iod, { "iod", "rnsap.iod", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_10", HFILL }}, { &hf_rnsap_ganssClockModel, { "ganssClockModel", "rnsap.ganssClockModel", @@ -40193,35 +40193,35 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_0_8191", HFILL }}, { &hf_rnsap_a_one_utc, { "a-one-utc", "rnsap.a_one_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_a_zero_utc, { "a-zero-utc", "rnsap.a_zero_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_t_ot_utc, { "t-ot-utc", "rnsap.t_ot_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_w_n_t_utc, { "w-n-t-utc", "rnsap.w_n_t_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_delta_t_ls_utc, { "delta-t-ls-utc", "rnsap.delta_t_ls_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_w_n_lsf_utc, { "w-n-lsf-utc", "rnsap.w_n_lsf_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_dn_utc, { "dn-utc", "rnsap.dn_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_delta_t_lsf_utc, { "delta-t-lsf-utc", "rnsap.delta_t_lsf_utc", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_altitudeAndDirection, { "altitudeAndDirection", "rnsap.altitudeAndDirection", @@ -40281,11 +40281,11 @@ void proto_register_rnsap(void) { "rnsap.GERAN_SystemInfo_item", HFILL }}, { &hf_rnsap_gERAN_SI_block, { "gERAN-SI-block", "rnsap.gERAN_SI_block", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.OCTET_STRING_SIZE_1_23", HFILL }}, { &hf_rnsap_wna_alm, { "wna-alm", "rnsap.wna_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_satellite_Almanac_Information, { "satellite-Almanac-Information", "rnsap.satellite_Almanac_Information", @@ -40301,51 +40301,51 @@ void proto_register_rnsap(void) { "rnsap.DATA_ID", HFILL }}, { &hf_rnsap_gps_e_alm, { "gps-e-alm", "rnsap.gps_e_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_gps_toa_alm, { "gps-toa-alm", "rnsap.gps_toa_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_gps_delta_I_alm, { "gps-delta-I-alm", "rnsap.gps_delta_I_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_omegadot_alm, { "omegadot-alm", "rnsap.omegadot_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_svhealth_alm, { "svhealth-alm", "rnsap.svhealth_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_gps_a_sqrt_alm, { "gps-a-sqrt-alm", "rnsap.gps_a_sqrt_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_omegazero_alm, { "omegazero-alm", "rnsap.omegazero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_m_zero_alm, { "m-zero-alm", "rnsap.m_zero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_gps_omega_alm, { "gps-omega-alm", "rnsap.gps_omega_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_24", HFILL }}, { &hf_rnsap_gps_af_zero_alm, { "gps-af-zero-alm", "rnsap.gps_af_zero_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_gps_af_one_alm, { "gps-af-one-alm", "rnsap.gps_af_one_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_11", HFILL }}, { &hf_rnsap_sVGlobalHealth_alm, { "sVGlobalHealth-alm", "rnsap.sVGlobalHealth_alm", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_364", HFILL }}, { &hf_rnsap_Satellite_Almanac_Information_ExtItem_item, { "Satellite-Almanac-Information-ExtItem item", "rnsap.Satellite_Almanac_Information_ExtItem_item", @@ -40361,35 +40361,35 @@ void proto_register_rnsap(void) { "rnsap.T_gPSInformationItem", HFILL }}, { &hf_rnsap_alpha_zero_ionos_01, { "alpha-zero-ionos", "rnsap.alpha_zero_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_alpha_one_ionos_01, { "alpha-one-ionos", "rnsap.alpha_one_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_alpha_two_ionos_01, { "alpha-two-ionos", "rnsap.alpha_two_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_alpha_three_ionos, { "alpha-three-ionos", "rnsap.alpha_three_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_beta_zero_ionos, { "beta-zero-ionos", "rnsap.beta_zero_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_beta_one_ionos, { "beta-one-ionos", "rnsap.beta_one_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_beta_two_ionos, { "beta-two-ionos", "rnsap.beta_two_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_beta_three_ionos, { "beta-three-ionos", "rnsap.beta_three_ionos", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_GPS_NavigationModel_and_TimeRecovery_item, { "GPS-NavigationModel-and-TimeRecovery item", "rnsap.GPS_NavigationModel_and_TimeRecovery_item", @@ -40401,87 +40401,87 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_0_1048575", HFILL }}, { &hf_rnsap_tlm_message_nav, { "tlm-message-nav", "rnsap.tlm_message_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_14", HFILL }}, { &hf_rnsap_tlm_revd_c_nav, { "tlm-revd-c-nav", "rnsap.tlm_revd_c_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_2", HFILL }}, { &hf_rnsap_ho_word_nav, { "ho-word-nav", "rnsap.ho_word_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_22", HFILL }}, { &hf_rnsap_w_n_nav, { "w-n-nav", "rnsap.w_n_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_10", HFILL }}, { &hf_rnsap_ca_or_p_on_l2_nav, { "ca-or-p-on-l2-nav", "rnsap.ca_or_p_on_l2_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_2", HFILL }}, { &hf_rnsap_user_range_accuracy_index_nav, { "user-range-accuracy-index-nav", "rnsap.user_range_accuracy_index_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_4", HFILL }}, { &hf_rnsap_sv_health_nav, { "sv-health-nav", "rnsap.sv_health_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_6", HFILL }}, { &hf_rnsap_iodc_nav, { "iodc-nav", "rnsap.iodc_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_10", HFILL }}, { &hf_rnsap_l2_p_dataflag_nav, { "l2-p-dataflag-nav", "rnsap.l2_p_dataflag_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_1", HFILL }}, { &hf_rnsap_sf1_reserved_nav, { "sf1-reserved-nav", "rnsap.sf1_reserved_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_87", HFILL }}, { &hf_rnsap_t_gd_nav, { "t-gd-nav", "rnsap.t_gd_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_t_oc_nav, { "t-oc-nav", "rnsap.t_oc_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_a_f_2_nav, { "a-f-2-nav", "rnsap.a_f_2_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_a_f_1_nav, { "a-f-1-nav", "rnsap.a_f_1_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_a_f_zero_nav, { "a-f-zero-nav", "rnsap.a_f_zero_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_22", HFILL }}, { &hf_rnsap_gps_e_nav, { "gps-e-nav", "rnsap.gps_e_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_t_oe_nav, { "t-oe-nav", "rnsap.t_oe_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_16", HFILL }}, { &hf_rnsap_fit_interval_flag_nav, { "fit-interval-flag-nav", "rnsap.fit_interval_flag_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_1", HFILL }}, { &hf_rnsap_aodo_nav, { "aodo-nav", "rnsap.aodo_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_5", HFILL }}, { &hf_rnsap_gps_omega_nav, { "gps-omega-nav", "rnsap.gps_omega_nav", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_32", HFILL }}, { &hf_rnsap_spare_zero_fill, { "spare-zero-fill", "rnsap.spare_zero_fill", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_20", HFILL }}, { &hf_rnsap_badSatellites, { "badSatellites", "rnsap.badSatellites", @@ -40917,7 +40917,7 @@ void proto_register_rnsap(void) { "rnsap.IPSub", HFILL }}, { &hf_rnsap_List_Of_PLMNs_item, { "PLMN-Identity", "rnsap.PLMN_Identity", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.PLMN_Identity", HFILL }}, { &hf_rnsap_uplinkLoadValue, { "uplinkLoadValue", "rnsap.uplinkLoadValue", @@ -40953,11 +40953,11 @@ void proto_register_rnsap(void) { "rnsap.MACdPDU_Size_IndexItem_to_Modify", HFILL }}, { &hf_rnsap_accessPointName, { "accessPointName", "rnsap.accessPointName", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.AccessPointName", HFILL }}, { &hf_rnsap_iPMulticastAddress, { "iPMulticastAddress", "rnsap.iPMulticastAddress", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.IPMulticastAddress", HFILL }}, { &hf_rnsap_MBMS_Bearer_Service_List_item, { "TMGI", "rnsap.TMGI", @@ -41349,7 +41349,7 @@ void proto_register_rnsap(void) { "rnsap.InformationReportPeriodicity", HFILL }}, { &hf_rnsap_imsi, { "imsi", "rnsap.imsi", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.IMSI", HFILL }}, { &hf_rnsap_defaultPreferredFrequency, { "defaultPreferredFrequency", "rnsap.defaultPreferredFrequency", @@ -41585,7 +41585,7 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_0_100", HFILL }}, { &hf_rnsap_sAC, { "sAC", "rnsap.sAC", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.SAC", HFILL }}, { &hf_rnsap_dl_TFCS, { "dl-TFCS", "rnsap.dl_TFCS", @@ -41861,19 +41861,19 @@ void proto_register_rnsap(void) { "rnsap.EightPSK_UL_DPCH_TimeSlotFormatTDD_LCR", HFILL }}, { &hf_rnsap_plmn_id, { "plmn-id", "rnsap.plmn_id", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.PLMN_Identity", HFILL }}, { &hf_rnsap_service_id, { "service-id", "rnsap.service_id", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.Service_ID", HFILL }}, { &hf_rnsap_dsField, { "dsField", "rnsap.dsField", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.DsField", HFILL }}, { &hf_rnsap_genericTrafficCategory, { "genericTrafficCategory", "rnsap.genericTrafficCategory", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.GenericTrafficCategory", HFILL }}, { &hf_rnsap_Transmission_Gap_Pattern_Sequence_Information_item, { "Transmission-Gap-Pattern-Sequence-Information item", "rnsap.Transmission_Gap_Pattern_Sequence_Information_item", @@ -42165,11 +42165,11 @@ void proto_register_rnsap(void) { "rnsap.INTEGER_1_64_", HFILL }}, { &hf_rnsap_imei, { "imei", "rnsap.imei", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.IMEI", HFILL }}, { &hf_rnsap_imeisv, { "imeisv", "rnsap.imeisv", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.IMEISV", HFILL }}, { &hf_rnsap_periodic_02, { "periodic", "rnsap.periodic", @@ -42401,7 +42401,7 @@ void proto_register_rnsap(void) { "rnsap.UL_Timeslot_ISCP_Value", HFILL }}, { &hf_rnsap_sync_UL_codes_bitmap, { "sync-UL-codes-bitmap", "rnsap.sync_UL_codes_bitmap", - FT_BYTES, BASE_HEX, NULL, 0, + FT_BYTES, BASE_NONE, NULL, 0, "rnsap.BIT_STRING_SIZE_8", HFILL }}, { &hf_rnsap_fPACH_info, { "fPACH-info", "rnsap.fPACH_info", -- cgit v1.2.3