aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.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-ansi_map.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-ansi_map.c')
-rw-r--r--epan/dissectors/packet-ansi_map.c858
1 files changed, 429 insertions, 429 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index faa1cca0ff..84a92ffb48 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -16271,284 +16271,284 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_op_code_fam,
{ "Operation Code Family", "ansi_map.op_code_fam",
FT_UINT8, BASE_DEC, NULL, 0,
- "Operation Code Family", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitH,
{ "Reserved", "ansi_map.reserved_bitH",
FT_BOOLEAN, 8, NULL,0x80,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitD,
{ "Reserved", "ansi_map.reserved_bitD",
FT_BOOLEAN, 8, NULL,0x08,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitHG,
{ "Reserved", "ansi_map.reserved_bitHG",
FT_UINT8, BASE_DEC, NULL, 0xc0,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitHGFE,
{ "Reserved", "ansi_map.reserved_bitHGFE",
FT_UINT8, BASE_DEC, NULL, 0xf0,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitFED,
{ "Reserved", "ansi_map.reserved_bitFED",
FT_UINT8, BASE_DEC, NULL, 0x38,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_reservedBitED,
{ "Reserved", "ansi_map.reserved_bitED",
FT_UINT8, BASE_DEC, NULL, 0x18,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_op_code,
{ "Operation Code", "ansi_map.op_code",
FT_UINT8, BASE_DEC, VALS(ansi_map_opr_code_strings), 0x0,
- "Operation Code", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_type_of_digits,
{ "Type of Digits", "ansi_map.type_of_digits",
FT_UINT8, BASE_DEC, VALS(ansi_map_type_of_digits_vals), 0x0,
- "Type of Digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_na,
{ "Nature of Number", "ansi_map.na",
FT_BOOLEAN, 8, TFS(&ansi_map_na_bool_val),0x01,
- "Nature of Number", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_pi,
{ "Presentation Indication", "ansi_map.type_of_pi",
FT_BOOLEAN, 8, TFS(&ansi_map_pi_bool_val),0x02,
- "Presentation Indication", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_navail,
{ "Number available indication", "ansi_map.navail",
FT_BOOLEAN, 8, TFS(&ansi_map_navail_bool_val),0x04,
- "Number available indication", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_si,
{ "Screening indication", "ansi_map.si",
FT_UINT8, BASE_DEC, VALS(ansi_map_si_vals), 0x30,
- "Screening indication", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_digits_enc,
{ "Encoding", "ansi_map.enc",
FT_UINT8, BASE_DEC, VALS(ansi_map_digits_enc_vals), 0x0f,
- "Encoding", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_np,
{ "Numbering Plan", "ansi_map.np",
FT_UINT8, BASE_DEC, VALS(ansi_map_np_vals), 0xf0,
- "Numbering Plan", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_nr_digits,
{ "Number of Digits", "ansi_map.nr_digits",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Number of Digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_bcd_digits,
{ "BCD digits", "ansi_map.bcd_digits",
FT_STRING, BASE_NONE, NULL, 0,
- "BCD digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_ia5_digits,
{ "IA5 digits", "ansi_map.ia5_digits",
FT_STRING, BASE_NONE, NULL, 0,
- "IA5 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_subaddr_type,
{ "Type of Subaddress", "ansi_map.subaddr_type",
FT_UINT8, BASE_DEC, VALS(ansi_map_sub_addr_type_vals), 0x70,
- "Type of Subaddress", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_subaddr_odd_even,
{ "Odd/Even Indicator", "ansi_map.subaddr_odd_even",
FT_BOOLEAN, 8, TFS(&ansi_map_navail_bool_val),0x08,
- "Odd/Even Indicator", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_alertcode_cadence,
{ "Cadence", "ansi_map.alertcode.cadence",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Cadence_vals), 0x3f,
- "Cadence", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_alertcode_pitch,
{ "Pitch", "ansi_map.alertcode.pitch",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Pitch_vals), 0xc0,
- "Pitch", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_alertcode_alertaction,
{ "Alert Action", "ansi_map.alertcode.alertaction",
FT_UINT8, BASE_DEC, VALS(ansi_map_AlertCode_Alert_Action_vals), 0x07,
- "Alert Action", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_announcementcode_tone,
{ "Tone", "ansi_map.announcementcode.tone",
FT_UINT8, BASE_DEC, VALS(ansi_map_AnnouncementCode_tone_vals), 0x0,
- "Tone", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_announcementcode_class,
{ "Tone", "ansi_map.announcementcode.class",
FT_UINT8, BASE_DEC, VALS(ansi_map_AnnouncementCode_class_vals), 0xf,
- "Tone", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_announcementcode_std_ann,
{ "Standard Announcement", "ansi_map.announcementcode.std_ann",
FT_UINT8, BASE_DEC, VALS(ansi_map_AnnouncementCode_std_ann_vals), 0x0,
- "Standard Announcement", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_announcementcode_cust_ann,
{ "Custom Announcement", "ansi_map.announcementcode.cust_ann",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Custom Announcement", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_authorizationperiod_period,
{ "Period", "ansi_map.authorizationperiod.period",
FT_UINT8, BASE_DEC, VALS(ansi_map_authorizationperiod_period_vals), 0x0,
- "Period", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_value,
- { " Value", "ansi_map.value",
+ { "Value", "ansi_map.value",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Value", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_msc_type,
{ "Type", "ansi_map.extendedmscid.type",
FT_UINT8, BASE_DEC, VALS(ansi_map_msc_type_vals), 0x0,
- "Type", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_handoffstate_pi,
{ "Party Involved (PI)", "ansi_map.handoffstate.pi",
FT_BOOLEAN, 8, TFS(&ansi_map_HandoffState_pi_bool_val),0x01,
- "Party Involved (PI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_tgn,
{ "Trunk Group Number (G)", "ansi_map.tgn",
FT_UINT8, BASE_DEC, NULL,0x0,
- "Trunk Group Number (G)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_tmn,
{ "Trunk Member Number (M)", "ansi_map.tgn",
FT_UINT8, BASE_DEC, NULL,0x0,
- "Trunk Member Number (M)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_messagewaitingnotificationcount_tom,
{ "Type of messages", "ansi_map.messagewaitingnotificationcount.tom",
FT_UINT8, BASE_DEC, VALS(ansi_map_MessageWaitingNotificationCount_type_vals), 0x0,
- "Type of messages", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_messagewaitingnotificationcount_no_mw,
{ "Number of Messages Waiting", "ansi_map.messagewaitingnotificationcount.nomw",
FT_UINT8, BASE_DEC, NULL,0x0,
- "Number of Messages Waiting", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_messagewaitingnotificationtype_mwi,
{ "Message Waiting Indication (MWI)", "ansi_map.messagewaitingnotificationcount.mwi",
FT_UINT8, BASE_DEC, VALS(ansi_map_MessageWaitingNotificationType_mwi_vals), 0x0,
- "Message Waiting Indication (MWI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_messagewaitingnotificationtype_apt,
{ "Alert Pip Tone (APT)", "ansi_map.messagewaitingnotificationtype.apt",
FT_BOOLEAN, 8, TFS(&ansi_map_HandoffState_pi_bool_val),0x02,
- "Alert Pip Tone (APT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_messagewaitingnotificationtype_pt,
{ "Pip Tone (PT)", "ansi_map.messagewaitingnotificationtype.pt",
FT_UINT8, BASE_DEC, VALS(ansi_map_MessageWaitingNotificationType_mwi_vals), 0xc0,
- "Pip Tone (PT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_prof,
{ "Profile (PROF)", "ansi_map.trans_cap_prof",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_prof_bool_val),0x01,
- "Profile (PROF)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_busy,
{ "Busy Detection (BUSY)", "ansi_map.trans_cap_busy",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_busy_bool_val),0x02,
- "Busy Detection (BUSY)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_ann,
{ "Announcements (ANN)", "ansi_map.trans_cap_ann",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_ann_bool_val),0x04,
- "Announcements (ANN)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_rui,
{ "Remote User Interaction (RUI)", "ansi_map.trans_cap_rui",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_rui_bool_val),0x08,
- "Remote User Interaction (RUI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_spini,
{ "Subscriber PIN Intercept (SPINI)", "ansi_map.trans_cap_spini",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_spini_bool_val),0x10,
- "Subscriber PIN Intercept (SPINI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_uzci,
{ "UZ Capability Indicator (UZCI)", "ansi_map.trans_cap_uzci",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_uzci_bool_val),0x20,
- "UZ Capability Indicator (UZCI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_ndss,
{ "NDSS Capability (NDSS)", "ansi_map.trans_cap_ndss",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_ndss_bool_val),0x40,
- "NDSS Capability (NDSS)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_trans_cap_nami,
{ "NAME Capability Indicator (NAMI)", "ansi_map.trans_cap_nami",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_nami_bool_val),0x80,
- "NAME Capability Indicator (NAMI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_trans_cap_multerm,
{ "Multiple Terminations", "ansi_map.trans_cap_multerm",
FT_UINT8, BASE_DEC, VALS(ansi_map_trans_cap_multerm_vals), 0x0f,
- "Multiple Terminations", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_terminationtriggers_busy,
{ "Busy", "ansi_map.terminationtriggers.busy",
FT_UINT8, BASE_DEC, VALS(ansi_map_terminationtriggers_busy_vals), 0x03,
- "Busy", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_terminationtriggers_rf,
{ "Routing Failure (RF)", "ansi_map.terminationtriggers.rf",
FT_UINT8, BASE_DEC, VALS(ansi_map_terminationtriggers_rf_vals), 0x0c,
- "Routing Failure (RF)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_terminationtriggers_npr,
{ "No Page Response (NPR)", "ansi_map.terminationtriggers.npr",
FT_UINT8, BASE_DEC, VALS(ansi_map_terminationtriggers_npr_vals), 0x30,
- "No Page Response (NPR)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_terminationtriggers_na,
{ "No Answer (NA)", "ansi_map.terminationtriggers.na",
FT_UINT8, BASE_DEC, VALS(ansi_map_terminationtriggers_na_vals), 0xc0,
- "No Answer (NA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_terminationtriggers_nr,
{ "None Reachable (NR)", "ansi_map.terminationtriggers.nr",
FT_UINT8, BASE_DEC, VALS(ansi_map_terminationtriggers_nr_vals), 0x01,
- "None Reachable (NR)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_trans_cap_tl,
{ "TerminationList (TL)", "ansi_map.trans_cap_tl",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_tl_bool_val),0x10,
- "TerminationList (TL)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmaserviceoption,
{ "CDMAServiceOption", "ansi_map.cdmaserviceoption",
FT_UINT16, BASE_RANGE_STRING | BASE_DEC, RVALS(&cdmaserviceoption_vals), 0x0,
- "CDMAServiceOption", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_trans_cap_waddr,
{ "WIN Addressing (WADDR)", "ansi_map.trans_cap_waddr",
FT_BOOLEAN, 8, TFS(&ansi_map_trans_cap_waddr_bool_val),0x20,
- "WIN Addressing (WADDR)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_MarketID,
{ "MarketID", "ansi_map.marketid",
FT_UINT16, BASE_DEC, NULL, 0,
- "MarketID", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_swno,
{ "Switch Number (SWNO)", "ansi_map.swno",
FT_UINT8, BASE_DEC, NULL, 0,
- "Switch Number (SWNO)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_idno,
{ "ID Number", "ansi_map.idno",
FT_UINT32, BASE_DEC, NULL, 0,
- "ID Number", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_segcount,
{ "Segment Counter", "ansi_map.segcount",
FT_UINT8, BASE_DEC, NULL, 0,
- "Segment Counter", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_sms_originationrestrictions_direct,
{ "DIRECT", "ansi_map.originationrestrictions.direct",
FT_BOOLEAN, 8, TFS(&ansi_map_SMS_OriginationRestrictions_direct_bool_val),0x04,
- "DIRECT", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_sms_originationrestrictions_default,
{ "DEFAULT", "ansi_map.originationrestrictions.default",
FT_UINT8, BASE_DEC, VALS(ansi_map_SMS_OriginationRestrictions_default_vals), 0x03,
- "DEFAULT", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_sms_originationrestrictions_fmc,
{ "Force Message Center (FMC)", "ansi_map.originationrestrictions.fmc",
FT_BOOLEAN, 8, TFS(&ansi_map_SMS_OriginationRestrictions_fmc_bool_val),0x08,
- "Force Message Center (FMC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_auth,
{ "Authentication Parameters Requested (AUTH)", "ansi_map.systemcapabilities.auth",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_auth_bool_val),0x01,
- "Authentication Parameters Requested (AUTH)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_se,
{ "Signaling Message Encryption Capable (SE )", "ansi_map.systemcapabilities.se",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_se_bool_val),0x02,
- "Signaling Message Encryption Capable (SE )", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_vp,
{ "Voice Privacy Capable (VP )", "ansi_map.systemcapabilities.vp",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_vp_bool_val),0x04,
- "Voice Privacy Capable (VP )", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_cave,
{ "CAVE Algorithm Capable (CAVE)", "ansi_map.systemcapabilities.cave",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_cave_bool_val),0x08,
- "CAVE Algorithm Capable (CAVE)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_ssd,
{ "Shared SSD (SSD)", "ansi_map.systemcapabilities.ssd",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_ssd_bool_val),0x10,
- "Shared SSD (SSD)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_systemcapabilities_dp,
{ "Data Privacy (DP)", "ansi_map.systemcapabilities.dp",
FT_BOOLEAN, 8, TFS(&ansi_map_systemcapabilities_dp_bool_val),0x20,
- "Data Privacy (DP)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_mslocation_lat,
{ "Latitude in tenths of a second", "ansi_map.mslocation.lat",
FT_UINT8, BASE_DEC, NULL, 0,
- "Latitude in tenths of a second", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_mslocation_long,
{ "Longitude in tenths of a second", "ansi_map.mslocation.long",
FT_UINT8, BASE_DEC, NULL, 0,
@@ -16556,182 +16556,182 @@ void proto_register_ansi_map(void) {
{ &hf_ansi_map_mslocation_res,
{ "Resolution in units of 1 foot", "ansi_map.mslocation.res",
FT_UINT8, BASE_DEC, NULL, 0,
- "Resolution in units of 1 foot", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_nampscallmode_namps,
{ "Call Mode", "ansi_map.nampscallmode.namps",
FT_BOOLEAN, 8, TFS(&ansi_map_CallMode_namps_bool_val),0x01,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_nampscallmode_amps,
{ "Call Mode", "ansi_map.nampscallmode.amps",
FT_BOOLEAN, 8, TFS(&ansi_map_CallMode_amps_bool_val),0x02,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_nampschanneldata_navca,
{ "Narrow Analog Voice Channel Assignment (NAVCA)", "ansi_map.nampschanneldata.navca",
FT_UINT8, BASE_DEC, VALS(ansi_map_NAMPSChannelData_navca_vals), 0x03,
- "Narrow Analog Voice Channel Assignment (NAVCA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_nampschanneldata_CCIndicator,
{ "Color Code Indicator (CCIndicator)", "ansi_map.nampschanneldata.ccindicator",
FT_UINT8, BASE_DEC, VALS(ansi_map_NAMPSChannelData_ccinidicator_vals), 0x1c,
- "Color Code Indicator (CCIndicator)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cfufa,
{ "Call Forwarding Unconditional FeatureActivity, CFU-FA", "ansi_map.callingfeaturesindicator.cfufa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "Call Forwarding Unconditional FeatureActivity, CFU-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cfbfa,
{ "Call Forwarding Busy FeatureActivity, CFB-FA", "ansi_map.callingfeaturesindicator.cfbafa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x0c,
- "Call Forwarding Busy FeatureActivity, CFB-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cfnafa,
{ "Call Forwarding No Answer FeatureActivity, CFNA-FA", "ansi_map.callingfeaturesindicator.cfnafa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x30,
- "Call Forwarding No Answer FeatureActivity, CFNA-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cwfa,
{ "Call Waiting: FeatureActivity, CW-FA", "ansi_map.callingfeaturesindicator.cwfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0xc0,
- "Call Waiting: FeatureActivity, CW-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_3wcfa,
{ "Three-Way Calling FeatureActivity, 3WC-FA", "ansi_map.callingfeaturesindicator.3wcfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "Three-Way Calling FeatureActivity, 3WC-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_pcwfa,
{ "Priority Call Waiting FeatureActivity PCW-FA", "ansi_map.callingfeaturesindicator.pcwfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "Priority Call Waiting FeatureActivity PCW-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_dpfa,
{ "Data Privacy Feature Activity DP-FA", "ansi_map.callingfeaturesindicator.dpfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x0c,
- "Data Privacy Feature Activity DP-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_ahfa,
{ "Answer Hold: FeatureActivity AH-FA", "ansi_map.callingfeaturesindicator.ahfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x30,
- "Answer Hold: FeatureActivity AH-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_uscfvmfa,
{ "USCF divert to voice mail: FeatureActivity USCFvm-FA", "ansi_map.callingfeaturesindicator.uscfvmfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0xc0,
- "USCF divert to voice mail: FeatureActivity USCFvm-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_uscfmsfa,
{ "USCF divert to mobile station provided DN:FeatureActivity.USCFms-FA", "ansi_map.callingfeaturesindicator.uscfmsfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "USCF divert to mobile station provided DN:FeatureActivity.USCFms-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_uscfnrfa,
{ "USCF divert to network registered DN:FeatureActivity. USCFnr-FA", "ansi_map.callingfeaturesindicator.uscfmsfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x0c,
- "USCF divert to network registered DN:FeatureActivity. USCFnr-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cpdsfa,
{ "CDMA-Packet Data Service: FeatureActivity. CPDS-FA", "ansi_map.callingfeaturesindicator.cpdfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x30,
- "CDMA-Packet Data Service: FeatureActivity. CPDS-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_ccsfa,
{ "CDMA-Concurrent Service:FeatureActivity. CCS-FA", "ansi_map.callingfeaturesindicator.ccsfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0xc0,
- "CDMA-Concurrent Service:FeatureActivity. CCS-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_epefa,
{ "TDMA Enhanced Privacy and Encryption:FeatureActivity.TDMA EPE-FA", "ansi_map.callingfeaturesindicator.epefa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "TDMA Enhanced Privacy and Encryption:FeatureActivity.TDMA EPE-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cdfa,
{ "Call Delivery: FeatureActivity, CD-FA", "ansi_map.callingfeaturesindicator.cdfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x0c,
- "Call Delivery: FeatureActivity, CD-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_vpfa,
{ "Voice Privacy FeatureActivity, VP-FA", "ansi_map.callingfeaturesindicator.vpfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x30,
- "Voice Privacy FeatureActivity, VP-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_ctfa,
{ "Call Transfer: FeatureActivity, CT-FA", "ansi_map.callingfeaturesindicator.ctfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0xc0,
- "Call Transfer: FeatureActivity, CT-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cnip1fa,
{ "One number (network-provided only) Calling Number Identification Presentation: FeatureActivity CNIP1-FA", "ansi_map.callingfeaturesindicator.cnip1fa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x03,
- "One number (network-provided only) Calling Number Identification Presentation: FeatureActivity CNIP1-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cnip2fa,
{ "Two number (network-provided and user-provided) Calling Number Identification Presentation: FeatureActivity CNIP2-FA", "ansi_map.callingfeaturesindicator.cnip2fa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x0c,
- "Two number (network-provided and user-provided) Calling Number Identification Presentation: FeatureActivity CNIP2-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cnirfa,
{ "Calling Number Identification Restriction: FeatureActivity CNIR-FA", "ansi_map.callingfeaturesindicator.cnirfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0x30,
- "Calling Number Identification Restriction: FeatureActivity CNIR-FA", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_callingfeaturesindicator_cniroverfa,
{ "Calling Number Identification Restriction Override FeatureActivity CNIROver-FA", "ansi_map.callingfeaturesindicator.cniroverfa",
FT_UINT8, BASE_DEC, VALS(ansi_map_FeatureActivity_vals), 0xc0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cdma,
{ "Call Mode", "ansi_map.cdmacallmode.cdma",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cdma_bool_val),0x01,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_amps,
{ "Call Mode", "ansi_map.cdmacallmode.amps",
FT_BOOLEAN, 8, TFS(&ansi_map_CallMode_amps_bool_val),0x02,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_namps,
{ "Call Mode", "ansi_map.cdmacallmode.namps",
FT_BOOLEAN, 8, TFS(&ansi_map_CallMode_namps_bool_val),0x04,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls1,
{ "Call Mode", "ansi_map.cdmacallmode.cls1",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls1_bool_val),0x08,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls2,
{ "Call Mode", "ansi_map.cdmacallmode.cls2",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls2_bool_val),0x10,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls3,
{ "Call Mode", "ansi_map.cdmacallmode.cls3",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls3_bool_val),0x20,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls4,
{ "Call Mode", "ansi_map.cdmacallmode.cls4",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls4_bool_val),0x40,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls5,
{ "Call Mode", "ansi_map.cdmacallmode.cls5",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls5_bool_val),0x80,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls6,
{ "Call Mode", "ansi_map.cdmacallmode.cls6",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls6_bool_val),0x01,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls7,
{ "Call Mode", "ansi_map.cdmacallmode.cls7",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls7_bool_val),0x02,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls8,
{ "Call Mode", "ansi_map.cdmacallmode.cls8",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls8_bool_val),0x04,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls9,
{ "Call Mode", "ansi_map.cdmacallmode.cls9",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls9_bool_val),0x08,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmacallmode_cls10,
{ "Call Mode", "ansi_map.cdmacallmode.cls10",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMACallMode_cls10_bool_val),0x10,
- "Call Mode", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_Frame_Offset,
{ "Frame Offset", "ansi_map.cdmachanneldata.frameoffset",
FT_UINT8, BASE_DEC, NULL, 0x78,
- "Frame Offset", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_CDMA_ch_no,
{ "CDMA Channel Number", "ansi_map.cdmachanneldata.cdma_ch_no",
FT_UINT16, BASE_DEC, NULL, 0x07FF,
- "CDMA Channel Number", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_band_cls,
{ "Band Class", "ansi_map.cdmachanneldata.band_cls",
FT_UINT8, BASE_DEC, VALS(ansi_map_cdmachanneldata_band_cls_vals), 0x7c,
- "Band Class", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_lc_mask_b6,
{ "Long Code Mask (byte 6) MSB", "ansi_map.cdmachanneldata.lc_mask_b6",
FT_UINT8, BASE_HEX, NULL, 0x03,
@@ -16739,19 +16739,19 @@ void proto_register_ansi_map(void) {
{&hf_ansi_map_cdmachanneldata_lc_mask_b5,
{ "Long Code Mask (byte 5)", "ansi_map.cdmachanneldata.lc_mask_b5",
FT_UINT8, BASE_HEX, NULL, 0xff,
- "Long Code Mask (byte 5)", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_lc_mask_b4,
{ "Long Code Mask (byte 4)", "ansi_map.cdmachanneldata.lc_mask_b4",
FT_UINT8, BASE_HEX, NULL, 0xff,
- "Long Code Mask (byte 4)", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_lc_mask_b3,
{ "Long Code Mask (byte 3)", "ansi_map.cdmachanneldata.lc_mask_b3",
FT_UINT8, BASE_HEX, NULL, 0xff,
- "Long Code Mask (byte 3)", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_lc_mask_b2,
{ "Long Code Mask (byte 2)", "ansi_map.cdmachanneldata.lc_mask_b2",
FT_UINT8, BASE_HEX, NULL, 0xff,
- "Long Code Mask (byte 2)", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_lc_mask_b1,
{ "Long Code Mask LSB(byte 1)", "ansi_map.cdmachanneldata.lc_mask_b1",
FT_UINT8, BASE_HEX, NULL, 0xff,
@@ -16759,318 +16759,318 @@ void proto_register_ansi_map(void) {
{&hf_ansi_map_cdmachanneldata_np_ext,
{ "NP EXT", "ansi_map.cdmachanneldata.np_ext",
FT_BOOLEAN, 8, NULL,0x80,
- "NP EXT", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_nominal_pwr,
{ "Nominal Power", "ansi_map.cdmachanneldata.nominal_pwr",
FT_UINT8, BASE_DEC, NULL, 0x71,
- "Nominal Power", HFILL }},
+ NULL, HFILL }},
{&hf_ansi_map_cdmachanneldata_nr_preamble,
{ "Number Preamble", "ansi_map.cdmachanneldata.nr_preamble",
FT_UINT8, BASE_DEC, NULL, 0x07,
- "Number Preamble", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmastationclassmark_pc,
{ "Power Class(PC)", "ansi_map.cdmastationclassmark.pc",
FT_UINT8, BASE_DEC, VALS(ansi_map_CDMAStationClassMark_pc_vals), 0x03,
- "Power Class(PC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmastationclassmark_dtx,
{ "Analog Transmission: (DTX)", "ansi_map.cdmastationclassmark.dtx",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMAStationClassMark_dtx_bool_val),0x04,
- "Analog Transmission: (DTX)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmastationclassmark_smi,
- { " Slotted Mode Indicator: (SMI)", "ansi_map.cdmastationclassmark.smi",
+ { "Slotted Mode Indicator: (SMI)", "ansi_map.cdmastationclassmark.smi",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMAStationClassMark_smi_bool_val),0x20,
- " Slotted Mode Indicator: (SMI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_cdmastationclassmark_dmi,
{ "Dual-mode Indicator(DMI)", "ansi_map.cdmastationclassmark.dmi",
FT_BOOLEAN, 8, TFS(&ansi_map_CDMAStationClassMark_dmi_bool_val),0x40,
- "Dual-mode Indicator(DMI)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_channeldata_vmac,
{ "Voice Mobile Attenuation Code (VMAC)", "ansi_map.channeldata.vmac",
FT_UINT8, BASE_DEC, NULL, 0x07,
- "Voice Mobile Attenuation Code (VMAC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_channeldata_dtx,
{ "Discontinuous Transmission Mode (DTX)", "ansi_map.channeldata.dtx",
FT_UINT8, BASE_DEC, VALS(ansi_map_ChannelData_dtx_vals), 0x18,
- "Discontinuous Transmission Mode (DTX)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_channeldata_scc,
{ "SAT Color Code (SCC)", "ansi_map.channeldata.scc",
FT_UINT8, BASE_DEC, NULL, 0xc0,
- "SAT Color Code (SCC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_channeldata_chno,
{ "Channel Number (CHNO)", "ansi_map.channeldata.chno",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Channel Number (CHNO)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_ConfidentialityModes_vp,
{ "Voice Privacy (VP) Confidentiality Status", "ansi_map.confidentialitymodes.vp",
FT_BOOLEAN, 8, TFS(&ansi_map_ConfidentialityModes_bool_val),0x01,
- "Voice Privacy (VP) Confidentiality Status", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_controlchanneldata_dcc,
{ "Digital Color Code (DCC)", "ansi_map.controlchanneldata.dcc",
FT_UINT8, BASE_DEC, NULL, 0xc0,
- "Digital Color Code (DCC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_controlchanneldata_cmac,
{ "Control Mobile Attenuation Code (CMAC)", "ansi_map.controlchanneldata.cmac",
FT_UINT8, BASE_DEC, NULL, 0x07,
- "Control Mobile Attenuation Code (CMAC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_controlchanneldata_chno,
{ "Channel Number (CHNO)", "ansi_map.controlchanneldata.cmac",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Channel Number (CHNO)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_controlchanneldata_sdcc1,
{ "Supplementary Digital Color Codes (SDCC1)", "ansi_map.controlchanneldata.ssdc1",
FT_UINT8, BASE_DEC, NULL, 0x0c,
- "Supplementary Digital Color Codes (SDCC1)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_controlchanneldata_sdcc2,
{ "Supplementary Digital Color Codes (SDCC2)", "ansi_map.controlchanneldata.ssdc2",
FT_UINT8, BASE_DEC, NULL, 0x03,
- "Supplementary Digital Color Codes (SDCC2)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_ConfidentialityModes_se,
{ "Signaling Message Encryption (SE) Confidentiality Status", "ansi_map.confidentialitymodes.se",
FT_BOOLEAN, 8, TFS(&ansi_map_ConfidentialityModes_bool_val),0x02,
- "Signaling Message Encryption (SE) Confidentiality Status", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_ConfidentialityModes_dp,
{ "DataPrivacy (DP) Confidentiality Status", "ansi_map.confidentialitymodes.dp",
FT_BOOLEAN, 8, TFS(&ansi_map_ConfidentialityModes_bool_val),0x04,
- "DataPrivacy (DP) Confidentiality Status", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_deniedauthorizationperiod_period,
{ "Period", "ansi_map.deniedauthorizationperiod.period",
FT_UINT8, BASE_DEC, VALS(ansi_map_deniedauthorizationperiod_period_vals), 0x0,
- "Period", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_all,
{ "All Origination (All)", "ansi_map.originationtriggers.all",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_all_bool_val),0x01,
- "All Origination (All)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_local,
{ "Local", "ansi_map.originationtriggers.all",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_local_bool_val),0x02,
- "Local", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_ilata,
{ "Intra-LATA Toll (ILATA)", "ansi_map.originationtriggers.ilata",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_ilata_bool_val),0x04,
- "Intra-LATA Toll (ILATA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_olata,
{ "Inter-LATA Toll (OLATA)", "ansi_map.originationtriggers.olata",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_olata_bool_val),0x08,
- "Inter-LATA Toll (OLATA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_int,
{ "International (Int'l )", "ansi_map.originationtriggers.int",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_int_bool_val),0x10,
- "International (Int'l )", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_wz,
{ "World Zone (WZ)", "ansi_map.originationtriggers.wz",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_wz_bool_val),0x20,
- "World Zone (WZ)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_unrec,
{ "Unrecognized Number (Unrec)", "ansi_map.originationtriggers.unrec",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_unrec_bool_val),0x40,
- "Unrecognized Number (Unrec)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_rvtc,
{ "Revertive Call (RvtC)", "ansi_map.originationtriggers.rvtc",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_rvtc_bool_val),0x80,
- "Revertive Call (RvtC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_star,
{ "Star", "ansi_map.originationtriggers.star",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_star_bool_val),0x01,
- "Star", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_ds,
{ "Double Star (DS)", "ansi_map.originationtriggers.ds",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_ds_bool_val),0x02,
- "Double Star (DS)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_pound,
{ "Pound", "ansi_map.originationtriggers.pound",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_pound_bool_val),0x04,
- "Pound", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_dp,
{ "Double Pound (DP)", "ansi_map.originationtriggers.dp",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_dp_bool_val),0x08,
- "Double Pound (DP)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_pa,
{ "Prior Agreement (PA)", "ansi_map.originationtriggers.pa",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_pa_bool_val),0x10,
- "Prior Agreement (PA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_nodig,
{ "No digits", "ansi_map.originationtriggers.nodig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_nodig_bool_val),0x01,
- "No digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_onedig,
{ "1 digit", "ansi_map.originationtriggers.onedig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_onedig_bool_val),0x02,
- "1 digit", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_twodig,
{ "2 digits", "ansi_map.originationtriggers.twodig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_twodig_bool_val),0x04,
- "2 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_threedig,
{ "3 digits", "ansi_map.originationtriggers.threedig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_threedig_bool_val),0x08,
- "3 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_fourdig,
{ "4 digits", "ansi_map.originationtriggers.fourdig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_fourdig_bool_val),0x10,
- "4 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_fivedig,
{ "5 digits", "ansi_map.originationtriggers.fivedig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_fivedig_bool_val),0x20,
- "5 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_sixdig,
{ "6 digits", "ansi_map.originationtriggers.sixdig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_sixdig_bool_val),0x40,
- "6 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_sevendig,
{ "7 digits", "ansi_map.originationtriggers.sevendig",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_sevendig_bool_val),0x80,
- "7 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_eightdig,
{ "8 digits", "ansi_map.originationtriggers.eight",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_eightdig_bool_val),0x01,
- "8 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_ninedig,
{ "9 digits", "ansi_map.originationtriggers.nine",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_ninedig_bool_val),0x02,
- "9 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_tendig,
{ "10 digits", "ansi_map.originationtriggers.ten",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_tendig_bool_val),0x04,
- "10 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_elevendig,
{ "11 digits", "ansi_map.originationtriggers.eleven",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_elevendig_bool_val),0x08,
- "11 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_twelvedig,
{ "12 digits", "ansi_map.originationtriggers.twelve",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_twelvedig_bool_val),0x10,
- "12 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_thirteendig,
{ "13 digits", "ansi_map.originationtriggers.thirteen",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_thirteendig_bool_val),0x20,
- "13 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_fourteendig,
{ "14 digits", "ansi_map.originationtriggers.fourteen",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_fourteendig_bool_val),0x40,
- "14 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_originationtriggers_fifteendig,
{ "15 digits", "ansi_map.originationtriggers.fifteen",
FT_BOOLEAN, 8, TFS(&ansi_map_originationtriggers_fifteendig_bool_val),0x80,
- "15 digits", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_init,
{ "Introducing Star/Pound (INIT)", "ansi_map.triggercapability.init",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x01,
- "Introducing Star/Pound (INIT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_kdigit,
{ "K-digit (K-digit)", "ansi_map.triggercapability.kdigit",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x02,
- "K-digit (K-digit)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_all,
{ "All_Calls (All)", "ansi_map.triggercapability.all",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x04,
- "All_Calls (All)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_rvtc,
{ "Revertive_Call (RvtC)", "ansi_map.triggercapability.rvtc",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x08,
- "Revertive_Call (RvtC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_oaa,
{ "Origination_Attempt_Authorized (OAA)", "ansi_map.triggercapability.oaa",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x10,
- "Origination_Attempt_Authorized (OAA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_oans,
{ "O_Answer (OANS)", "ansi_map.triggercapability.oans",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x20,
- "O_Answer (OANS)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_odisc,
{ "O_Disconnect (ODISC)", "ansi_map.triggercapability.odisc",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x40,
- "O_Disconnect (ODISC)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_ona,
{ "O_No_Answer (ONA)", "ansi_map.triggercapability.ona",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x80,
- "O_No_Answer (ONA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_ct ,
{ "Call Types (CT)", "ansi_map.triggercapability.ona",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x01,
- "Call Types (CT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_unrec,
{ "Unrecognized_Number (Unrec)", "ansi_map.triggercapability.unrec",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x02,
- "Unrecognized_Number (Unrec)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_pa,
{ "Prior_Agreement (PA)", "ansi_map.triggercapability.pa",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x04,
- "Prior_Agreement (PA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_at,
{ "Advanced_Termination (AT)", "ansi_map.triggercapability.at",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x08,
- "Advanced_Termination (AT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_cgraa,
{ "Calling_Routing_Address_Available (CgRAA)", "ansi_map.triggercapability.cgraa",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x10,
- "Calling_Routing_Address_Available (CgRAA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_it,
{ "Initial_Termination (IT)", "ansi_map.triggercapability.it",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x20,
- "Initial_Termination (IT)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_cdraa,
{ "Called_Routing_Address_Available (CdRAA)", "ansi_map.triggercapability.cdraa",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x40,
- "Called_Routing_Address_Available (CdRAA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_obsy,
{ "O_Called_Party_Busy (OBSY)", "ansi_map.triggercapability.ona",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x80,
- "O_Called_Party_Busy (OBSY)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_tra ,
{ "Terminating_Resource_Available (TRA)", "ansi_map.triggercapability.tra",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x01,
- "Terminating_Resource_Available (TRA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_tbusy,
{ "T_Busy (TBusy)", "ansi_map.triggercapability.tbusy",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x02,
- "T_Busy (TBusy)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_tna,
{ "T_No_Answer (TNA)", "ansi_map.triggercapability.tna",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x04,
- "T_No_Answer (TNA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_tans,
{ "T_Answer (TANS)", "ansi_map.triggercapability.tans",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x08,
- "T_Answer (TANS)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_triggercapability_tdisc,
- { "T_Disconnect (TDISC) ", "ansi_map.triggercapability.tdisc",
+ { "T_Disconnect (TDISC)", "ansi_map.triggercapability.tdisc",
FT_BOOLEAN, 8, TFS(&ansi_map_triggercapability_bool_val),0x10,
- "T_Disconnect (TDISC) ", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_winoperationscapability_conn,
{ "ConnectResource (CONN)", "ansi_map.winoperationscapability.conn",
FT_BOOLEAN, 8, TFS(&ansi_map_winoperationscapability_conn_bool_val),0x01,
- "ConnectResource (CONN)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_winoperationscapability_ccdir,
{ "CallControlDirective(CCDIR)", "ansi_map.winoperationscapability.ccdir",
FT_BOOLEAN, 8, TFS(&ansi_map_winoperationscapability_ccdir_bool_val),0x02,
- "CallControlDirective(CCDIR)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_winoperationscapability_pos,
{ "PositionRequest (POS)", "ansi_map.winoperationscapability.pos",
FT_BOOLEAN, 8, TFS(&ansi_map_winoperationscapability_pos_bool_val),0x04,
- "PositionRequest (POS)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_pacaindicator_pa,
{ "Permanent Activation (PA)", "ansi_map.pacaindicator_pa",
FT_BOOLEAN, 8, TFS(&ansi_map_pacaindicator_pa_bool_val),0x01,
- "Permanent Activation (PA)", HFILL }},
+ NULL, HFILL }},
{ &hf_ansi_map_PACA_Level,
{ "PACA Level", "ansi_map.PACA_Level",
FT_UINT8, BASE_DEC, VALS(ansi_map_PACA_Level_vals), 0x1e,
- "PACA Level", HFILL }},
+ NULL, HFILL }},
/*--- Included file: packet-ansi_map-hfarr.c ---*/
#line 1 "packet-ansi_map-hfarr.c"
{ &hf_ansi_map_electronicSerialNumber,
{ "electronicSerialNumber", "ansi_map.electronicSerialNumber",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ElectronicSerialNumber", HFILL }},
{ &hf_ansi_map_msid,
{ "msid", "ansi_map.msid",
@@ -17078,15 +17078,15 @@ void proto_register_ansi_map(void) {
"ansi_map.MSID", HFILL }},
{ &hf_ansi_map_authenticationAlgorithmVersion,
{ "authenticationAlgorithmVersion", "ansi_map.authenticationAlgorithmVersion",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationAlgorithmVersion", HFILL }},
{ &hf_ansi_map_authenticationResponseReauthentication,
{ "authenticationResponseReauthentication", "ansi_map.authenticationResponseReauthentication",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationResponseReauthentication", HFILL }},
{ &hf_ansi_map_authenticationResponseUniqueChallenge,
{ "authenticationResponseUniqueChallenge", "ansi_map.authenticationResponseUniqueChallenge",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationResponseUniqueChallenge", HFILL }},
{ &hf_ansi_map_callHistoryCount,
{ "callHistoryCount", "ansi_map.callHistoryCount",
@@ -17094,15 +17094,15 @@ void proto_register_ansi_map(void) {
"ansi_map.CallHistoryCount", HFILL }},
{ &hf_ansi_map_cdmaPrivateLongCodeMask,
{ "cdmaPrivateLongCodeMask", "ansi_map.cdmaPrivateLongCodeMask",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAPrivateLongCodeMask", HFILL }},
{ &hf_ansi_map_carrierDigits,
{ "carrierDigits", "ansi_map.carrierDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CarrierDigits", HFILL }},
{ &hf_ansi_map_caveKey,
{ "caveKey", "ansi_map.caveKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CaveKey", HFILL }},
{ &hf_ansi_map_denyAccess,
{ "denyAccess", "ansi_map.denyAccess",
@@ -17110,51 +17110,51 @@ void proto_register_ansi_map(void) {
"ansi_map.DenyAccess", HFILL }},
{ &hf_ansi_map_destinationDigits,
{ "destinationDigits", "ansi_map.destinationDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DestinationDigits", HFILL }},
{ &hf_ansi_map_locationAreaID,
{ "locationAreaID", "ansi_map.locationAreaID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.LocationAreaID", HFILL }},
{ &hf_ansi_map_randomVariableReauthentication,
{ "randomVariableReauthentication", "ansi_map.randomVariableReauthentication",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RandomVariableReauthentication", HFILL }},
{ &hf_ansi_map_meid,
{ "meid", "ansi_map.meid",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MEID", HFILL }},
{ &hf_ansi_map_mobileStationMIN,
{ "mobileStationMIN", "ansi_map.mobileStationMIN",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.MobileStationMIN", HFILL }},
{ &hf_ansi_map_mscid,
{ "mscid", "ansi_map.mscid",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MSCID", HFILL }},
{ &hf_ansi_map_randomVariableSSD,
{ "randomVariableSSD", "ansi_map.randomVariableSSD",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RandomVariableSSD", HFILL }},
{ &hf_ansi_map_randomVariableUniqueChallenge,
{ "randomVariableUniqueChallenge", "ansi_map.randomVariableUniqueChallenge",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RandomVariableUniqueChallenge", HFILL }},
{ &hf_ansi_map_routingDigits,
{ "routingDigits", "ansi_map.routingDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RoutingDigits", HFILL }},
{ &hf_ansi_map_senderIdentificationNumber,
{ "senderIdentificationNumber", "ansi_map.senderIdentificationNumber",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SenderIdentificationNumber", HFILL }},
{ &hf_ansi_map_sharedSecretData,
{ "sharedSecretData", "ansi_map.sharedSecretData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SharedSecretData", HFILL }},
{ &hf_ansi_map_signalingMessageEncryptionKey,
{ "signalingMessageEncryptionKey", "ansi_map.signalingMessageEncryptionKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SignalingMessageEncryptionKey", HFILL }},
{ &hf_ansi_map_ssdnotShared,
{ "ssdnotShared", "ansi_map.ssdnotShared",
@@ -17166,11 +17166,11 @@ void proto_register_ansi_map(void) {
"ansi_map.UpdateCount", HFILL }},
{ &hf_ansi_map_interMSCCircuitID,
{ "interMSCCircuitID", "ansi_map.interMSCCircuitID",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.InterMSCCircuitID", HFILL }},
{ &hf_ansi_map_mobileIdentificationNumber,
{ "mobileIdentificationNumber", "ansi_map.mobileIdentificationNumber",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.MobileIdentificationNumber", HFILL }},
{ &hf_ansi_map_countUpdateReport,
{ "countUpdateReport", "ansi_map.countUpdateReport",
@@ -17190,7 +17190,7 @@ void proto_register_ansi_map(void) {
"ansi_map.SystemAccessType", HFILL }},
{ &hf_ansi_map_systemCapabilities,
{ "systemCapabilities", "ansi_map.systemCapabilities",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SystemCapabilities", HFILL }},
{ &hf_ansi_map_callHistoryCountExpected,
{ "callHistoryCountExpected", "ansi_map.callHistoryCountExpected",
@@ -17206,19 +17206,19 @@ void proto_register_ansi_map(void) {
"ansi_map.TerminalType", HFILL }},
{ &hf_ansi_map_authenticationData,
{ "authenticationData", "ansi_map.authenticationData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationData", HFILL }},
{ &hf_ansi_map_authenticationResponse,
{ "authenticationResponse", "ansi_map.authenticationResponse",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationResponse", HFILL }},
{ &hf_ansi_map_cdmaNetworkIdentification,
{ "cdmaNetworkIdentification", "ansi_map.cdmaNetworkIdentification",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMANetworkIdentification", HFILL }},
{ &hf_ansi_map_confidentialityModes,
{ "confidentialityModes", "ansi_map.confidentialityModes",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ConfidentialityModes", HFILL }},
{ &hf_ansi_map_controlChannelMode,
{ "controlChannelMode", "ansi_map.controlChannelMode",
@@ -17226,15 +17226,15 @@ void proto_register_ansi_map(void) {
"ansi_map.ControlChannelMode", HFILL }},
{ &hf_ansi_map_digits,
{ "digits", "ansi_map.digits",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.Digits", HFILL }},
{ &hf_ansi_map_pc_ssn,
{ "pc-ssn", "ansi_map.pc_ssn",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PC_SSN", HFILL }},
{ &hf_ansi_map_randomVariable,
{ "randomVariable", "ansi_map.randomVariable",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RandomVariable", HFILL }},
{ &hf_ansi_map_serviceRedirectionCause,
{ "serviceRedirectionCause", "ansi_map.serviceRedirectionCause",
@@ -17246,7 +17246,7 @@ void proto_register_ansi_map(void) {
"ansi_map.SuspiciousAccess", HFILL }},
{ &hf_ansi_map_transactionCapability,
{ "transactionCapability", "ansi_map.transactionCapability",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TransactionCapability", HFILL }},
{ &hf_ansi_map_analogRedirectRecord,
{ "analogRedirectRecord", "ansi_map.analogRedirectRecord",
@@ -17258,19 +17258,19 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMARedirectRecord", HFILL }},
{ &hf_ansi_map_dataKey,
{ "dataKey", "ansi_map.dataKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DataKey", HFILL }},
{ &hf_ansi_map_roamingIndication,
{ "roamingIndication", "ansi_map.roamingIndication",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RoamingIndication", HFILL }},
{ &hf_ansi_map_serviceRedirectionInfo,
{ "serviceRedirectionInfo", "ansi_map.serviceRedirectionInfo",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ServiceRedirectionInfo", HFILL }},
{ &hf_ansi_map_voicePrivacyMask,
{ "voicePrivacyMask", "ansi_map.voicePrivacyMask",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.VoicePrivacyMask", HFILL }},
{ &hf_ansi_map_reauthenticationReport,
{ "reauthenticationReport", "ansi_map.reauthenticationReport",
@@ -17294,19 +17294,19 @@ void proto_register_ansi_map(void) {
"ansi_map.VoicePrivacyReport", HFILL }},
{ &hf_ansi_map_randomVariableBaseStation,
{ "randomVariableBaseStation", "ansi_map.randomVariableBaseStation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RandomVariableBaseStation", HFILL }},
{ &hf_ansi_map_authenticationResponseBaseStation,
{ "authenticationResponseBaseStation", "ansi_map.authenticationResponseBaseStation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthenticationResponseBaseStation", HFILL }},
{ &hf_ansi_map_billingID,
{ "billingID", "ansi_map.billingID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.BillingID", HFILL }},
{ &hf_ansi_map_channelData,
{ "channelData", "ansi_map.channelData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ChannelData", HFILL }},
{ &hf_ansi_map_interSwitchCount,
{ "interSwitchCount", "ansi_map.interSwitchCount",
@@ -17314,15 +17314,15 @@ void proto_register_ansi_map(void) {
"ansi_map.InterSwitchCount", HFILL }},
{ &hf_ansi_map_servingCellID,
{ "servingCellID", "ansi_map.servingCellID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ServingCellID", HFILL }},
{ &hf_ansi_map_stationClassMark,
{ "stationClassMark", "ansi_map.stationClassMark",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.StationClassMark", HFILL }},
{ &hf_ansi_map_targetCellID,
{ "targetCellID", "ansi_map.targetCellID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TargetCellID", HFILL }},
{ &hf_ansi_map_handoffReason,
{ "handoffReason", "ansi_map.handoffReason",
@@ -17330,31 +17330,31 @@ void proto_register_ansi_map(void) {
"ansi_map.HandoffReason", HFILL }},
{ &hf_ansi_map_handoffState,
{ "handoffState", "ansi_map.handoffState",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.HandoffState", HFILL }},
{ &hf_ansi_map_tdmaBurstIndicator,
{ "tdmaBurstIndicator", "ansi_map.tdmaBurstIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMABurstIndicator", HFILL }},
{ &hf_ansi_map_tdmaCallMode,
{ "tdmaCallMode", "ansi_map.tdmaCallMode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMACallMode", HFILL }},
{ &hf_ansi_map_tdmaChannelData,
{ "tdmaChannelData", "ansi_map.tdmaChannelData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMAChannelData", HFILL }},
{ &hf_ansi_map_baseStationManufacturerCode,
{ "baseStationManufacturerCode", "ansi_map.baseStationManufacturerCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.BaseStationManufacturerCode", HFILL }},
{ &hf_ansi_map_alertCode,
{ "alertCode", "ansi_map.alertCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AlertCode", HFILL }},
{ &hf_ansi_map_cdma2000HandoffInvokeIOSData,
{ "cdma2000HandoffInvokeIOSData", "ansi_map.cdma2000HandoffInvokeIOSData",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.CDMA2000HandoffInvokeIOSData", HFILL }},
{ &hf_ansi_map_cdmaBandClassList,
{ "cdmaBandClassList", "ansi_map.cdmaBandClassList",
@@ -17362,11 +17362,11 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMABandClassList", HFILL }},
{ &hf_ansi_map_cdmaCallMode,
{ "cdmaCallMode", "ansi_map.cdmaCallMode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMACallMode", HFILL }},
{ &hf_ansi_map_cdmaChannelData,
{ "cdmaChannelData", "ansi_map.cdmaChannelData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAChannelData", HFILL }},
{ &hf_ansi_map_cdmaConnectionReferenceList,
{ "cdmaConnectionReferenceList", "ansi_map.cdmaConnectionReferenceList",
@@ -17374,15 +17374,15 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAConnectionReferenceList", HFILL }},
{ &hf_ansi_map_cdmaMobileProtocolRevision,
{ "cdmaMobileProtocolRevision", "ansi_map.cdmaMobileProtocolRevision",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAMobileProtocolRevision", HFILL }},
{ &hf_ansi_map_cdmaMSMeasuredChannelIdentity,
{ "cdmaMSMeasuredChannelIdentity", "ansi_map.cdmaMSMeasuredChannelIdentity",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAMSMeasuredChannelIdentity", HFILL }},
{ &hf_ansi_map_cdmaServiceConfigurationRecord,
{ "cdmaServiceConfigurationRecord", "ansi_map.cdmaServiceConfigurationRecord",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServiceConfigurationRecord", HFILL }},
{ &hf_ansi_map_cdmaServiceOptionList,
{ "cdmaServiceOptionList", "ansi_map.cdmaServiceOptionList",
@@ -17390,15 +17390,15 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAServiceOptionList", HFILL }},
{ &hf_ansi_map_cdmaServingOneWayDelay,
{ "cdmaServingOneWayDelay", "ansi_map.cdmaServingOneWayDelay",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServingOneWayDelay", HFILL }},
{ &hf_ansi_map_cdmaStationClassMark,
{ "cdmaStationClassMark", "ansi_map.cdmaStationClassMark",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAStationClassMark", HFILL }},
{ &hf_ansi_map_cdmaStationClassMark2,
{ "cdmaStationClassMark2", "ansi_map.cdmaStationClassMark2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAStationClassMark2", HFILL }},
{ &hf_ansi_map_cdmaTargetMAHOList,
{ "cdmaTargetMAHOList", "ansi_map.cdmaTargetMAHOList",
@@ -17410,7 +17410,7 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMATargetMeasurementList", HFILL }},
{ &hf_ansi_map_dataPrivacyParameters,
{ "dataPrivacyParameters", "ansi_map.dataPrivacyParameters",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DataPrivacyParameters", HFILL }},
{ &hf_ansi_map_ilspInformation,
{ "ilspInformation", "ansi_map.ilspInformation",
@@ -17418,35 +17418,35 @@ void proto_register_ansi_map(void) {
"ansi_map.ISLPInformation", HFILL }},
{ &hf_ansi_map_msLocation,
{ "msLocation", "ansi_map.msLocation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MSLocation", HFILL }},
{ &hf_ansi_map_nampsCallMode,
{ "nampsCallMode", "ansi_map.nampsCallMode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NAMPSCallMode", HFILL }},
{ &hf_ansi_map_nampsChannelData,
{ "nampsChannelData", "ansi_map.nampsChannelData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NAMPSChannelData", HFILL }},
{ &hf_ansi_map_nonPublicData,
{ "nonPublicData", "ansi_map.nonPublicData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NonPublicData", HFILL }},
{ &hf_ansi_map_pdsnAddress,
{ "pdsnAddress", "ansi_map.pdsnAddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PDSNAddress", HFILL }},
{ &hf_ansi_map_pdsnProtocolType,
{ "pdsnProtocolType", "ansi_map.pdsnProtocolType",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PDSNProtocolType", HFILL }},
{ &hf_ansi_map_qosPriority,
{ "qosPriority", "ansi_map.qosPriority",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.QoSPriority", HFILL }},
{ &hf_ansi_map_systemOperatorCode,
{ "systemOperatorCode", "ansi_map.systemOperatorCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SystemOperatorCode", HFILL }},
{ &hf_ansi_map_tdmaBandwidth,
{ "tdmaBandwidth", "ansi_map.tdmaBandwidth",
@@ -17458,15 +17458,15 @@ void proto_register_ansi_map(void) {
"ansi_map.TDMAServiceCode", HFILL }},
{ &hf_ansi_map_tdmaTerminalCapability,
{ "tdmaTerminalCapability", "ansi_map.tdmaTerminalCapability",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMATerminalCapability", HFILL }},
{ &hf_ansi_map_tdmaVoiceCoder,
{ "tdmaVoiceCoder", "ansi_map.tdmaVoiceCoder",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMAVoiceCoder", HFILL }},
{ &hf_ansi_map_userZoneData,
{ "userZoneData", "ansi_map.userZoneData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.UserZoneData", HFILL }},
{ &hf_ansi_map_bsmcstatus,
{ "bsmcstatus", "ansi_map.bsmcstatus",
@@ -17474,7 +17474,7 @@ void proto_register_ansi_map(void) {
"ansi_map.BSMCStatus", HFILL }},
{ &hf_ansi_map_cdma2000HandoffResponseIOSData,
{ "cdma2000HandoffResponseIOSData", "ansi_map.cdma2000HandoffResponseIOSData",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.CDMA2000HandoffResponseIOSData", HFILL }},
{ &hf_ansi_map_cdmaCodeChannelList,
{ "cdmaCodeChannelList", "ansi_map.cdmaCodeChannelList",
@@ -17482,11 +17482,11 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMACodeChannelList", HFILL }},
{ &hf_ansi_map_cdmaSearchParameters,
{ "cdmaSearchParameters", "ansi_map.cdmaSearchParameters",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMASearchParameters", HFILL }},
{ &hf_ansi_map_cdmaSearchWindow,
{ "cdmaSearchWindow", "ansi_map.cdmaSearchWindow",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMASearchWindow", HFILL }},
{ &hf_ansi_map_sOCStatus,
{ "sOCStatus", "ansi_map.sOCStatus",
@@ -17498,39 +17498,39 @@ void proto_register_ansi_map(void) {
"ansi_map.ReleaseReason", HFILL }},
{ &hf_ansi_map_acgencountered,
{ "acgencountered", "ansi_map.acgencountered",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ACGEncountered", HFILL }},
{ &hf_ansi_map_callingPartyName,
{ "callingPartyName", "ansi_map.callingPartyName",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyName", HFILL }},
{ &hf_ansi_map_callingPartyNumberDigits1,
{ "callingPartyNumberDigits1", "ansi_map.callingPartyNumberDigits1",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyNumberDigits1", HFILL }},
{ &hf_ansi_map_callingPartyNumberDigits2,
{ "callingPartyNumberDigits2", "ansi_map.callingPartyNumberDigits2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyNumberDigits2", HFILL }},
{ &hf_ansi_map_callingPartySubaddress,
{ "callingPartySubaddress", "ansi_map.callingPartySubaddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingPartySubaddress", HFILL }},
{ &hf_ansi_map_conferenceCallingIndicator,
{ "conferenceCallingIndicator", "ansi_map.conferenceCallingIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ConferenceCallingIndicator", HFILL }},
{ &hf_ansi_map_mobileDirectoryNumber,
{ "mobileDirectoryNumber", "ansi_map.mobileDirectoryNumber",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.MobileDirectoryNumber", HFILL }},
{ &hf_ansi_map_mSCIdentificationNumber,
{ "mSCIdentificationNumber", "ansi_map.mSCIdentificationNumber",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.MSCIdentificationNumber", HFILL }},
{ &hf_ansi_map_oneTimeFeatureIndicator,
{ "oneTimeFeatureIndicator", "ansi_map.oneTimeFeatureIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.OneTimeFeatureIndicator", HFILL }},
{ &hf_ansi_map_systemMyTypeCode,
{ "systemMyTypeCode", "ansi_map.systemMyTypeCode",
@@ -17554,35 +17554,35 @@ void proto_register_ansi_map(void) {
"ansi_map.AnnouncementList", HFILL }},
{ &hf_ansi_map_callingPartyNumberString1,
{ "callingPartyNumberString1", "ansi_map.callingPartyNumberString1",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyNumberString1", HFILL }},
{ &hf_ansi_map_callingPartyNumberString2,
{ "callingPartyNumberString2", "ansi_map.callingPartyNumberString2",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyNumberString2", HFILL }},
{ &hf_ansi_map_digits_Destination,
{ "digits-Destination", "ansi_map.digits_Destination",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.Digits", HFILL }},
{ &hf_ansi_map_displayText,
{ "displayText", "ansi_map.displayText",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DisplayText", HFILL }},
{ &hf_ansi_map_displayText2,
{ "displayText2", "ansi_map.displayText2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DisplayText2", HFILL }},
{ &hf_ansi_map_dmh_AccountCodeDigits,
{ "dmh-AccountCodeDigits", "ansi_map.dmh_AccountCodeDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DMH_AccountCodeDigits", HFILL }},
{ &hf_ansi_map_dmh_AlternateBillingDigits,
{ "dmh-AlternateBillingDigits", "ansi_map.dmh_AlternateBillingDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DMH_AlternateBillingDigits", HFILL }},
{ &hf_ansi_map_dmh_BillingDigits,
{ "dmh-BillingDigits", "ansi_map.dmh_BillingDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DMH_BillingDigits", HFILL }},
{ &hf_ansi_map_dmh_RedirectionIndicator,
{ "dmh-RedirectionIndicator", "ansi_map.dmh_RedirectionIndicator",
@@ -17590,19 +17590,19 @@ void proto_register_ansi_map(void) {
"ansi_map.DMH_RedirectionIndicator", HFILL }},
{ &hf_ansi_map_groupInformation,
{ "groupInformation", "ansi_map.groupInformation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.GroupInformation", HFILL }},
{ &hf_ansi_map_noAnswerTime,
{ "noAnswerTime", "ansi_map.noAnswerTime",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NoAnswerTime", HFILL }},
{ &hf_ansi_map_pACAIndicator,
{ "pACAIndicator", "ansi_map.pACAIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PACAIndicator", HFILL }},
{ &hf_ansi_map_pilotNumber,
{ "pilotNumber", "ansi_map.pilotNumber",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PilotNumber", HFILL }},
{ &hf_ansi_map_preferredLanguageIndicator,
{ "preferredLanguageIndicator", "ansi_map.preferredLanguageIndicator",
@@ -17610,15 +17610,15 @@ void proto_register_ansi_map(void) {
"ansi_map.PreferredLanguageIndicator", HFILL }},
{ &hf_ansi_map_redirectingNumberDigits,
{ "redirectingNumberDigits", "ansi_map.redirectingNumberDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RedirectingNumberDigits", HFILL }},
{ &hf_ansi_map_redirectingNumberString,
{ "redirectingNumberString", "ansi_map.redirectingNumberString",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RedirectingNumberString", HFILL }},
{ &hf_ansi_map_redirectingSubaddress,
{ "redirectingSubaddress", "ansi_map.redirectingSubaddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RedirectingSubaddress", HFILL }},
{ &hf_ansi_map_resumePIC,
{ "resumePIC", "ansi_map.resumePIC",
@@ -17630,7 +17630,7 @@ void proto_register_ansi_map(void) {
"ansi_map.TerminationList", HFILL }},
{ &hf_ansi_map_terminationTriggers,
{ "terminationTriggers", "ansi_map.terminationTriggers",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TerminationTriggers", HFILL }},
{ &hf_ansi_map_triggerAddressList,
{ "triggerAddressList", "ansi_map.triggerAddressList",
@@ -17638,7 +17638,7 @@ void proto_register_ansi_map(void) {
"ansi_map.TriggerAddressList", HFILL }},
{ &hf_ansi_map_emergencyServicesRoutingDigits,
{ "emergencyServicesRoutingDigits", "ansi_map.emergencyServicesRoutingDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.EmergencyServicesRoutingDigits", HFILL }},
{ &hf_ansi_map_targetCellIDList,
{ "targetCellIDList", "ansi_map.targetCellIDList",
@@ -17658,39 +17658,39 @@ void proto_register_ansi_map(void) {
"ansi_map.AlertResult", HFILL }},
{ &hf_ansi_map_messageWaitingNotificationCount,
{ "messageWaitingNotificationCount", "ansi_map.messageWaitingNotificationCount",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MessageWaitingNotificationCount", HFILL }},
{ &hf_ansi_map_messageWaitingNotificationType,
{ "messageWaitingNotificationType", "ansi_map.messageWaitingNotificationType",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MessageWaitingNotificationType", HFILL }},
{ &hf_ansi_map_cdmaBandClass,
{ "cdmaBandClass", "ansi_map.cdmaBandClass",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMABandClass", HFILL }},
{ &hf_ansi_map_cdmaServiceOption,
{ "cdmaServiceOption", "ansi_map.cdmaServiceOption",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServiceOption", HFILL }},
{ &hf_ansi_map_cdmaSlotCycleIndex,
{ "cdmaSlotCycleIndex", "ansi_map.cdmaSlotCycleIndex",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMASlotCycleIndex", HFILL }},
{ &hf_ansi_map_extendedMSCID,
{ "extendedMSCID", "ansi_map.extendedMSCID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ExtendedMSCID", HFILL }},
{ &hf_ansi_map_extendedSystemMyTypeCode,
{ "extendedSystemMyTypeCode", "ansi_map.extendedSystemMyTypeCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ExtendedSystemMyTypeCode", HFILL }},
{ &hf_ansi_map_imsi,
{ "imsi", "ansi_map.imsi",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"gsm_map.IMSI", HFILL }},
{ &hf_ansi_map_legInformation,
{ "legInformation", "ansi_map.legInformation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.LegInformation", HFILL }},
{ &hf_ansi_map_mSIDUsage,
{ "mSIDUsage", "ansi_map.mSIDUsage",
@@ -17698,11 +17698,11 @@ void proto_register_ansi_map(void) {
"ansi_map.MSIDUsage", HFILL }},
{ &hf_ansi_map_networkTMSI,
{ "networkTMSI", "ansi_map.networkTMSI",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NetworkTMSI", HFILL }},
{ &hf_ansi_map_pageCount,
{ "pageCount", "ansi_map.pageCount",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PageCount", HFILL }},
{ &hf_ansi_map_pageIndicator,
{ "pageIndicator", "ansi_map.pageIndicator",
@@ -17710,19 +17710,19 @@ void proto_register_ansi_map(void) {
"ansi_map.PageIndicator", HFILL }},
{ &hf_ansi_map_pageResponseTime,
{ "pageResponseTime", "ansi_map.pageResponseTime",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PageResponseTime", HFILL }},
{ &hf_ansi_map_pilotBillingID,
{ "pilotBillingID", "ansi_map.pilotBillingID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PilotBillingID", HFILL }},
{ &hf_ansi_map_redirectingPartyName,
{ "redirectingPartyName", "ansi_map.redirectingPartyName",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RedirectingPartyName", HFILL }},
{ &hf_ansi_map_tdmaDataFeaturesIndicator,
{ "tdmaDataFeaturesIndicator", "ansi_map.tdmaDataFeaturesIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMADataFeaturesIndicator", HFILL }},
{ &hf_ansi_map_terminationTreatment,
{ "terminationTreatment", "ansi_map.terminationTreatment",
@@ -17742,19 +17742,19 @@ void proto_register_ansi_map(void) {
"ansi_map.PSID_RSIDList", HFILL }},
{ &hf_ansi_map_randc,
{ "randc", "ansi_map.randc",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RANDC", HFILL }},
{ &hf_ansi_map_tdmaDataMode,
{ "tdmaDataMode", "ansi_map.tdmaDataMode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMADataMode", HFILL }},
{ &hf_ansi_map_changeServiceAttributes,
{ "changeServiceAttributes", "ansi_map.changeServiceAttributes",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ChangeServiceAttributes", HFILL }},
{ &hf_ansi_map_edirectingSubaddress,
{ "edirectingSubaddress", "ansi_map.edirectingSubaddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RedirectingSubaddress", HFILL }},
{ &hf_ansi_map_setupResult,
{ "setupResult", "ansi_map.setupResult",
@@ -17774,27 +17774,27 @@ void proto_register_ansi_map(void) {
"ansi_map.WINCapability", HFILL }},
{ &hf_ansi_map_callingPartyCategory,
{ "callingPartyCategory", "ansi_map.callingPartyCategory",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingPartyCategory", HFILL }},
{ &hf_ansi_map_controlNetworkID,
{ "controlNetworkID", "ansi_map.controlNetworkID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ControlNetworkID", HFILL }},
{ &hf_ansi_map_digits_carrier,
{ "digits-carrier", "ansi_map.digits_carrier",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.Digits", HFILL }},
{ &hf_ansi_map_digits_dest,
{ "digits-dest", "ansi_map.digits_dest",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.Digits", HFILL }},
{ &hf_ansi_map_dmh_ServiceID,
{ "dmh-ServiceID", "ansi_map.dmh_ServiceID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DMH_ServiceID", HFILL }},
{ &hf_ansi_map_lectronicSerialNumber,
{ "lectronicSerialNumber", "ansi_map.lectronicSerialNumber",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ElectronicSerialNumber", HFILL }},
{ &hf_ansi_map_deregistrationType,
{ "deregistrationType", "ansi_map.deregistrationType",
@@ -17810,7 +17810,7 @@ void proto_register_ansi_map(void) {
"ansi_map.SMS_MessageWaitingIndicator", HFILL }},
{ &hf_ansi_map_originationTriggers,
{ "originationTriggers", "ansi_map.originationTriggers",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.OriginationTriggers", HFILL }},
{ &hf_ansi_map_featureIndicator,
{ "featureIndicator", "ansi_map.featureIndicator",
@@ -17818,7 +17818,7 @@ void proto_register_ansi_map(void) {
"ansi_map.FeatureIndicator", HFILL }},
{ &hf_ansi_map_dmh_ChargeInformation,
{ "dmh-ChargeInformation", "ansi_map.dmh_ChargeInformation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DMH_ChargeInformation", HFILL }},
{ &hf_ansi_map_qualificationInformationCode,
{ "qualificationInformationCode", "ansi_map.qualificationInformationCode",
@@ -17830,11 +17830,11 @@ void proto_register_ansi_map(void) {
"ansi_map.AuthorizationDenied", HFILL }},
{ &hf_ansi_map_authorizationPeriod,
{ "authorizationPeriod", "ansi_map.authorizationPeriod",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AuthorizationPeriod", HFILL }},
{ &hf_ansi_map_deniedAuthorizationPeriod,
{ "deniedAuthorizationPeriod", "ansi_map.deniedAuthorizationPeriod",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DeniedAuthorizationPeriod", HFILL }},
{ &hf_ansi_map_authenticationCapability,
{ "authenticationCapability", "ansi_map.authenticationCapability",
@@ -17842,7 +17842,7 @@ void proto_register_ansi_map(void) {
"ansi_map.AuthenticationCapability", HFILL }},
{ &hf_ansi_map_callingFeaturesIndicator,
{ "callingFeaturesIndicator", "ansi_map.callingFeaturesIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CallingFeaturesIndicator", HFILL }},
{ &hf_ansi_map_geographicAuthorization,
{ "geographicAuthorization", "ansi_map.geographicAuthorization",
@@ -17858,23 +17858,23 @@ void proto_register_ansi_map(void) {
"ansi_map.OriginationIndicator", HFILL }},
{ &hf_ansi_map_restrictionDigits,
{ "restrictionDigits", "ansi_map.restrictionDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RestrictionDigits", HFILL }},
{ &hf_ansi_map_sms_OriginationRestrictions,
{ "sms-OriginationRestrictions", "ansi_map.sms_OriginationRestrictions",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginationRestrictions", HFILL }},
{ &hf_ansi_map_sms_TerminationRestrictions,
{ "sms-TerminationRestrictions", "ansi_map.sms_TerminationRestrictions",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_TerminationRestrictions", HFILL }},
{ &hf_ansi_map_spinipin,
{ "spinipin", "ansi_map.spinipin",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SPINIPIN", HFILL }},
{ &hf_ansi_map_spiniTriggers,
{ "spiniTriggers", "ansi_map.spiniTriggers",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SPINITriggers", HFILL }},
{ &hf_ansi_map_terminationRestrictionCode,
{ "terminationRestrictionCode", "ansi_map.terminationRestrictionCode",
@@ -17882,7 +17882,7 @@ void proto_register_ansi_map(void) {
"ansi_map.TerminationRestrictionCode", HFILL }},
{ &hf_ansi_map_userGroup,
{ "userGroup", "ansi_map.userGroup",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.UserGroup", HFILL }},
{ &hf_ansi_map_lirMode,
{ "lirMode", "ansi_map.lirMode",
@@ -17890,7 +17890,7 @@ void proto_register_ansi_map(void) {
"ansi_map.LIRMode", HFILL }},
{ &hf_ansi_map_randValidTime,
{ "randValidTime", "ansi_map.randValidTime",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RANDValidTime", HFILL }},
{ &hf_ansi_map_redirectionReason,
{ "redirectionReason", "ansi_map.redirectionReason",
@@ -17902,7 +17902,7 @@ void proto_register_ansi_map(void) {
"ansi_map.CancellationType", HFILL }},
{ &hf_ansi_map_controlChannelData,
{ "controlChannelData", "ansi_map.controlChannelData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ControlChannelData", HFILL }},
{ &hf_ansi_map_receivedSignalQuality,
{ "receivedSignalQuality", "ansi_map.receivedSignalQuality",
@@ -17910,7 +17910,7 @@ void proto_register_ansi_map(void) {
"ansi_map.ReceivedSignalQuality", HFILL }},
{ &hf_ansi_map_systemAccessData,
{ "systemAccessData", "ansi_map.systemAccessData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SystemAccessData", HFILL }},
{ &hf_ansi_map_cancellationDenied,
{ "cancellationDenied", "ansi_map.cancellationDenied",
@@ -17926,15 +17926,15 @@ void proto_register_ansi_map(void) {
"ansi_map.BorderCellAccess", HFILL }},
{ &hf_ansi_map_msc_Address,
{ "msc-Address", "ansi_map.msc_Address",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MSC_Address", HFILL }},
{ &hf_ansi_map_sms_Address,
{ "sms-Address", "ansi_map.sms_Address",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SMS_Address", HFILL }},
{ &hf_ansi_map_mpcAddress,
{ "mpcAddress", "ansi_map.mpcAddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MPCAddress", HFILL }},
{ &hf_ansi_map_mpcAddressList,
{ "mpcAddressList", "ansi_map.mpcAddressList",
@@ -17942,11 +17942,11 @@ void proto_register_ansi_map(void) {
"ansi_map.MPCAddressList", HFILL }},
{ &hf_ansi_map_digits_Carrier,
{ "digits-Carrier", "ansi_map.digits_Carrier",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.Digits", HFILL }},
{ &hf_ansi_map_digitCollectionControl,
{ "digitCollectionControl", "ansi_map.digitCollectionControl",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DigitCollectionControl", HFILL }},
{ &hf_ansi_map_trunkStatus,
{ "trunkStatus", "ansi_map.trunkStatus",
@@ -17954,19 +17954,19 @@ void proto_register_ansi_map(void) {
"ansi_map.TrunkStatus", HFILL }},
{ &hf_ansi_map_voiceMailboxNumber,
{ "voiceMailboxNumber", "ansi_map.voiceMailboxNumber",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.VoiceMailboxNumber", HFILL }},
{ &hf_ansi_map_voiceMailboxPIN,
{ "voiceMailboxPIN", "ansi_map.voiceMailboxPIN",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.VoiceMailboxPIN", HFILL }},
{ &hf_ansi_map_sms_BearerData,
{ "sms-BearerData", "ansi_map.sms_BearerData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_BearerData", HFILL }},
{ &hf_ansi_map_sms_TeleserviceIdentifier,
{ "sms-TeleserviceIdentifier", "ansi_map.sms_TeleserviceIdentifier",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_TeleserviceIdentifier", HFILL }},
{ &hf_ansi_map_sms_ChargeIndicator,
{ "sms-ChargeIndicator", "ansi_map.sms_ChargeIndicator",
@@ -17974,27 +17974,27 @@ void proto_register_ansi_map(void) {
"ansi_map.SMS_ChargeIndicator", HFILL }},
{ &hf_ansi_map_sms_DestinationAddress,
{ "sms-DestinationAddress", "ansi_map.sms_DestinationAddress",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SMS_DestinationAddress", HFILL }},
{ &hf_ansi_map_sms_OriginalDestinationAddress,
{ "sms-OriginalDestinationAddress", "ansi_map.sms_OriginalDestinationAddress",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginalDestinationAddress", HFILL }},
{ &hf_ansi_map_sms_OriginalDestinationSubaddress,
{ "sms-OriginalDestinationSubaddress", "ansi_map.sms_OriginalDestinationSubaddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginalDestinationSubaddress", HFILL }},
{ &hf_ansi_map_sms_OriginalOriginatingAddress,
{ "sms-OriginalOriginatingAddress", "ansi_map.sms_OriginalOriginatingAddress",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginalOriginatingAddress", HFILL }},
{ &hf_ansi_map_sms_OriginalOriginatingSubaddress,
{ "sms-OriginalOriginatingSubaddress", "ansi_map.sms_OriginalOriginatingSubaddress",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginalOriginatingSubaddress", HFILL }},
{ &hf_ansi_map_sms_OriginatingAddress,
{ "sms-OriginatingAddress", "ansi_map.sms_OriginatingAddress",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.SMS_OriginatingAddress", HFILL }},
{ &hf_ansi_map_sms_CauseCode,
{ "sms-CauseCode", "ansi_map.sms_CauseCode",
@@ -18002,27 +18002,27 @@ void proto_register_ansi_map(void) {
"ansi_map.SMS_CauseCode", HFILL }},
{ &hf_ansi_map_cdmaServingOneWayDelay2,
{ "cdmaServingOneWayDelay2", "ansi_map.cdmaServingOneWayDelay2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServingOneWayDelay2", HFILL }},
{ &hf_ansi_map_interMessageTime,
{ "interMessageTime", "ansi_map.interMessageTime",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.InterMessageTime", HFILL }},
{ &hf_ansi_map_newlyAssignedIMSI,
{ "newlyAssignedIMSI", "ansi_map.newlyAssignedIMSI",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NewlyAssignedIMSI", HFILL }},
{ &hf_ansi_map_newlyAssignedMIN,
{ "newlyAssignedMIN", "ansi_map.newlyAssignedMIN",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.NewlyAssignedMIN", HFILL }},
{ &hf_ansi_map_newMINExtension,
{ "newMINExtension", "ansi_map.newMINExtension",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NewMINExtension", HFILL }},
{ &hf_ansi_map_sms_MessageCount,
{ "sms-MessageCount", "ansi_map.sms_MessageCount",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_MessageCount", HFILL }},
{ &hf_ansi_map_sms_NotificationIndicator,
{ "sms-NotificationIndicator", "ansi_map.sms_NotificationIndicator",
@@ -18030,11 +18030,11 @@ void proto_register_ansi_map(void) {
"ansi_map.SMS_NotificationIndicator", HFILL }},
{ &hf_ansi_map_teleservice_Priority,
{ "teleservice-Priority", "ansi_map.teleservice_Priority",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.Teleservice_Priority", HFILL }},
{ &hf_ansi_map_temporaryReferenceNumber,
{ "temporaryReferenceNumber", "ansi_map.temporaryReferenceNumber",
- FT_NONE, BASE_DEC, NULL, 0,
+ FT_NONE, BASE_NONE, NULL, 0,
"ansi_map.TemporaryReferenceNumber", HFILL }},
{ &hf_ansi_map_mobileStationMSID,
{ "mobileStationMSID", "ansi_map.mobileStationMSID",
@@ -18042,7 +18042,7 @@ void proto_register_ansi_map(void) {
"ansi_map.MobileStationMSID", HFILL }},
{ &hf_ansi_map_sms_TransactionID,
{ "sms-TransactionID", "ansi_map.sms_TransactionID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SMS_TransactionID", HFILL }},
{ &hf_ansi_map_sms_AccessDeniedReason,
{ "sms-AccessDeniedReason", "ansi_map.sms_AccessDeniedReason",
@@ -18054,7 +18054,7 @@ void proto_register_ansi_map(void) {
"ansi_map.SeizureType", HFILL }},
{ &hf_ansi_map_requiredParametersMask,
{ "requiredParametersMask", "ansi_map.requiredParametersMask",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RequiredParametersMask", HFILL }},
{ &hf_ansi_map_reasonList,
{ "reasonList", "ansi_map.reasonList",
@@ -18062,15 +18062,15 @@ void proto_register_ansi_map(void) {
"ansi_map.ReasonList", HFILL }},
{ &hf_ansi_map_networkTMSIExpirationTime,
{ "networkTMSIExpirationTime", "ansi_map.networkTMSIExpirationTime",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NetworkTMSIExpirationTime", HFILL }},
{ &hf_ansi_map_newNetworkTMSI,
{ "newNetworkTMSI", "ansi_map.newNetworkTMSI",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.NewNetworkTMSI", HFILL }},
{ &hf_ansi_map_serviceID,
{ "serviceID", "ansi_map.serviceID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ServiceID", HFILL }},
{ &hf_ansi_map_dataAccessElementList,
{ "dataAccessElementList", "ansi_map.dataAccessElementList",
@@ -18078,7 +18078,7 @@ void proto_register_ansi_map(void) {
"ansi_map.DataAccessElementList", HFILL }},
{ &hf_ansi_map_timeDateOffset,
{ "timeDateOffset", "ansi_map.timeDateOffset",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TimeDateOffset", HFILL }},
{ &hf_ansi_map_timeOfDay,
{ "timeOfDay", "ansi_map.timeOfDay",
@@ -18094,15 +18094,15 @@ void proto_register_ansi_map(void) {
"ansi_map.FailureType", HFILL }},
{ &hf_ansi_map_failureCause,
{ "failureCause", "ansi_map.failureCause",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.FailureCause", HFILL }},
{ &hf_ansi_map_outingDigits,
{ "outingDigits", "ansi_map.outingDigits",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.RoutingDigits", HFILL }},
{ &hf_ansi_map_databaseKey,
{ "databaseKey", "ansi_map.databaseKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DatabaseKey", HFILL }},
{ &hf_ansi_map_modificationRequestList,
{ "modificationRequestList", "ansi_map.modificationRequestList",
@@ -18118,11 +18118,11 @@ void proto_register_ansi_map(void) {
"ansi_map.ServiceDataAccessElementList", HFILL }},
{ &hf_ansi_map_privateSpecializedResource,
{ "privateSpecializedResource", "ansi_map.privateSpecializedResource",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PrivateSpecializedResource", HFILL }},
{ &hf_ansi_map_specializedResource,
{ "specializedResource", "ansi_map.specializedResource",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.SpecializedResource", HFILL }},
{ &hf_ansi_map_executeScript,
{ "executeScript", "ansi_map.executeScript",
@@ -18130,11 +18130,11 @@ void proto_register_ansi_map(void) {
"ansi_map.ExecuteScript", HFILL }},
{ &hf_ansi_map_scriptResult,
{ "scriptResult", "ansi_map.scriptResult",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ScriptResult", HFILL }},
{ &hf_ansi_map_tdmaVoiceMode,
{ "tdmaVoiceMode", "ansi_map.tdmaVoiceMode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMAVoiceMode", HFILL }},
{ &hf_ansi_map_callStatus,
{ "callStatus", "ansi_map.callStatus",
@@ -18150,43 +18150,43 @@ void proto_register_ansi_map(void) {
"ansi_map.CallRecoveryIDList", HFILL }},
{ &hf_ansi_map_positionInformationCode,
{ "positionInformationCode", "ansi_map.positionInformationCode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PositionInformationCode", HFILL }},
{ &hf_ansi_map_mSStatus,
{ "mSStatus", "ansi_map.mSStatus",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MSStatus", HFILL }},
{ &hf_ansi_map_pSID_RSIDInformation,
{ "pSID-RSIDInformation", "ansi_map.pSID_RSIDInformation",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PSID_RSIDInformation", HFILL }},
{ &hf_ansi_map_positionRequestType,
{ "positionRequestType", "ansi_map.positionRequestType",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PositionRequestType", HFILL }},
{ &hf_ansi_map_lcsBillingID,
{ "lcsBillingID", "ansi_map.lcsBillingID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.LCSBillingID", HFILL }},
{ &hf_ansi_map_lcs_Client_ID,
{ "lcs-Client-ID", "ansi_map.lcs_Client_ID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.LCS_Client_ID", HFILL }},
{ &hf_ansi_map_mobilePositionCapability,
{ "mobilePositionCapability", "ansi_map.mobilePositionCapability",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MobilePositionCapability", HFILL }},
{ &hf_ansi_map_dtxIndication,
{ "dtxIndication", "ansi_map.dtxIndication",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DTXIndication", HFILL }},
{ &hf_ansi_map_cdmaCodeChannel,
{ "cdmaCodeChannel", "ansi_map.cdmaCodeChannel",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMACodeChannel", HFILL }},
{ &hf_ansi_map_cdmaMobileCapabilities,
{ "cdmaMobileCapabilities", "ansi_map.cdmaMobileCapabilities",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAMobileCapabilities", HFILL }},
{ &hf_ansi_map_cdmaPSMMList,
{ "cdmaPSMMList", "ansi_map.cdmaPSMMList",
@@ -18194,31 +18194,31 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAPSMMList", HFILL }},
{ &hf_ansi_map_tdma_MAHO_CELLID,
{ "tdma-MAHO-CELLID", "ansi_map.tdma_MAHO_CELLID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMA_MAHO_CELLID", HFILL }},
{ &hf_ansi_map_tdma_MAHO_CHANNEL,
{ "tdma-MAHO-CHANNEL", "ansi_map.tdma_MAHO_CHANNEL",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMA_MAHO_CHANNEL", HFILL }},
{ &hf_ansi_map_tdma_TimeAlignment,
{ "tdma-TimeAlignment", "ansi_map.tdma_TimeAlignment",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMA_TimeAlignment", HFILL }},
{ &hf_ansi_map_pqos_HorizontalPosition,
{ "pqos-HorizontalPosition", "ansi_map.pqos_HorizontalPosition",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_HorizontalPosition", HFILL }},
{ &hf_ansi_map_pqos_HorizontalVelocity,
{ "pqos-HorizontalVelocity", "ansi_map.pqos_HorizontalVelocity",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_HorizontalVelocity", HFILL }},
{ &hf_ansi_map_pqos_MaximumPositionAge,
{ "pqos-MaximumPositionAge", "ansi_map.pqos_MaximumPositionAge",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_MaximumPositionAge", HFILL }},
{ &hf_ansi_map_pqos_PositionPriority,
{ "pqos-PositionPriority", "ansi_map.pqos_PositionPriority",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_PositionPriority", HFILL }},
{ &hf_ansi_map_pqos_ResponseTime,
{ "pqos-ResponseTime", "ansi_map.pqos_ResponseTime",
@@ -18226,15 +18226,15 @@ void proto_register_ansi_map(void) {
"ansi_map.PQOS_ResponseTime", HFILL }},
{ &hf_ansi_map_pqos_VerticalPosition,
{ "pqos-VerticalPosition", "ansi_map.pqos_VerticalPosition",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_VerticalPosition", HFILL }},
{ &hf_ansi_map_pqos_VerticalVelocity,
{ "pqos-VerticalVelocity", "ansi_map.pqos_VerticalVelocity",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PQOS_VerticalVelocity", HFILL }},
{ &hf_ansi_map_cdmaPSMMCount,
{ "cdmaPSMMCount", "ansi_map.cdmaPSMMCount",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAPSMMCount", HFILL }},
{ &hf_ansi_map_lirAuthorization,
{ "lirAuthorization", "ansi_map.lirAuthorization",
@@ -18242,15 +18242,15 @@ void proto_register_ansi_map(void) {
"ansi_map.LIRAuthorization", HFILL }},
{ &hf_ansi_map_mpcid,
{ "mpcid", "ansi_map.mpcid",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MPCID", HFILL }},
{ &hf_ansi_map_tdma_MAHORequest,
{ "tdma-MAHORequest", "ansi_map.tdma_MAHORequest",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TDMA_MAHORequest", HFILL }},
{ &hf_ansi_map_positionResult,
{ "positionResult", "ansi_map.positionResult",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PositionResult", HFILL }},
{ &hf_ansi_map_positionInformation,
{ "positionInformation", "ansi_map.positionInformation",
@@ -18258,7 +18258,7 @@ void proto_register_ansi_map(void) {
"ansi_map.PositionInformation", HFILL }},
{ &hf_ansi_map_controlType,
{ "controlType", "ansi_map.controlType",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ControlType", HFILL }},
{ &hf_ansi_map_destinationAddress,
{ "destinationAddress", "ansi_map.destinationAddress",
@@ -18282,15 +18282,15 @@ void proto_register_ansi_map(void) {
"ansi_map.Range", HFILL }},
{ &hf_ansi_map_meidStatus,
{ "meidStatus", "ansi_map.meidStatus",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MEIDStatus", HFILL }},
{ &hf_ansi_map_aKeyProtocolVersion,
{ "aKeyProtocolVersion", "ansi_map.aKeyProtocolVersion",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AKeyProtocolVersion", HFILL }},
{ &hf_ansi_map_mobileStationPartialKey,
{ "mobileStationPartialKey", "ansi_map.mobileStationPartialKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MobileStationPartialKey", HFILL }},
{ &hf_ansi_map_newlyAssignedMSID,
{ "newlyAssignedMSID", "ansi_map.newlyAssignedMSID",
@@ -18298,11 +18298,11 @@ void proto_register_ansi_map(void) {
"ansi_map.NewlyAssignedMSID", HFILL }},
{ &hf_ansi_map_baseStationPartialKey,
{ "baseStationPartialKey", "ansi_map.baseStationPartialKey",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.BaseStationPartialKey", HFILL }},
{ &hf_ansi_map_modulusValue,
{ "modulusValue", "ansi_map.modulusValue",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ModulusValue", HFILL }},
{ &hf_ansi_map_otasp_ResultCode,
{ "otasp-ResultCode", "ansi_map.otasp_ResultCode",
@@ -18310,35 +18310,35 @@ void proto_register_ansi_map(void) {
"ansi_map.OTASP_ResultCode", HFILL }},
{ &hf_ansi_map_primitiveValue,
{ "primitiveValue", "ansi_map.primitiveValue",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PrimitiveValue", HFILL }},
{ &hf_ansi_map_record_Type,
{ "record-Type", "ansi_map.record_Type",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.Record_Type", HFILL }},
{ &hf_ansi_map_information_Record,
{ "information-Record", "ansi_map.information_Record",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.Information_Record", HFILL }},
{ &hf_ansi_map_cdma2000MobileSupportedCapabilities,
{ "cdma2000MobileSupportedCapabilities", "ansi_map.cdma2000MobileSupportedCapabilities",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMA2000MobileSupportedCapabilities", HFILL }},
{ &hf_ansi_map_announcementCode1,
{ "announcementCode1", "ansi_map.announcementCode1",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AnnouncementCode", HFILL }},
{ &hf_ansi_map_announcementCode2,
{ "announcementCode2", "ansi_map.announcementCode2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AnnouncementCode", HFILL }},
{ &hf_ansi_map_cdmaPilotPN,
{ "cdmaPilotPN", "ansi_map.cdmaPilotPN",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAPilotPN", HFILL }},
{ &hf_ansi_map_cdmaPowerCombinedIndicator,
{ "cdmaPowerCombinedIndicator", "ansi_map.cdmaPowerCombinedIndicator",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAPowerCombinedIndicator", HFILL }},
{ &hf_ansi_map_CDMACodeChannelList_item,
{ "CDMACodeChannelInformation", "ansi_map.CDMACodeChannelInformation",
@@ -18346,11 +18346,11 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMACodeChannelInformation", HFILL }},
{ &hf_ansi_map_cdmaPilotStrength,
{ "cdmaPilotStrength", "ansi_map.cdmaPilotStrength",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAPilotStrength", HFILL }},
{ &hf_ansi_map_cdmaTargetOneWayDelay,
{ "cdmaTargetOneWayDelay", "ansi_map.cdmaTargetOneWayDelay",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMATargetOneWayDelay", HFILL }},
{ &hf_ansi_map_CDMATargetMAHOList_item,
{ "CDMATargetMAHOInformation", "ansi_map.CDMATargetMAHOInformation",
@@ -18358,7 +18358,7 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMATargetMAHOInformation", HFILL }},
{ &hf_ansi_map_cdmaSignalQuality,
{ "cdmaSignalQuality", "ansi_map.cdmaSignalQuality",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMASignalQuality", HFILL }},
{ &hf_ansi_map_CDMATargetMeasurementList_item,
{ "CDMATargetMeasurementInformation", "ansi_map.CDMATargetMeasurementInformation",
@@ -18390,27 +18390,27 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMABandClassInformation", HFILL }},
{ &hf_ansi_map_CDMAServiceOptionList_item,
{ "CDMAServiceOption", "ansi_map.CDMAServiceOption",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServiceOption", HFILL }},
{ &hf_ansi_map_pSID_RSIDInformation1,
{ "pSID-RSIDInformation1", "ansi_map.pSID_RSIDInformation1",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PSID_RSIDInformation", HFILL }},
{ &hf_ansi_map_targetCellID1,
{ "targetCellID1", "ansi_map.targetCellID1",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TargetCellID", HFILL }},
{ &hf_ansi_map_cdmaConnectionReference,
{ "cdmaConnectionReference", "ansi_map.cdmaConnectionReference",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAConnectionReference", HFILL }},
{ &hf_ansi_map_cdmaState,
{ "cdmaState", "ansi_map.cdmaState",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAState", HFILL }},
{ &hf_ansi_map_cdmaServiceOptionConnectionIdentifier,
{ "cdmaServiceOptionConnectionIdentifier", "ansi_map.cdmaServiceOptionConnectionIdentifier",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAServiceOptionConnectionIdentifier", HFILL }},
{ &hf_ansi_map_CDMAConnectionReferenceList_item,
{ "CDMAConnectionReferenceList item", "ansi_map.CDMAConnectionReferenceList_item",
@@ -18426,7 +18426,7 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAConnectionReferenceInformation", HFILL }},
{ &hf_ansi_map_analogRedirectInfo,
{ "analogRedirectInfo", "ansi_map.analogRedirectInfo",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.AnalogRedirectInfo", HFILL }},
{ &hf_ansi_map_CDMAChannelNumberList_item,
{ "CDMAChannelNumberList item", "ansi_map.CDMAChannelNumberList_item",
@@ -18434,11 +18434,11 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAChannelNumberList_item", HFILL }},
{ &hf_ansi_map_cdmaChannelNumber,
{ "cdmaChannelNumber", "ansi_map.cdmaChannelNumber",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAChannelNumber", HFILL }},
{ &hf_ansi_map_cdmaChannelNumber2,
{ "cdmaChannelNumber2", "ansi_map.cdmaChannelNumber2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.CDMAChannelNumber", HFILL }},
{ &hf_ansi_map_cdmaChannelNumberList,
{ "cdmaChannelNumberList", "ansi_map.cdmaChannelNumberList",
@@ -18446,7 +18446,7 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMAChannelNumberList", HFILL }},
{ &hf_ansi_map_dataID,
{ "dataID", "ansi_map.dataID",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DataID", HFILL }},
{ &hf_ansi_map_change,
{ "change", "ansi_map.change",
@@ -18454,7 +18454,7 @@ void proto_register_ansi_map(void) {
"ansi_map.Change", HFILL }},
{ &hf_ansi_map_dataValue,
{ "dataValue", "ansi_map.dataValue",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.DataValue", HFILL }},
{ &hf_ansi_map_DataAccessElementList_item,
{ "DataAccessElementList item", "ansi_map.DataAccessElementList_item",
@@ -18478,19 +18478,19 @@ void proto_register_ansi_map(void) {
"ansi_map.DataUpdateResult", HFILL }},
{ &hf_ansi_map_globalTitle,
{ "globalTitle", "ansi_map.globalTitle",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.GlobalTitle", HFILL }},
{ &hf_ansi_map_pC_SSN,
{ "pC-SSN", "ansi_map.pC_SSN",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PC_SSN", HFILL }},
{ &hf_ansi_map_scriptName,
{ "scriptName", "ansi_map.scriptName",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ScriptName", HFILL }},
{ &hf_ansi_map_scriptArgument,
{ "scriptArgument", "ansi_map.scriptArgument",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.ScriptArgument", HFILL }},
{ &hf_ansi_map_allOrNone,
{ "allOrNone", "ansi_map.allOrNone",
@@ -18530,15 +18530,15 @@ void proto_register_ansi_map(void) {
"ansi_map.TriggerList", HFILL }},
{ &hf_ansi_map_wIN_TriggerList,
{ "wIN-TriggerList", "ansi_map.wIN_TriggerList",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.WIN_TriggerList", HFILL }},
{ &hf_ansi_map_triggerCapability,
{ "triggerCapability", "ansi_map.triggerCapability",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.TriggerCapability", HFILL }},
{ &hf_ansi_map_wINOperationsCapability,
{ "wINOperationsCapability", "ansi_map.wINOperationsCapability",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.WINOperationsCapability", HFILL }},
{ &hf_ansi_map_CallRecoveryIDList_item,
{ "CallRecoveryID", "ansi_map.CallRecoveryID",
@@ -18550,19 +18550,19 @@ void proto_register_ansi_map(void) {
"ansi_map.GeneralizedTime", HFILL }},
{ &hf_ansi_map_geographicPosition,
{ "geographicPosition", "ansi_map.geographicPosition",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.GeographicPosition", HFILL }},
{ &hf_ansi_map_positionSource,
{ "positionSource", "ansi_map.positionSource",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.PositionSource", HFILL }},
{ &hf_ansi_map_horizontal_Velocity,
{ "horizontal-Velocity", "ansi_map.horizontal_Velocity",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.Horizontal_Velocity", HFILL }},
{ &hf_ansi_map_vertical_Velocity,
{ "vertical-Velocity", "ansi_map.vertical_Velocity",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.Vertical_Velocity", HFILL }},
{ &hf_ansi_map_sCFOverloadGapInterval,
{ "sCFOverloadGapInterval", "ansi_map.sCFOverloadGapInterval",
@@ -18582,11 +18582,11 @@ void proto_register_ansi_map(void) {
"ansi_map.CDMATargetMAHOList", HFILL }},
{ &hf_ansi_map_mpcAddress2,
{ "mpcAddress2", "ansi_map.mpcAddress2",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MPCAddress", HFILL }},
{ &hf_ansi_map_mobileStationIMSI,
{ "mobileStationIMSI", "ansi_map.mobileStationIMSI",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ansi_map.MobileStationIMSI", HFILL }},
{ &hf_ansi_map_handoffMeasurementRequest,
{ "handoffMeasurementRequest", "ansi_map.handoffMeasurementRequest",