aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:02:59 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:02:59 +0000
commit0437f102c3603f1430cfdfa362f63c85c7b58865 (patch)
tree87114b31475402b749f3fbf8bcb6fbddfa2846cd /epan
parent7881d1ccd76e2fcc6f055a9c4f6b740f0cb042e7 (diff)
From Kovarththanan Rajaratnam:
More FT_XXX cleanup. svn path=/trunk/; revision=28971
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-alcap.c2
-rw-r--r--epan/dissectors/packet-ans.c2
-rw-r--r--epan/dissectors/packet-aoe.c4
-rw-r--r--epan/dissectors/packet-artnet.c2
-rw-r--r--epan/dissectors/packet-asap.c8
-rw-r--r--epan/dissectors/packet-bacnet.c4
-rwxr-xr-xepan/dissectors/packet-banana.c2
-rw-r--r--epan/dissectors/packet-bpdu.c2
-rw-r--r--epan/dissectors/packet-bthci_evt.c2
-rw-r--r--epan/dissectors/packet-catapult-dct2000.c2
-rw-r--r--epan/dissectors/packet-cigi.c864
-rw-r--r--epan/dissectors/packet-cpha.c2
-rw-r--r--epan/dissectors/packet-diameter.c4
-rw-r--r--epan/dissectors/packet-dnp.c8
-rw-r--r--epan/dissectors/packet-dns.c4
-rw-r--r--epan/dissectors/packet-dtls.c2
-rw-r--r--epan/dissectors/packet-enip.c4
-rw-r--r--epan/dissectors/packet-enrp.c8
-rw-r--r--epan/dissectors/packet-enttec.c2
-rw-r--r--epan/dissectors/packet-fip.c4
-rw-r--r--epan/dissectors/packet-fractalgeneratorprotocol.c10
-rw-r--r--epan/dissectors/packet-gdsdb.c2
-rw-r--r--epan/dissectors/packet-giop.c4
-rw-r--r--epan/dissectors/packet-gmrp.c2
-rw-r--r--epan/dissectors/packet-gssapi.c2
-rw-r--r--epan/dissectors/packet-gtp.c4
-rw-r--r--epan/dissectors/packet-homeplug.c2
-rw-r--r--epan/dissectors/packet-ieee80211.c2
-rw-r--r--epan/dissectors/packet-ipmi-app.c2
-rw-r--r--epan/dissectors/packet-ipmi-se.c2
-rw-r--r--epan/dissectors/packet-ipmi.c4
-rw-r--r--epan/dissectors/packet-iuup.c2
-rw-r--r--epan/dissectors/packet-ldap.c4
-rw-r--r--epan/dissectors/packet-ldss.c6
-rw-r--r--epan/dissectors/packet-linx.c4
-rw-r--r--epan/dissectors/packet-nbd.c4
-rw-r--r--epan/dissectors/packet-netflow.c8
-rw-r--r--epan/dissectors/packet-nhrp.c8
-rw-r--r--epan/dissectors/packet-ntp.c4
-rw-r--r--epan/dissectors/packet-pana.c4
-rw-r--r--epan/dissectors/packet-prp.c8
-rw-r--r--epan/dissectors/packet-ptp.c30
-rw-r--r--epan/dissectors/packet-rmp.c2
-rw-r--r--epan/dissectors/packet-rmt-norm.c8
-rw-r--r--epan/dissectors/packet-ros.c4
-rw-r--r--epan/dissectors/packet-rpc.c4
-rw-r--r--epan/dissectors/packet-rtcp.c4
-rw-r--r--epan/dissectors/packet-rtmpt.c2
-rw-r--r--epan/dissectors/packet-smb.c4
-rw-r--r--epan/dissectors/packet-stun.c4
-rw-r--r--epan/dissectors/packet-stun2.c6
-rw-r--r--epan/dissectors/packet-trmac.c2
-rw-r--r--epan/dissectors/packet-tzsp.c2
-rw-r--r--epan/dissectors/packet-uma.c4
-rw-r--r--epan/dissectors/packet-umts_fp.c4
-rw-r--r--epan/dissectors/packet-wol.c2
-rw-r--r--epan/dissectors/packet-wps.c2
57 files changed, 552 insertions, 552 deletions
diff --git a/epan/dissectors/packet-alcap.c b/epan/dissectors/packet-alcap.c
index f283c7bf90..8efafe55ec 100644
--- a/epan/dissectors/packet-alcap.c
+++ b/epan/dissectors/packet-alcap.c
@@ -1729,7 +1729,7 @@ proto_register_alcap(void)
{ &hf_alcap_leg_sugr, { "Leg's SUGR", "alcap.leg.sugr", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL } },
{ &hf_alcap_leg_dnsea, { "Leg's destination NSAP", "alcap.leg.dnsea", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_alcap_leg_onsea, { "Leg's originating NSAP", "alcap.leg.onsea", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL } },
- { &hf_alcap_leg_frame, { "a message of this leg", "alcap.leg.msg", FT_FRAMENUM, BASE_DEC, NULL, 0, NULL, HFILL } },
+ { &hf_alcap_leg_frame, { "a message of this leg", "alcap.leg.msg", FT_FRAMENUM, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_alcap_leg_release_cause, { "Leg's cause value in REL", "alcap.leg.cause", FT_UINT8, BASE_DEC, VALS(cause_values_itu), 0, NULL, HFILL }},
};
diff --git a/epan/dissectors/packet-ans.c b/epan/dissectors/packet-ans.c
index deda44e4fe..4311853829 100644
--- a/epan/dissectors/packet-ans.c
+++ b/epan/dissectors/packet-ans.c
@@ -128,7 +128,7 @@ proto_register_ans(void)
},
{ &hf_ans_team_id,
{ "Team ID", "ans.team_id",
- FT_ETHER, BASE_HEX, NULL, 0,
+ FT_ETHER, BASE_NONE, NULL, 0,
"Intel ANS Team ID", HFILL }
},
};
diff --git a/epan/dissectors/packet-aoe.c b/epan/dissectors/packet-aoe.c
index 98b87f132f..d15a7caa10 100644
--- a/epan/dissectors/packet-aoe.c
+++ b/epan/dissectors/packet-aoe.c
@@ -485,9 +485,9 @@ proto_register_aoe(void)
{ &hf_aoe_lba,
{ "Lba", "aoe.lba", FT_UINT64, BASE_HEX, NULL, 0x00, "Lba address", HFILL}},
{ &hf_aoe_response_in,
- { "Response In", "aoe.response_in", FT_FRAMENUM, BASE_DEC, NULL, 0x0, "The response to this packet is in this frame", HFILL }},
+ { "Response In", "aoe.response_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "The response to this packet is in this frame", HFILL }},
{ &hf_aoe_response_to,
- { "Response To", "aoe.response_to", FT_FRAMENUM, BASE_DEC, NULL, 0x0, "This is a response to the ATA command in this frame", HFILL }},
+ { "Response To", "aoe.response_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "This is a response to the ATA command in this frame", HFILL }},
{ &hf_aoe_time,
{ "Time from request", "aoe.time", FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Time between Request and Reply for ATA calls", HFILL }},
};
diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c
index 447ebfc985..2ae1becf11 100644
--- a/epan/dissectors/packet-artnet.c
+++ b/epan/dissectors/packet-artnet.c
@@ -2067,7 +2067,7 @@ proto_register_artnet(void) {
{ &hf_artnet_poll_reply_mac,
{ "MAC",
"artnet.poll_reply.mac",
- FT_ETHER, BASE_HEX, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
/* ArtOutput */
diff --git a/epan/dissectors/packet-asap.c b/epan/dissectors/packet-asap.c
index 29ae0494ef..aca054d546 100644
--- a/epan/dissectors/packet-asap.c
+++ b/epan/dissectors/packet-asap.c
@@ -888,10 +888,10 @@ proto_register_asap(void)
{ &hf_policy_type, { "Policy Type", "asap.pool_member_selection_policy_type", FT_UINT32, BASE_HEX, VALS(policy_type_values), 0x0, NULL, HFILL } },
{ &hf_policy_weight, { "Policy Weight", "asap.pool_member_selection_policy_weight", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_priority, { "Policy Priority", "asap.pool_member_selection_policy_priority", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_load, { "Policy Load", "asap.pool_member_selection_policy_load", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_degradation, { "Policy Degradation", "asap.pool_member_selection_policy_degradation", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_loaddpf, { "Policy Load DPF", "asap.pool_member_selection_policy_load_dpf", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_weightdpf, { "Policy Weight DPF", "asap.pool_member_selection_policy_weight_dpf", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_load, { "Policy Load", "asap.pool_member_selection_policy_load", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_degradation, { "Policy Degradation", "asap.pool_member_selection_policy_degradation", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_loaddpf, { "Policy Load DPF", "asap.pool_member_selection_policy_load_dpf", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_weightdpf, { "Policy Weight DPF", "asap.pool_member_selection_policy_weight_dpf", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_distance, { "Policy Distance", "asap.pool_member_selection_policy_distance", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_value, { "Policy Value", "asap.pool_member_selection_policy_value", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_pool_handle, { "Pool Handle", "asap.pool_handle_pool_handle", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
diff --git a/epan/dissectors/packet-bacnet.c b/epan/dissectors/packet-bacnet.c
index e77339a47a..6371058a4d 100644
--- a/epan/dissectors/packet-bacnet.c
+++ b/epan/dissectors/packet-bacnet.c
@@ -535,7 +535,7 @@ proto_register_bacnet(void)
},
{ &hf_bacnet_dadr_eth,
{ "Destination ISO 8802-3 MAC Address", "bacnet.dadr_eth",
- FT_ETHER, BASE_HEX, NULL, 0,
+ FT_ETHER, BASE_NONE, NULL, 0,
NULL, HFILL }
},
{ &hf_bacnet_dadr_mstp,
@@ -560,7 +560,7 @@ proto_register_bacnet(void)
},
{ &hf_bacnet_sadr_eth,
{ "SADR", "bacnet.sadr_eth",
- FT_ETHER, BASE_HEX, NULL, 0,
+ FT_ETHER, BASE_NONE, NULL, 0,
"Source ISO 8802-3 MAC Address", HFILL }
},
{ &hf_bacnet_sadr_mstp,
diff --git a/epan/dissectors/packet-banana.c b/epan/dissectors/packet-banana.c
index 2fdd2ab6dc..af1b097b46 100755
--- a/epan/dissectors/packet-banana.c
+++ b/epan/dissectors/packet-banana.c
@@ -305,7 +305,7 @@ proto_register_banana(void)
},
{ &hf_banana_float,
{ "Float", "banana.float",
- FT_DOUBLE, BASE_DEC, NULL, 0,
+ FT_DOUBLE, BASE_NONE, NULL, 0,
"Banana float", HFILL }
},
{ &hf_banana_lg_int,
diff --git a/epan/dissectors/packet-bpdu.c b/epan/dissectors/packet-bpdu.c
index 01456be01f..5ee938020f 100644
--- a/epan/dissectors/packet-bpdu.c
+++ b/epan/dissectors/packet-bpdu.c
@@ -1125,7 +1125,7 @@ proto_register_bpdu(void)
NULL, HFILL }},
{ &hf_bpdu_msti_regional_root_mac,
{ "Regional Root", "mstp.msti.root.hw",
- FT_ETHER, BASE_DEC, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_bpdu_msti_internal_root_path_cost,
{ "Internal root path cost", "mstp.msti.root_cost",
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index 18af72883a..fae9d03c71 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.c
@@ -3423,7 +3423,7 @@ proto_register_bthci_evt(void)
},
{ &hf_bthci_evt_afh_channel_map,
{"AFH Channel Map", "bthci_evt.afh_channel_map",
- FT_UINT_BYTES, BASE_HEX, NULL, 0x0,
+ FT_UINT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{ &hf_bthci_evt_simple_pairing_mode,
diff --git a/epan/dissectors/packet-catapult-dct2000.c b/epan/dissectors/packet-catapult-dct2000.c
index ab15d0c8fb..ef1a12d598 100644
--- a/epan/dissectors/packet-catapult-dct2000.c
+++ b/epan/dissectors/packet-catapult-dct2000.c
@@ -2191,7 +2191,7 @@ void proto_register_catapult_dct2000(void)
},
{ &hf_catapult_dct2000_timestamp,
{ "Timestamp",
- "dct2000.timestamp", FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ "dct2000.timestamp", FT_DOUBLE, BASE_NONE, NULL, 0x0,
"File timestamp", HFILL
}
},
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index 5fc2ec4733..5bf14f0f1b 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -6507,7 +6507,7 @@ proto_register_cigi(void)
},
{ &hf_cigi2_ig_control_time_tag,
{ "Timing Value (microseconds)", "cigi.ig_control.time_tag",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies synchronous operation", HFILL }
},
@@ -6670,42 +6670,42 @@ proto_register_cigi(void)
},
{ &hf_cigi2_entity_control_opacity,
{ "Percent Opacity", "cigi.entity_control.opacity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the degree of opacity of the entity", HFILL }
},
{ &hf_cigi2_entity_control_internal_temp,
{ "Internal Temperature (degrees C)", "cigi.entity_control.internal_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the internal temperature of the entity in degrees Celsius", HFILL }
},
{ &hf_cigi2_entity_control_roll,
{ "Roll (degrees)", "cigi.entity_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the roll angle of the entity in degrees", HFILL }
},
{ &hf_cigi2_entity_control_pitch,
{ "Pitch (degrees)", "cigi.entity_control",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the pitch of the entity in degrees", HFILL }
},
{ &hf_cigi2_entity_control_heading,
{ "Heading (degrees)", "cigi.entity_control",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the heading of the entity in degrees", HFILL }
},
{ &hf_cigi2_entity_control_alt,
{ "Altitude (m)", "cigi.entity_control.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Identifies the altitude position of the reference point of the entity in meters", HFILL }
},
{ &hf_cigi2_entity_control_lat,
{ "Latitude (degrees)", "cigi.entity_control.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Identifies the latitude position of the reference point of the entity in degrees", HFILL }
},
{ &hf_cigi2_entity_control_lon,
{ "Longitude (degrees)", "cigi.entity_control.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Identifies the longitude position of the reference point of the entity in degrees", HFILL }
},
@@ -6777,32 +6777,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_entity_control_roll,
{ "Roll (degrees)", "cigi.entity_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the roll angle of the entity", HFILL }
},
{ &hf_cigi3_entity_control_pitch,
{ "Pitch (degrees)", "cigi.entity_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the pitch angle of the entity", HFILL }
},
{ &hf_cigi3_entity_control_yaw,
{ "Yaw (degrees)", "cigi.entity_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the instantaneous heading of the entity", HFILL }
},
{ &hf_cigi3_entity_control_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.entity_control.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic latitude or the distance from the parent's reference point along its parent's X axis", HFILL }
},
{ &hf_cigi3_entity_control_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.entity_control.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic longitude or the distance from the parent's reference point along its parent's Y axis", HFILL }
},
{ &hf_cigi3_entity_control_alt_zoff,
{ "Altitude (m)/Z Offset (m)", "cigi.entity_control.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's altitude or the distance from the parent's reference point along its parent's Z axis", HFILL }
},
@@ -6879,32 +6879,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_entity_control_roll,
{ "Roll (degrees)", "cigi.entity_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the roll angle of the entity", HFILL }
},
{ &hf_cigi3_3_entity_control_pitch,
{ "Pitch (degrees)", "cigi.entity_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the pitch angle of the entity", HFILL }
},
{ &hf_cigi3_3_entity_control_yaw,
{ "Yaw (degrees)", "cigi.entity_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the instantaneous heading of the entity", HFILL }
},
{ &hf_cigi3_3_entity_control_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.entity_control.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic latitude or the distance from the parent's reference point along its parent's X axis", HFILL }
},
{ &hf_cigi3_3_entity_control_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.entity_control.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic longitude or the distance from the parent's reference point along its parent's Y axis", HFILL }
},
{ &hf_cigi3_3_entity_control_alt_zoff,
{ "Altitude (m)/Z Offset (m)", "cigi.entity_control.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's altitude or the distance from the parent's reference point along its parent's Z axis", HFILL }
},
@@ -6921,17 +6921,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_conformal_clamped_entity_control_yaw,
{ "Yaw (degrees)", "cigi.conformal_clamped_entity_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the instantaneous heading of the entity", HFILL }
},
{ &hf_cigi3_conformal_clamped_entity_control_lat,
{ "Latitude (degrees)", "cigi.conformal_clamped_entity_control.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic latitude", HFILL }
},
{ &hf_cigi3_conformal_clamped_entity_control_lon,
{ "Longitude (degrees)", "cigi.conformal_clamped_entity_control.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the entity's geodetic longitude", HFILL }
},
@@ -6963,12 +6963,12 @@ proto_register_cigi(void)
},
{ &hf_cigi2_component_control_component_val1,
{ "Component Value 1", "cigi.component_control.component_val1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies a continuous value to be applied to a component", HFILL }
},
{ &hf_cigi2_component_control_component_val2,
{ "Component Value 2", "cigi.component_control.component_val2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies a continuous value to be applied to a component", HFILL }
},
@@ -7213,32 +7213,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_articulated_parts_control_x_offset,
{ "X Offset (m)", "cigi.art_part_control.x_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the distance along the X axis by which the articulated part should be moved", HFILL }
},
{ &hf_cigi2_articulated_parts_control_y_offset,
{ "Y Offset (m)", "cigi.art_part_control.y_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the distance along the Y axis by which the articulated part should be moved", HFILL }
},
{ &hf_cigi2_articulated_parts_control_z_offset,
{ "Z Offset (m)", "cigi.art_part_control.z_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the distance along the Z axis by which the articulated part should be moved", HFILL }
},
{ &hf_cigi2_articulated_parts_control_roll,
{ "Roll (degrees)", "cigi.art_part_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the roll of this part with respect to the submodel coordinate system", HFILL }
},
{ &hf_cigi2_articulated_parts_control_pitch,
{ "Pitch (degrees)", "cigi.art_part_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the pitch of this part with respect to the submodel coordinate system", HFILL }
},
{ &hf_cigi2_articulated_parts_control_yaw,
{ "Yaw (degrees)", "cigi.art_part_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the yaw of this part with respect to the submodel coordinate system", HFILL }
},
@@ -7295,32 +7295,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_articulated_part_control_xoff,
{ "X Offset (m)", "cigi.art_part_control.xoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the distance of the articulated part along its X axis", HFILL }
},
{ &hf_cigi3_articulated_part_control_yoff,
{ "Y Offset (m)", "cigi.art_part_control.yoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the distance of the articulated part along its Y axis", HFILL }
},
{ &hf_cigi3_articulated_part_control_zoff,
{ "Z Offset (m)", "cigi.art_part_control.zoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the distance of the articulated part along its Z axis", HFILL }
},
{ &hf_cigi3_articulated_part_control_roll,
{ "Roll (degrees)", "cigi.art_part_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its X axis after yaw and pitch have been applied", HFILL }
},
{ &hf_cigi3_articulated_part_control_pitch,
{ "Pitch (degrees)", "cigi.art_part_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its Y axis after yaw has been applied", HFILL }
},
{ &hf_cigi3_articulated_part_control_yaw,
{ "Yaw (degrees)", "cigi.art_part_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part about its Z axis", HFILL }
},
@@ -7367,12 +7367,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_short_articulated_part_control_dof_1,
{ "DOF 1", "cigi.short_art_part_control.dof_1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies either an offset or an angular position for the part identified by Articulated Part ID 1", HFILL }
},
{ &hf_cigi3_short_articulated_part_control_dof_2,
{ "DOF 2", "cigi.short_art_part_control.dof_2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies either an offset or an angular position for the part identified by Articulated Part ID 2", HFILL }
},
@@ -7394,32 +7394,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_rate_control_x_rate,
{ "X Linear Rate (m/s)", "cigi.rate_control.x_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the x component of the velocity vector for the entity being represented", HFILL }
},
{ &hf_cigi2_rate_control_y_rate,
{ "Y Linear Rate (m/s)", "cigi.rate_control.y_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the y component of the velocity vector for the entity being represented", HFILL }
},
{ &hf_cigi2_rate_control_z_rate,
{ "Z Linear Rate (m/s)", "cigi.rate_control.z_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the z component of the velocity vector for the entity being represented", HFILL }
},
{ &hf_cigi2_rate_control_roll_rate,
{ "Roll Angular Rate (degrees/s)", "cigi.rate_control.roll_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the roll angular rate for the entity being represented", HFILL }
},
{ &hf_cigi2_rate_control_pitch_rate,
{ "Pitch Angular Rate (degrees/s)", "cigi.rate_control.pitch_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the pitch angular rate for the entity being represented", HFILL }
},
{ &hf_cigi2_rate_control_yaw_rate,
{ "Yaw Angular Rate (degrees/s)", "cigi.rate_control.yaw_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the yaw angular rate for the entity being represented", HFILL }
},
@@ -7446,32 +7446,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_rate_control_x_rate,
{ "X Linear Rate (m/s)", "cigi.rate_control.x_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_rate_control_y_rate,
{ "Y Linear Rate (m/s)", "cigi.rate_control.y_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_rate_control_z_rate,
{ "Z Linear Rate (m/s)", "cigi.rate_control.z_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_rate_control_roll_rate,
{ "Roll Angular Rate (degrees/s)", "cigi.rate_control.roll_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its X axis after yaw and pitch have been applied", HFILL }
},
{ &hf_cigi3_rate_control_pitch_rate,
{ "Pitch Angular Rate (degrees/s)", "cigi.rate_control.pitch_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its Y axis after yaw has been applied", HFILL }
},
{ &hf_cigi3_rate_control_yaw_rate,
{ "Yaw Angular Rate (degrees/s)", "cigi.rate_control.yaw_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part about its Z axis when its X axis is parallel to that of the entity", HFILL }
},
@@ -7503,32 +7503,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_rate_control_x_rate,
{ "X Linear Rate (m/s)", "cigi.rate_control.x_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_2_rate_control_y_rate,
{ "Y Linear Rate (m/s)", "cigi.rate_control.y_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_2_rate_control_z_rate,
{ "Z Linear Rate (m/s)", "cigi.rate_control.z_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z component of a linear velocity vector", HFILL }
},
{ &hf_cigi3_2_rate_control_roll_rate,
{ "Roll Angular Rate (degrees/s)", "cigi.rate_control.roll_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its X axis after yaw and pitch have been applied", HFILL }
},
{ &hf_cigi3_2_rate_control_pitch_rate,
{ "Pitch Angular Rate (degrees/s)", "cigi.rate_control.pitch_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part submodel about its Y axis after yaw has been applied", HFILL }
},
{ &hf_cigi3_2_rate_control_yaw_rate,
{ "Yaw Angular Rate (degrees/s)", "cigi.rate_control.yaw_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the articulated part about its Z axis when its X axis is parallel to that of the entity", HFILL }
},
@@ -7580,7 +7580,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_celestial_sphere_control_star_intensity,
{ "Star Field Intensity (%)", "cigi.celestial_sphere_control.star_intensity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the intensity of the star field within the sky model", HFILL }
},
@@ -7602,32 +7602,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_atmosphere_control_air_temp,
{ "Global Air Temperature (degrees C)", "cigi.atmosphere_control.air_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global air temperature of the environment", HFILL }
},
{ &hf_cigi3_atmosphere_control_visibility_range,
{ "Global Visibility Range (m)", "cigi.atmosphere_control.visibility_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global visibility range through the atmosphere", HFILL }
},
{ &hf_cigi3_atmosphere_control_horiz_wind,
{ "Global Horizontal Wind Speed (m/s)", "cigi.atmosphere_control.horiz_wind",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global wind speed parallel to the ellipsoid-tangential reference plane", HFILL }
},
{ &hf_cigi3_atmosphere_control_vert_wind,
{ "Global Vertical Wind Speed (m/s)", "cigi.atmosphere_control.vert_wind",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global vertical wind speed", HFILL }
},
{ &hf_cigi3_atmosphere_control_wind_direction,
{ "Global Wind Direction (degrees)", "cigi.atmosphere_control.wind_direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global wind direction", HFILL }
},
{ &hf_cigi3_atmosphere_control_barometric_pressure,
{ "Global Barometric Pressure (mb or hPa)", "cigi.atmosphere_control.barometric_pressure",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the global atmospheric pressure", HFILL }
},
@@ -7669,32 +7669,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_environment_control_air_temp,
{ "Air Temperature (degrees C)", "cigi.env_control.air_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the global temperature of the environment", HFILL }
},
{ &hf_cigi2_environment_control_global_visibility,
{ "Global Visibility (m)", "cigi.env_control.global_visibility",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the global visibility", HFILL }
},
{ &hf_cigi2_environment_control_wind_speed,
{ "Wind Speed (m/s)", "cigi.env_control.wind_speed",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the global wind speed", HFILL }
},
{ &hf_cigi2_environment_control_wind_direction,
{ "Wind Direction (degrees)", "cigi.env_control.wind_direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the global wind direction", HFILL }
},
{ &hf_cigi2_environment_control_pressure,
{ "Barometric Pressure (mb)", "cigi.env_control.pressure",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Controls the atmospheric pressure input into MODTRAN", HFILL }
},
{ &hf_cigi2_environment_control_aerosol,
{ "Aerosol (gm/m^3)", "cigi.env_control.aerosol",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Controls the liquid water content for the defined atmosphere", HFILL }
},
@@ -7736,37 +7736,37 @@ proto_register_cigi(void)
},
{ &hf_cigi3_environmental_region_control_lat,
{ "Latitude (degrees)", "cigi.env_region_control.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the geodetic latitude of the center of the rounded rectangle", HFILL }
},
{ &hf_cigi3_environmental_region_control_lon,
{ "Longitude (degrees)", "cigi.env_region_control.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the geodetic longitude of the center of the rounded rectangle", HFILL }
},
{ &hf_cigi3_environmental_region_control_size_x,
{ "Size X (m)", "cigi.env_region_control.size_x",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of the environmental region along its X axis at the geoid surface", HFILL }
},
{ &hf_cigi3_environmental_region_control_size_y,
{ "Size Y (m)", "cigi.env_region_control.size_y",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of the environmental region along its Y axis at the geoid surface", HFILL }
},
{ &hf_cigi3_environmental_region_control_corner_radius,
{ "Corner Radius (m)", "cigi.env_region_control.corner_radius",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius of the corner of the rounded rectangle", HFILL }
},
{ &hf_cigi3_environmental_region_control_rotation,
{ "Rotation (degrees)", "cigi.env_region_control.rotation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the yaw angle of the rounded rectangle", HFILL }
},
{ &hf_cigi3_environmental_region_control_transition_perimeter,
{ "Transition Perimeter (m)", "cigi.env_region_control.transition_perimeter",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the width of the transition perimeter around the environmental region", HFILL }
},
@@ -7808,47 +7808,47 @@ proto_register_cigi(void)
},
{ &hf_cigi2_weather_control_air_temp,
{ "Air Temperature (degrees C)", "cigi.weather_control.air_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the local temperature inside the weather phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_opacity,
{ "Opacity (%)", "cigi.weather_control.opacity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the opacity of the weather phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_scud_frequency,
{ "Scud Frequency (%)", "cigi.weather_control.scud_frequency",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the frequency for the scud effect", HFILL }
},
{ &hf_cigi2_weather_control_coverage,
{ "Coverage (%)", "cigi.weather_control.coverage",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the amount of area coverage a particular phenomenon has over the specified global visibility range given in the environment control data packet", HFILL }
},
{ &hf_cigi2_weather_control_elevation,
{ "Elevation (m)", "cigi.weather_control.elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the base altitude of the weather phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_thickness,
{ "Thickness (m)", "cigi.weather_control.thickness",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the vertical thickness of the weather phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_transition_band,
{ "Transition Band (m)", "cigi.weather_control.transition_band",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates a vertical transition band both above and below a phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_wind_speed,
{ "Winds Aloft Speed", "cigi.weather_control.wind_speed",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the local wind speed applied to the phenomenon", HFILL }
},
{ &hf_cigi2_weather_control_wind_direction,
{ "Winds Aloft Direction (degrees)", "cigi.weather_control.wind_direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates local direction of the wind applied to the phenomenon", HFILL }
},
@@ -7910,62 +7910,62 @@ proto_register_cigi(void)
},
{ &hf_cigi3_weather_control_air_temp,
{ "Air Temperature (degrees C)", "cigi.weather_control.air_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the temperature within the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_visibility_range,
{ "Visibility Range (m)", "cigi.weather_control.visibility_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the visibility range through the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_scud_frequency,
{ "Scud Frequency (%)", "cigi.weather_control.scud_frequency",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the frequency of scud within the transition bands above and/or below a cloud or fog layer", HFILL }
},
{ &hf_cigi3_weather_control_coverage,
{ "Coverage (%)", "cigi.weather_control.coverage",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the amount of area coverage for the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_base_elevation,
{ "Base Elevation (m)", "cigi.weather_control.base_elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the base of the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_thickness,
{ "Thickness (m)", "cigi.weather_control.thickness",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the vertical thickness of the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_transition_band,
{ "Transition Band (m)", "cigi.weather_control.transition_band",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the height of a vertical transition band both above and below the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_horiz_wind,
{ "Horizontal Wind Speed (m/s)", "cigi.weather_control.horiz_wind",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the local wind speed parallel to the ellipsoid-tangential reference plane", HFILL }
},
{ &hf_cigi3_weather_control_vert_wind,
{ "Vertical Wind Speed (m/s)", "cigi.weather_control.vert_wind",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the local vertical wind speed", HFILL }
},
{ &hf_cigi3_weather_control_wind_direction,
{ "Wind Direction (degrees)", "cigi.weather_control.wind_direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the local wind direction", HFILL }
},
{ &hf_cigi3_weather_control_barometric_pressure,
{ "Barometric Pressure (mb or hPa)", "cigi.weather_control.barometric_pressure",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the atmospheric pressure within the weather layer", HFILL }
},
{ &hf_cigi3_weather_control_aerosol_concentration,
{ "Aerosol Concentration (g/m^3)", "cigi.weather_control.aerosol_concentration",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the concentration of water, smoke, dust, or other particles suspended in the air", HFILL }
},
@@ -7997,17 +7997,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_maritime_surface_conditions_control_sea_surface_height,
{ "Sea Surface Height (m)", "cigi.maritime_surface_conditions_control.sea_surface_height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the height of the water above MSL at equilibrium", HFILL }
},
{ &hf_cigi3_maritime_surface_conditions_control_surface_water_temp,
{ "Surface Water Temperature (degrees C)", "cigi.maritime_surface_conditions_control.surface_water_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the water temperature at the surface", HFILL }
},
{ &hf_cigi3_maritime_surface_conditions_control_surface_clarity,
{ "Surface Clarity (%)", "cigi.maritime_surface_conditions_control.surface_clarity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the clarity of the water at its surface", HFILL }
},
@@ -8044,32 +8044,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_wave_control_height,
{ "Wave Height (m)", "cigi.wave_control.height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the average vertical distance from trough to crest produced by the wave", HFILL }
},
{ &hf_cigi3_wave_control_wavelength,
{ "Wavelength (m)", "cigi.wave_control.wavelength",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the distance from a particular phase on a wave to the same phase on an adjacent wave", HFILL }
},
{ &hf_cigi3_wave_control_period,
{ "Period (s)", "cigi.wave_control.period",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the time required for one complete oscillation of the wave", HFILL }
},
{ &hf_cigi3_wave_control_direction,
{ "Direction (degrees)", "cigi.wave_control.direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the direction in which the wave propagates", HFILL }
},
{ &hf_cigi3_wave_control_phase_offset,
{ "Phase Offset (degrees)", "cigi.wave_control.phase_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies a phase offset for the wave", HFILL }
},
{ &hf_cigi3_wave_control_leading,
{ "Leading (degrees)", "cigi.wave_control.leading",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the phase angle at which the crest occurs", HFILL }
},
@@ -8163,32 +8163,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_view_control_x_offset,
{ "X Offset (m)", "cigi.view_control.x_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the X component of the view offset vector along the entity's longitudinal axis", HFILL }
},
{ &hf_cigi2_view_control_y_offset,
{ "Y Offset", "cigi.view_control.y_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the Y component of the view offset vector along the entity's lateral axis", HFILL }
},
{ &hf_cigi2_view_control_z_offset,
{ "Z Offset", "cigi.view_control.z_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the Z component of the view offset vector along the entity's vertical axis", HFILL }
},
{ &hf_cigi2_view_control_roll,
{ "Roll (degrees)", "cigi.view_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"The rotation about the view's X axis", HFILL }
},
{ &hf_cigi2_view_control_pitch,
{ "Pitch (degrees)", "cigi.view_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"The rotation about the view's Y axis", HFILL }
},
{ &hf_cigi2_view_control_yaw,
{ "Yaw (degrees)", "cigi.view_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"The rotation about the view's Z axis", HFILL }
},
@@ -8245,32 +8245,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_view_control_xoff,
{ "X Offset (m)", "cigi.view_control.xoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the position of the view eyepoint along the X axis of the entity specified by the Entity ID parameter", HFILL }
},
{ &hf_cigi3_view_control_yoff,
{ "Y Offset (m)", "cigi.view_control.yoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the position of the view eyepoint along the Y axis of the entity specified by the Entity ID parameter", HFILL }
},
{ &hf_cigi3_view_control_zoff,
{ "Z Offset (m)", "cigi.view_control.zoff",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the position of the view eyepoint along the Z axis of the entity specified by the Entity ID parameter", HFILL }
},
{ &hf_cigi3_view_control_roll,
{ "Roll (degrees)", "cigi.view_control.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the view or view group about its X axis after yaw and pitch have been applied", HFILL }
},
{ &hf_cigi3_view_control_pitch,
{ "Pitch (degrees)", "cigi.view_control.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the view or view group about its Y axis after yaw has been applied", HFILL }
},
{ &hf_cigi3_view_control_yaw,
{ "Yaw (degrees)", "cigi.view_control.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the angle of rotation of the view or view group about its Z axis", HFILL }
},
@@ -8322,22 +8322,22 @@ proto_register_cigi(void)
},
{ &hf_cigi2_sensor_control_gain,
{ "Gain", "cigi.sensor_control.gain",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the gain value for the weapon sensor option", HFILL }
},
{ &hf_cigi2_sensor_control_level,
{ "Level", "cigi.sensor_control.level",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the level value for the weapon sensor option", HFILL }
},
{ &hf_cigi2_sensor_control_ac_coupling,
{ "AC Coupling", "cigi.sensor_control.ac_coupling",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the AC Coupling decay rate for the weapon sensor option", HFILL }
},
{ &hf_cigi2_sensor_control_noise,
{ "Noise", "cigi.sensor_control.noise",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the detector-noise gain for the weapon sensor option", HFILL }
},
@@ -8394,22 +8394,22 @@ proto_register_cigi(void)
},
{ &hf_cigi3_sensor_control_gain,
{ "Gain", "cigi.sensor_control.gain",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the contrast for the sensor display", HFILL }
},
{ &hf_cigi3_sensor_control_level,
{ "Level", "cigi.sensor_control.level",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the brightness for the sensor display", HFILL }
},
{ &hf_cigi3_sensor_control_ac_coupling,
{ "AC Coupling (microseconds)", "cigi.sensor_control.ac_coupling",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the AC coupling decay constant for the sensor display", HFILL }
},
{ &hf_cigi3_sensor_control_noise,
{ "Noise", "cigi.sensor_control.noise",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the amount of detector noise for the sensor", HFILL }
},
@@ -8488,12 +8488,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_earth_reference_model_definition_equatorial_radius,
{ "Equatorial Radius (m)", "cigi.earth_ref_model_def.equatorial_radius",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the semi-major axis of the ellipsoid", HFILL }
},
{ &hf_cigi3_earth_reference_model_definition_flattening,
{ "Flattening (m)", "cigi.earth_ref_model_def.flattening",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the flattening of the ellipsoid", HFILL }
},
@@ -8510,17 +8510,17 @@ proto_register_cigi(void)
},
{ &hf_cigi2_trajectory_definition_acceleration,
{ "Acceleration Factor (m/s^2)", "cigi.trajectory_def.acceleration",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the acceleration factor that will be applied to the Vz component of the velocity vector over time to simulate the effects of gravity on the object", HFILL }
},
{ &hf_cigi2_trajectory_definition_retardation,
{ "Retardation Rate (m/s)", "cigi.trajectory_def.retardation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates what retardation factor will be applied to the object's motion", HFILL }
},
{ &hf_cigi2_trajectory_definition_terminal_velocity,
{ "Terminal Velocity (m/s)", "cigi.trajectory_def.terminal_velocity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates what final velocity the object will be allowed to obtain", HFILL }
},
@@ -8537,27 +8537,27 @@ proto_register_cigi(void)
},
{ &hf_cigi3_trajectory_definition_acceleration_x,
{ "Acceleration X (m/s^2)", "cigi.trajectory_def.acceleration_x",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X component of the acceleration vector", HFILL }
},
{ &hf_cigi3_trajectory_definition_acceleration_y,
{ "Acceleration Y (m/s^2)", "cigi.trajectory_def.acceleration_y",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y component of the acceleration vector", HFILL }
},
{ &hf_cigi3_trajectory_definition_acceleration_z,
{ "Acceleration Z (m/s^2)", "cigi.trajectory_def.acceleration_z",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z component of the acceleration vector", HFILL }
},
{ &hf_cigi3_trajectory_definition_retardation_rate,
{ "Retardation Rate (m/s^2)", "cigi.trajectory_def.retardation_rate",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the magnitude of an acceleration applied against the entity's instantaneous linear velocity vector", HFILL }
},
{ &hf_cigi3_trajectory_definition_terminal_velocity,
{ "Terminal Velocity (m/s)", "cigi.trajectory_def.terminal_velocity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum velocity the entity can sustain", HFILL }
},
@@ -8599,22 +8599,22 @@ proto_register_cigi(void)
},
{ &hf_cigi2_special_effect_definition_x_scale,
{ "X Scale", "cigi.special_effect_def.x_scale",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies a scale factor to apply along the effect's X axis", HFILL }
},
{ &hf_cigi2_special_effect_definition_y_scale,
{ "Y Scale", "cigi.special_effect_def.y_scale",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies a scale factor to apply along the effect's Y axis", HFILL }
},
{ &hf_cigi2_special_effect_definition_z_scale,
{ "Z Scale", "cigi.special_effect_def.z_scale",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies a scale factor to apply along the effect's Z axis", HFILL }
},
{ &hf_cigi2_special_effect_definition_time_scale,
{ "Time Scale", "cigi.special_effect_def.time_scale",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies a scale factor to apply to the time period for the effect's animation sequence", HFILL }
},
{ &hf_cigi2_special_effect_definition_effect_count,
@@ -8624,17 +8624,17 @@ proto_register_cigi(void)
},
{ &hf_cigi2_special_effect_definition_separation,
{ "Separation (m)", "cigi.special_effect_def.separation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the distance between particles within a burst", HFILL }
},
{ &hf_cigi2_special_effect_definition_burst_interval,
{ "Burst Interval (s)", "cigi.special_effect_def.burst_interval",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the time between successive bursts", HFILL }
},
{ &hf_cigi2_special_effect_definition_duration,
{ "Duration (s)", "cigi.special_effect_def.duration",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates how long an effect or sequence of burst will be active", HFILL }
},
@@ -8706,32 +8706,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_view_definition_fov_near,
{ "Field of View Near (m)", "cigi.view_def.fov_near",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the near clipping plane for the view", HFILL }
},
{ &hf_cigi2_view_definition_fov_far,
{ "Field of View Far (m)", "cigi.view_def.fov_far",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the far clipping plane for the view", HFILL }
},
{ &hf_cigi2_view_definition_fov_left,
{ "Field of View Left (degrees)", "cigi.view_def.fov_left",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the left clipping plane for the view", HFILL }
},
{ &hf_cigi2_view_definition_fov_right,
{ "Field of View Right (degrees)", "cigi.view_def.fov_right",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the right clipping plane for the view", HFILL }
},
{ &hf_cigi2_view_definition_fov_top,
{ "Field of View Top (degrees)", "cigi.view_def.fov_top",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the top clipping plane for the view", HFILL }
},
{ &hf_cigi2_view_definition_fov_bottom,
{ "Field of View Bottom (degrees)", "cigi.view_def.fov_bottom",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Defines the bottom clipping plane for the view", HFILL }
},
@@ -8808,32 +8808,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_view_definition_near,
{ "Near (m)", "cigi.view_def.near",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the position of the view's near clipping plane", HFILL }
},
{ &hf_cigi3_view_definition_far,
{ "Far (m)", "cigi.view_def.far",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the position of the view's far clipping plane", HFILL }
},
{ &hf_cigi3_view_definition_left,
{ "Left (degrees)", "cigi.view_def.left",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the left half-angle of the view frustum", HFILL }
},
{ &hf_cigi3_view_definition_right,
{ "Right (degrees)", "cigi.view_def.right",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the right half-angle of the view frustum", HFILL }
},
{ &hf_cigi3_view_definition_top,
{ "Top (degrees)", "cigi.view_def.top",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the top half-angle of the view frustum", HFILL }
},
{ &hf_cigi3_view_definition_bottom,
{ "Bottom (degrees)", "cigi.view_def.bottom",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the bottom half-angle of the view frustum", HFILL }
},
@@ -8865,32 +8865,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_collision_detection_segment_definition_x_start,
{ "Segment X Start (m)", "cigi.coll_det_seg_def.x_start",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the starting point of the collision segment in the X-axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_segment_definition_y_start,
{ "Segment Y Start (m)", "cigi.coll_det_seg_def.y_start",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the starting point of the collision segment in the Y-axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_segment_definition_z_start,
{ "Segment Z Start (m)", "cigi.coll_det_seg_def.z_start",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the starting point of the collision segment in the Z-axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_segment_definition_x_end,
{ "Segment X End (m)", "cigi.coll_det_seg_def.x_end",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the ending point of the collision segment in the X-axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_segment_definition_y_end,
{ "Segment Y End (m)", "cigi.coll_det_seg_def.y_end",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the ending point of the collision segment in the Y-axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_segment_definition_z_end,
{ "Segment Z End (m)", "cigi.coll_det_seg_def.z_end",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the ending point of the collision segment in the Z-axis with respect to the entity's reference point", HFILL }
},
@@ -8917,32 +8917,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_collision_detection_segment_definition_x1,
{ "X1 (m)", "cigi.coll_det_seg_def.x1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_y1,
{ "Y1 (m)", "cigi.coll_det_seg_def.y1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_z1,
{ "Z1 (m)", "cigi.coll_det_seg_def.z1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_x2,
{ "X2 (m)", "cigi.coll_det_seg_def.x2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_y2,
{ "Y2 (m)", "cigi.coll_det_seg_def.y2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_z2,
{ "Z2 (m)", "cigi.coll_det_seg_def.z2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z offset of one endpoint of the collision segment", HFILL }
},
{ &hf_cigi3_collision_detection_segment_definition_material_mask,
@@ -8974,32 +8974,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_collision_detection_volume_definition_x_offset,
{ "Centroid X Offset (m)", "cigi.coll_det_vol_def.x_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the offset of the volume's centroid along the X axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_volume_definition_y_offset,
{ "Centroid Y Offset (m)", "cigi.coll_det_vol_def.y_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the offset of the volume's centroid along the Y axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_volume_definition_z_offset,
{ "Centroid Z Offset (m)", "cigi.coll_det_vol_def.z_offset",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the offset of the volume's centroid along the Z axis with respect to the entity's reference point", HFILL }
},
{ &hf_cigi2_collision_detection_volume_definition_height,
{ "Height (m)", "cigi.coll_det_vol_def.height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the height of the volume", HFILL }
},
{ &hf_cigi2_collision_detection_volume_definition_width,
{ "Width (m)", "cigi.coll_det_vol_def.width",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the width of the volume", HFILL }
},
{ &hf_cigi2_collision_detection_volume_definition_depth,
{ "Depth (m)", "cigi.coll_det_vol_def.depth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the depth of the volume", HFILL }
},
@@ -9031,47 +9031,47 @@ proto_register_cigi(void)
},
{ &hf_cigi3_collision_detection_volume_definition_x,
{ "X (m)", "cigi.coll_det_vol_def.x",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X offset of the center of the volume", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_y,
{ "Y (m)", "cigi.coll_det_vol_def.y",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y offset of the center of the volume", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_z,
{ "Z (m)", "cigi.coll_det_vol_def.z",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z offset of the center of the volume", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_radius_height,
{ "Radius (m)/Height (m)", "cigi.coll_det_vol_def.radius_height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius of the sphere or specifies the length of the cuboid along its Z axis", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_width,
{ "Width (m)", "cigi.coll_det_vol_def.width",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of the cuboid along its Y axis", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_depth,
{ "Depth (m)", "cigi.coll_det_vol_def.depth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of the cuboid along its X axis", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_roll,
{ "Roll (degrees)", "cigi.coll_det_vol_def.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the roll of the cuboid with respect to the entity's coordinate system", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_pitch,
{ "Pitch (degrees)", "cigi.coll_det_vol_def.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the pitch of the cuboid with respect to the entity's coordinate system", HFILL }
},
{ &hf_cigi3_collision_detection_volume_definition_yaw,
{ "Yaw (degrees)", "cigi.coll_det_vol_def.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the yaw of the cuboid with respect to the entity's coordinate system", HFILL }
},
@@ -9088,17 +9088,17 @@ proto_register_cigi(void)
},
{ &hf_cigi2_height_above_terrain_request_alt,
{ "Altitude (m)", "cigi.hat_request.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude from which the HAT request is being made", HFILL }
},
{ &hf_cigi2_height_above_terrain_request_lat,
{ "Latitude (degrees)", "cigi.hat_request.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position from which the HAT request is being made", HFILL }
},
{ &hf_cigi2_height_above_terrain_request_lon,
{ "Longitude (degrees)", "cigi.hat_request.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position from which the HAT request is being made", HFILL }
},
@@ -9115,32 +9115,32 @@ proto_register_cigi(void)
},
{ &hf_cigi2_line_of_sight_occult_request_source_alt,
{ "Source Altitude (m)", "cigi.los_occult_request.source_alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source point for the LOS request segment", HFILL }
},
{ &hf_cigi2_line_of_sight_occult_request_source_lat,
{ "Source Latitude (degrees)", "cigi.los_occult_request.source_lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position of the source point for the LOS request segment", HFILL }
},
{ &hf_cigi2_line_of_sight_occult_request_source_lon,
{ "Source Longitude (degrees)", "cigi.los_occult_request.source_lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position of the source point for the LOS request segment", HFILL }
},
{ &hf_cigi2_line_of_sight_occult_request_dest_alt,
{ "Destination Altitude (m)", "cigi.los_occult_request.dest_alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the destination point for the LOS request segment", HFILL }
},
{ &hf_cigi2_line_of_sight_occult_request_dest_lat,
{ "Destination Latitude (degrees)", "cigi.los_occult_request.dest_lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position for the destination point for the LOS request segment", HFILL }
},
{ &hf_cigi2_line_of_sight_occult_request_dest_lon,
{ "Destination Longitude (degrees)", "cigi.los_occult_request.dest_lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position of the destination point for the LOS request segment", HFILL }
},
@@ -9157,37 +9157,37 @@ proto_register_cigi(void)
},
{ &hf_cigi2_line_of_sight_range_request_azimuth,
{ "Azimuth (degrees)", "cigi.los_range_request.azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the azimuth of the LOS vector", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_elevation,
{ "Elevation (degrees)", "cigi.los_range_request.elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the elevation for the LOS vector", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_min_range,
{ "Minimum Range (m)", "cigi.los_range_request.min_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the distance from the source position specified in this data packet to a point along the LOS vector where intersection testing will begin", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_max_range,
{ "Maximum Range (m)", "cigi.los_range_request.max_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum extent from the source position specified in this data packet to a point along the LOS vector where intersection testing will end", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_source_alt,
{ "Source Altitude (m)", "cigi.los_range_request.source_alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source point of the LOS request vector", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_source_lat,
{ "Source Latitude (degrees)", "cigi.los_range_request.source_lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position of the source point of the LOS request vector", HFILL }
},
{ &hf_cigi2_line_of_sight_range_request_source_lon,
{ "Source Longitude (degrees)", "cigi.los_range_request.source_lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position of the source point of the LOS request vector", HFILL }
},
@@ -9204,12 +9204,12 @@ proto_register_cigi(void)
},
{ &hf_cigi2_height_of_terrain_request_lat,
{ "Latitude (degrees)", "cigi.hot_request.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position from which the HOT request is made", HFILL }
},
{ &hf_cigi2_height_of_terrain_request_lon,
{ "Longitude (degrees)", "cigi.hot_request.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position from which the HOT request is made", HFILL }
},
@@ -9241,17 +9241,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_hat_hot_request_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.hat_hot_request.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude from which the HAT/HOT request is being made or specifies the X offset of the point from which the HAT/HOT request is being made", HFILL }
},
{ &hf_cigi3_hat_hot_request_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.hat_hot_request.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude from which the HAT/HOT request is being made or specifies the Y offset of the point from which the HAT/HOT request is being made", HFILL }
},
{ &hf_cigi3_hat_hot_request_alt_zoff,
{ "Altitude (m)/Z Offset (m)", "cigi.hat_hot_request.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude from which the HAT/HOT request is being made or specifies the Z offset of the point from which the HAT/HOT request is being made", HFILL }
},
@@ -9288,17 +9288,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_hat_hot_request_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.hat_hot_request.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude from which the HAT/HOT request is being made or specifies the X offset of the point from which the HAT/HOT request is being made", HFILL }
},
{ &hf_cigi3_2_hat_hot_request_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.hat_hot_request.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude from which the HAT/HOT request is being made or specifies the Y offset of the point from which the HAT/HOT request is being made", HFILL }
},
{ &hf_cigi3_2_hat_hot_request_alt_zoff,
{ "Altitude (m)/Z Offset (m)", "cigi.hat_hot_request.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude from which the HAT/HOT request is being made or specifies the Z offset of the point from which the HAT/HOT request is being made", HFILL }
},
@@ -9345,32 +9345,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_line_of_sight_segment_request_source_lat_xoff,
{ "Source Latitude (degrees)/Source X Offset (m)", "cigi.los_segment_request.source_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the source endpoint of the LOS test segment or specifies the X offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_source_lon_yoff,
{ "Source Longitude (degrees)/Source Y Offset (m)", "cigi.los_segment_request.source_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the source endpoint of the LOS test segment or specifies the Y offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_source_alt_zoff,
{ "Source Altitude (m)/Source Z Offset (m)", "cigi.los_segment_request.source_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source endpoint of the LOS test segment or specifies the Z offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_destination_lat_xoff,
{ "Destination Latitude (degrees)/ Destination X Offset (m)", "cigi.los_segment_request.destination_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the destination endpoint of the LOS test segment or specifies the X offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_destination_lon_yoff,
{ "Destination Longitude (degrees)/Destination Y Offset (m)", "cigi.los_segment_request.destination_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the destination endpoint of the LOS test segment or specifies the Y offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_destination_alt_zoff,
{ "Destination Altitude (m)/ Destination Z Offset (m)", "cigi.los_segment_request.destination_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the destination endpoint of the LOS test segment or specifies the Z offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_line_of_sight_segment_request_material_mask,
@@ -9427,32 +9427,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_line_of_sight_segment_request_source_lat_xoff,
{ "Source Latitude (degrees)/Source X Offset (m)", "cigi.los_segment_request.source_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the source endpoint of the LOS test segment or specifies the X offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_source_lon_yoff,
{ "Source Longitude (degrees)/Source Y Offset (m)", "cigi.los_segment_request.source_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the source endpoint of the LOS test segment or specifies the Y offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_source_alt_zoff,
{ "Source Altitude (m)/Source Z Offset (m)", "cigi.los_segment_request.source_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source endpoint of the LOS test segment or specifies the Z offset of the source endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_destination_lat_xoff,
{ "Destination Latitude (degrees)/ Destination X Offset (m)", "cigi.los_segment_request.destination_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the destination endpoint of the LOS test segment or specifies the X offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_destination_lon_yoff,
{ "Destination Longitude (degrees)/Destination Y Offset (m)", "cigi.los_segment_request.destination_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the destination endpoint of the LOS test segment or specifies the Y offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_destination_alt_zoff,
{ "Destination Altitude (m)/ Destination Z Offset (m)", "cigi.los_segment_request.destination_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the destination endpoint of the LOS test segment or specifies the Z offset of the destination endpoint of the LOS test segment", HFILL }
},
{ &hf_cigi3_2_line_of_sight_segment_request_material_mask,
@@ -9509,37 +9509,37 @@ proto_register_cigi(void)
},
{ &hf_cigi3_line_of_sight_vector_request_azimuth,
{ "Azimuth (degrees)", "cigi.los_vector_request.azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the horizontal angle of the LOS test vector", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_elevation,
{ "Elevation (degrees)", "cigi.los_vector_request.elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the vertical angle of the LOS test vector", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_min_range,
{ "Minimum Range (m)", "cigi.los_vector_request.min_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the minimum range along the LOS test vector at which intersection testing should occur", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_max_range,
{ "Maximum Range (m)", "cigi.los_vector_request.max_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum range along the LOS test vector at which intersection testing should occur", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_source_lat_xoff,
{ "Source Latitude (degrees)/Source X Offset (m)", "cigi.los_vector_request.source_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_source_lon_yoff,
{ "Source Longitude (degrees)/Source Y Offset (m)", "cigi.los_vector_request.source_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_source_alt_zoff,
{ "Source Altitude (m)/Source Z Offset (m)", "cigi.los_vector_request.source_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source point of the LOS test vector or specifies the Z offset of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_line_of_sight_vector_request_material_mask,
@@ -9586,37 +9586,37 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_line_of_sight_vector_request_azimuth,
{ "Azimuth (degrees)", "cigi.los_vector_request.azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the horizontal angle of the LOS test vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_elevation,
{ "Elevation (degrees)", "cigi.los_vector_request.elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the vertical angle of the LOS test vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_min_range,
{ "Minimum Range (m)", "cigi.los_vector_request.min_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the minimum range along the LOS test vector at which intersection testing should occur", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_max_range,
{ "Maximum Range (m)", "cigi.los_vector_request.max_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum range along the LOS test vector at which intersection testing should occur", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_source_lat_xoff,
{ "Source Latitude (degrees)/Source X Offset (m)", "cigi.los_vector_request.source_lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitude of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_source_lon_yoff,
{ "Source Longitude (degrees)/Source Y Offset (m)", "cigi.los_vector_request.source_lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitude of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_source_alt_zoff,
{ "Source Altitude (m)/Source Z Offset (m)", "cigi.los_vector_request.source_alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the source point of the LOS test vector or specifies the Z offset of the source point of the LOS test vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_vector_request_material_mask,
@@ -9680,17 +9680,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_environmental_conditions_request_lat,
{ "Latitude (degrees)", "cigi.env_cond_request.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the geodetic latitude at which the environmental state is requested", HFILL }
},
{ &hf_cigi3_environmental_conditions_request_lon,
{ "Longitude (degrees)", "cigi.env_cond_request.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the geodetic longitude at which the environmental state is requested", HFILL }
},
{ &hf_cigi3_environmental_conditions_request_alt,
{ "Altitude (m)", "cigi.env_cond_request.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the geodetic altitude at which the environmental state is requested", HFILL }
},
@@ -9732,62 +9732,62 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_surface_definition_xoff_left,
{ "X Offset (m)/Left", "cigi.symbl_srfc_def.xoff_left",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the x offset or leftmost boundary for the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_yoff_right,
{ "Y Offset (m)/Right", "cigi.symbl_srfc_def.yoff_right",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the y offset or rightmost boundary for the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_zoff_top,
{ "Z Offset (m)/Top", "cigi.symbl_srfc_def.zoff_top",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the z offset or topmost boundary for the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_yaw_bottom,
{ "Yaw (degrees)/Bottom", "cigi.symbl_srfc_def.yaw_bottom",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the rotation about the surface's Z axis or bottommost boundary for the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_pitch,
{ "Pitch (degrees)", "cigi.symbl_srfc_def.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the rotation about the surface's Y axis", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_roll,
{ "Roll (degrees)", "cigi.symbl_srfc_def.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the rotation about the surface's X axis", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_width,
{ "Width (m/degrees)", "cigi.symbl_srfc_def.width",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the width of the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_height,
{ "Height (m/degrees)", "cigi.symbl_srfc_def.height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the height of the symbol surface", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_min_u,
{ "Min U (surface horizontal units)", "cigi.symbl_srfc_def.min_u",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the minimum U coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_max_u,
{ "Max U (surface horizontal units)", "cigi.symbl_srfc_def.max_u",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum U coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_min_v,
{ "Min V (surface vertical units)", "cigi.symbl_srfc_def.min_v",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the minimum V coordinate of the symbol surface's viewable area", HFILL }
},
{ &hf_cigi3_3_symbol_surface_definition_max_v,
{ "Max V (surface vertical units)", "cigi.symbl_srfc_def.max_v",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the maximum V coordinate of the symbol surface's viewable area", HFILL }
},
@@ -9819,7 +9819,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_text_definition_font_size,
{ "Font Size", "cigi.symbol_text_def.font_size",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the font size", HFILL }
},
{ &hf_cigi3_3_symbol_text_definition_text,
@@ -9851,282 +9851,282 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_circle_definition_line_width,
{ "Line Width (scaled symbol surface units)", "cigi.symbol_circle_def.line_width",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the thickness of the line", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_stipple_pattern_length,
{ "Stipple Pattern Length (scaled symbol surface units)", "cigi.symbol_circle_def.stipple_pattern_length",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of one complete repetition of the stipple pattern", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[0],
{ "Center U 1 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[0],
{ "Center V 1 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[0],
{ "Radius 1 (scaled symbol surface units)", "cigi.symbol_circle_def.radius1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[0],
{ "Inner Radius 1 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[0],
{ "Start Angle 1 (degrees)", "cigi.symbol_circle_def.start_angle1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[0],
{ "End Angle 1 (degrees)", "cigi.symbol_circle_def.end_angle1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[1],
{ "Center U 2 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[1],
{ "Center V 2 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[1],
{ "Radius 2 (scaled symbol surface units)", "cigi.symbol_circle_def.radius2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[1],
{ "Inner Radius 2 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[1],
{ "Start Angle 2 (degrees)", "cigi.symbol_circle_def.start_angle2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[1],
{ "End Angle 2 (degrees)", "cigi.symbol_circle_def.end_angle2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[2],
{ "Center U 3 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[2],
{ "Center V 3 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[2],
{ "Radius 3 (scaled symbol surface units)", "cigi.symbol_circle_def.radius3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[2],
{ "Inner Radius 3 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[2],
{ "Start Angle 3 (degrees)", "cigi.symbol_circle_def.start_angle3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[2],
{ "End Angle 3 (degrees)", "cigi.symbol_circle_def.end_angle3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[3],
{ "Center U 4 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[3],
{ "Center V 4 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[3],
{ "Radius 4 (scaled symbol surface units)", "cigi.symbol_circle_def.radius4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[3],
{ "Inner Radius 4 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[3],
{ "Start Angle 4 (degrees)", "cigi.symbol_circle_def.start_angle4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[3],
{ "End Angle 4 (degrees)", "cigi.symbol_circle_def.end_angle4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[4],
{ "Center U 5 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[4],
{ "Center V 5 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[4],
{ "Radius 5 (scaled symbol surface units)", "cigi.symbol_circle_def.radius5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[4],
{ "Inner Radius 5 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[4],
{ "Start Angle 5 (degrees)", "cigi.symbol_circle_def.start_angle5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[4],
{ "End Angle 5 (degrees)", "cigi.symbol_circle_def.end_angle5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[5],
{ "Center U 6 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[5],
{ "Center V 6 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[5],
{ "Radius 6 (scaled symbol surface units)", "cigi.symbol_circle_def.radius6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[5],
{ "Inner Radius 6 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[5],
{ "Start Angle 6 (degrees)", "cigi.symbol_circle_def.start_angle6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[5],
{ "End Angle 6 (degrees)", "cigi.symbol_circle_def.end_angle6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[6],
{ "Center U 7 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[6],
{ "Center V 7 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[6],
{ "Radius 7 (scaled symbol surface units)", "cigi.symbol_circle_def.radius7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[6],
{ "Inner Radius 7 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[6],
{ "Start Angle 7 (degrees)", "cigi.symbol_circle_def.start_angle7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[6],
{ "End Angle 7 (degrees)", "cigi.symbol_circle_def.end_angle7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[7],
{ "Center U 8 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[7],
{ "Center V 8 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[7],
{ "Radius 8 (scaled symbol surface units)", "cigi.symbol_circle_def.radius8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[7],
{ "Inner Radius 8 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[7],
{ "Start Angle 8 (degrees)", "cigi.symbol_circle_def.start_angle8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[7],
{ "End Angle 8 (degrees)", "cigi.symbol_circle_def.end_angle8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_u[8],
{ "Center U 9 (scaled symbol surface units)", "cigi.symbol_circle_def.center_u9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_center_v[8],
{ "Center V 9 (scaled symbol surface units)", "cigi.symbol_circle_def.center_v9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the center", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_radius[8],
{ "Radius 9 (scaled symbol surface units)", "cigi.symbol_circle_def.radius9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_inner_radius[8],
{ "Inner Radius 9 (scaled symbol surface units)", "cigi.symbol_circle_def.inner_radius9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the inner radius", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_start_angle[8],
{ "Start Angle 9 (degrees)", "cigi.symbol_circle_def.start_angle9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the start angle", HFILL }
},
{ &hf_cigi3_3_symbol_circle_definition_end_angle[8],
{ "End Angle 9 (degrees)", "cigi.symbol_circle_def.end_angle9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the end angle", HFILL }
},
@@ -10153,302 +10153,302 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_line_definition_line_width,
{ "Line Width (scaled symbol surface units)", "cigi.symbol_line_def.line_width",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the thickness of the line", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_stipple_pattern_length,
{ "Stipple Pattern Length (scaled symbol surface units)", "cigi.symbol_line_def.stipple_pattern_length",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the length of one complete repetition of the stipple pattern", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[0],
{ "Vertex U 1 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[0],
{ "Vertex V 1 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[1],
{ "Vertex U 2 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[1],
{ "Vertex V 2 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[2],
{ "Vertex U 3 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[2],
{ "Vertex V 3 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v3",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[3],
{ "Vertex U 4 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[3],
{ "Vertex V 4 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v4",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[4],
{ "Vertex U 5 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[4],
{ "Vertex V 5 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v5",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[5],
{ "Vertex U 6 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[5],
{ "Vertex V 6 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v6",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[6],
{ "Vertex U 7 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[6],
{ "Vertex V 7 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v7",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[7],
{ "Vertex U 8 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[7],
{ "Vertex V 8 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v8",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[8],
{ "Vertex U 9 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[8],
{ "Vertex V 9 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v9",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[9],
{ "Vertex U 10 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u10",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[9],
{ "Vertex V 10 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v10",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[10],
{ "Vertex U 11 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u11",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[10],
{ "Vertex V 11 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v11",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[11],
{ "Vertex U 12 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u12",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[11],
{ "Vertex V 12 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v12",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[12],
{ "Vertex U 13 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u13",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[12],
{ "Vertex V 13 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v13",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[13],
{ "Vertex U 14 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u14",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[13],
{ "Vertex V 14 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v14",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[14],
{ "Vertex U 15 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u15",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[14],
{ "Vertex V 15 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v15",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[15],
{ "Vertex U 16 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u16",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[15],
{ "Vertex V 16 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v16",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[16],
{ "Vertex U 17 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u17",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[16],
{ "Vertex V 17 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v17",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[17],
{ "Vertex U 18 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u18",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[17],
{ "Vertex V 18 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v18",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[18],
{ "Vertex U 19 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u19",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[18],
{ "Vertex V 19 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v19",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[19],
{ "Vertex U 20 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u20",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[19],
{ "Vertex V 20 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v20",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[20],
{ "Vertex U 21 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u21",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[20],
{ "Vertex V 21 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v21",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[21],
{ "Vertex U 22 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u22",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[21],
{ "Vertex V 22 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v22",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[22],
{ "Vertex U 23 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u23",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[22],
{ "Vertex V 23 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v23",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[23],
{ "Vertex U 24 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u24",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[23],
{ "Vertex V 24 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v24",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[24],
{ "Vertex U 25 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u25",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[24],
{ "Vertex V 25 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v25",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[25],
{ "Vertex U 26 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u26",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[25],
{ "Vertex V 26 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v26",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[26],
{ "Vertex U 27 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u27",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[26],
{ "Vertex V 27 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v27",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[27],
{ "Vertex U 28 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u28",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[27],
{ "Vertex V 28 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v28",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_u[28],
{ "Vertex U 29 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_u29",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position of the vertex", HFILL }
},
{ &hf_cigi3_3_symbol_line_definition_vertex_v[28],
{ "Vertex V 29 (scaled symbol surface units)", "cigi.symbol_line_def.vertex_v29",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position of the vertex", HFILL }
},
@@ -10527,22 +10527,22 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_control_flash_period,
{ "Flash Period (seconds)", "cigi.symbol_control.flash_period",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the duration of a single flash cycle", HFILL }
},
{ &hf_cigi3_3_symbol_control_position_u,
{ "Position U (scaled symbol surface units)", "cigi.symbol_control.position_u",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u position", HFILL }
},
{ &hf_cigi3_3_symbol_control_position_v,
{ "Position V (scaled symbol surface units)", "cigi.symbol_control.position_v",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v position", HFILL }
},
{ &hf_cigi3_3_symbol_control_rotation,
{ "Rotation (degrees)", "cigi.symbol_control.rotation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the rotation", HFILL }
},
{ &hf_cigi3_3_symbol_control_red,
@@ -10567,12 +10567,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_symbol_control_scale_u,
{ "Scale U", "cigi.symbol_control.scale_u",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the u scaling factor", HFILL }
},
{ &hf_cigi3_3_symbol_control_scale_v,
{ "Scale V", "cigi.symbol_control.scale_v",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the v scaling factor", HFILL }
},
@@ -10629,12 +10629,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_3_short_symbol_control_attribute_value1f,
{ "Value 1", "cigi.short_symbol_control.value1",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the value for attribute 1", HFILL }
},
{ &hf_cigi3_3_short_symbol_control_attribute_value2f,
{ "Value 2", "cigi.short_symbol_control.value2",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the value for attribute 2", HFILL }
},
{ &hf_cigi3_3_short_symbol_control_red1,
@@ -10706,7 +10706,7 @@ proto_register_cigi(void)
},
{ &hf_cigi2_start_of_frame_time_tag,
{ "Timing Value (microseconds)", "cigi.sof.time_tag",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Contains a timing value that is used to time-tag the ethernet message during asynchronous operation", HFILL }
},
@@ -10822,7 +10822,7 @@ proto_register_cigi(void)
},
{ &hf_cigi2_height_above_terrain_response_alt,
{ "Altitude (m)", "cigi.hat_response.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Represents the altitude above or below the terrain for the position requested", HFILL }
},
@@ -10849,7 +10849,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_hat_hot_response_height,
{ "Height", "cigi.hat_hot_response.height",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Contains the requested height", HFILL }
},
@@ -10881,7 +10881,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_hat_hot_response_height,
{ "Height", "cigi.hat_hot_response.height",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Contains the requested height", HFILL }
},
@@ -10903,12 +10903,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_hat_hot_extended_response_hat,
{ "HAT", "cigi.hat_hot_ext_response.hat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the height of the test point above the terrain", HFILL }
},
{ &hf_cigi3_hat_hot_extended_response_hot,
{ "HOT", "cigi.hat_hot_ext_response.hot",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the height of terrain above or below the test point", HFILL }
},
{ &hf_cigi3_hat_hot_extended_response_material_code,
@@ -10918,12 +10918,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_hat_hot_extended_response_normal_vector_azimuth,
{ "Normal Vector Azimuth (degrees)", "cigi.hat_hot_ext_response.normal_vector_azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the azimuth of the normal unit vector of the surface intersected by the HAT/HOT test vector", HFILL }
},
{ &hf_cigi3_hat_hot_extended_response_normal_vector_elevation,
{ "Normal Vector Elevation (degrees)", "cigi.hat_hot_ext_response.normal_vector_elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the elevation of the normal unit vector of the surface intersected by the HAT/HOT test vector", HFILL }
},
@@ -10950,12 +10950,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_hat_hot_extended_response_hat,
{ "HAT", "cigi.hat_hot_ext_response.hat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the height of the test point above the terrain", HFILL }
},
{ &hf_cigi3_2_hat_hot_extended_response_hot,
{ "HOT", "cigi.hat_hot_ext_response.hot",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the height of terrain above or below the test point", HFILL }
},
{ &hf_cigi3_2_hat_hot_extended_response_material_code,
@@ -10965,12 +10965,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_hat_hot_extended_response_normal_vector_azimuth,
{ "Normal Vector Azimuth (degrees)", "cigi.hat_hot_ext_response.normal_vector_azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the azimuth of the normal unit vector of the surface intersected by the HAT/HOT test vector", HFILL }
},
{ &hf_cigi3_2_hat_hot_extended_response_normal_vector_elevation,
{ "Normal Vector Elevation (degrees)", "cigi.hat_hot_ext_response.normal_vector_elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the elevation of the normal unit vector of the surface intersected by the HAT/HOT test vector", HFILL }
},
@@ -11002,22 +11002,22 @@ proto_register_cigi(void)
},
{ &hf_cigi2_line_of_sight_response_range,
{ "Range (m)", "cigi.los_response.range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Used to respond to the Line of Sight Range Request data packet", HFILL }
},
{ &hf_cigi2_line_of_sight_response_alt,
{ "Intersection Altitude (m)", "cigi.los_response.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the altitude of the point of intersection of the LOS request vector with an object", HFILL }
},
{ &hf_cigi2_line_of_sight_response_lat,
{ "Intersection Latitude (degrees)", "cigi.los_response.lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the latitudinal position of the intersection point of the LOS request vector with an object", HFILL }
},
{ &hf_cigi2_line_of_sight_response_lon,
{ "Intersection Longitude (degrees)", "cigi.los_response.lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Specifies the longitudinal position of the intersection point of the LOS request vector with an object", HFILL }
},
@@ -11059,7 +11059,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_line_of_sight_response_range,
{ "Range (m)", "cigi.los_response.range",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the distance along the LOS test segment or vector from the source point to the point of intersection with a polygon surface", HFILL }
},
@@ -11106,7 +11106,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_line_of_sight_response_range,
{ "Range (m)", "cigi.los_response.range",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the distance along the LOS test segment or vector from the source point to the point of intersection with a polygon surface", HFILL }
},
@@ -11158,22 +11158,22 @@ proto_register_cigi(void)
},
{ &hf_cigi3_line_of_sight_extended_response_range,
{ "Range (m)", "cigi.los_ext_response.range",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the distance along the LOS test segment or vector from the source point to the point of intersection with an object", HFILL }
},
{ &hf_cigi3_line_of_sight_extended_response_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.los_ext_response.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic latitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's X axis", HFILL }
},
{ &hf_cigi3_line_of_sight_extended_response_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.los_ext_response.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic longitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's Y axis", HFILL }
},
{ &hf_cigi3_line_of_sight_extended_response_alt_zoff,
{ "Altitude (m)/Z Offset(m)", "cigi.los_ext_response.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic altitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's Z axis", HFILL }
},
{ &hf_cigi3_line_of_sight_extended_response_red,
@@ -11203,12 +11203,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_line_of_sight_extended_response_normal_vector_azimuth,
{ "Normal Vector Azimuth (degrees)", "cigi.los_ext_response.normal_vector_azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the azimuth of a unit vector normal to the surface intersected by the LOS test segment or vector", HFILL }
},
{ &hf_cigi3_line_of_sight_extended_response_normal_vector_elevation,
{ "Normal Vector Elevation (degrees)", "cigi.los_ext_response.normal_vector_elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the elevation of a unit vector normal to the surface intersected by the LOS test segment or vector", HFILL }
},
@@ -11260,22 +11260,22 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_line_of_sight_extended_response_range,
{ "Range (m)", "cigi.3_2_los_ext_response.range",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the distance along the LOS test segment or vector from the source point to the point of intersection with an object", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.3_2_los_ext_response.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic latitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's X axis", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.3_2_los_ext_response.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic longitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's Y axis", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_alt_zoff,
{ "Altitude (m)/Z Offset(m)", "cigi.3_2_los_ext_response.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic altitude of the point of intersection along the LOS test segment or vector or specifies the offset of the point of intersection of the LOS test segment or vector along the intersected entity's Z axis", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_red,
@@ -11305,12 +11305,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_2_line_of_sight_extended_response_normal_vector_azimuth,
{ "Normal Vector Azimuth (degrees)", "cigi.3_2_los_ext_response.normal_vector_azimuth",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the azimuth of a unit vector normal to the surface intersected by the LOS test segment or vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_normal_vector_elevation,
{ "Normal Vector Elevation (degrees)", "cigi.3_2_los_ext_response.normal_vector_elevation",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the elevation of a unit vector normal to the surface intersected by the LOS test segment or vector", HFILL }
},
@@ -11347,17 +11347,17 @@ proto_register_cigi(void)
},
{ &hf_cigi2_collision_detection_segment_response_collision_x,
{ "Collision Point X (m)", "cigi.coll_det_seg_response.collision_x",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the X component of a vector, which lies along the defined segment where the segment intersected a surface", HFILL }
},
{ &hf_cigi2_collision_detection_segment_response_collision_y,
{ "Collision Point Y (m)", "cigi.coll_det_seg_response.collision_y",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Y component of a vector, which lies along the defined segment where the segment intersected a surface", HFILL }
},
{ &hf_cigi2_collision_detection_segment_response_collision_z,
{ "Collision Point Z (m)", "cigi.coll_det_seg_response.collision_z",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the Z component of a vector, which lies along the defined segment where the segment intersected a surface", HFILL }
},
@@ -11436,12 +11436,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_sensor_response_gate_x_pos,
{ "Gate X Position (degrees)", "cigi.sensor_response.gate_x_pos",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the gate symbol's position along the view's X axis", HFILL }
},
{ &hf_cigi3_sensor_response_gate_y_pos,
{ "Gate Y Position (degrees)", "cigi.sensor_response.gate_y_pos",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the gate symbol's position along the view's Y axis", HFILL }
},
{ &hf_cigi3_sensor_response_frame_ctr,
@@ -11493,12 +11493,12 @@ proto_register_cigi(void)
},
{ &hf_cigi3_sensor_extended_response_gate_x_pos,
{ "Gate X Position (degrees)", "cigi.sensor_ext_response.gate_x_pos",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the gate symbol's position along the view's X axis", HFILL }
},
{ &hf_cigi3_sensor_extended_response_gate_y_pos,
{ "Gate Y Position (degrees)", "cigi.sensor_ext_response.gate_y_pos",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Specifies the gate symbol's position along the view's Y axis", HFILL }
},
{ &hf_cigi3_sensor_extended_response_frame_ctr,
@@ -11508,17 +11508,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_sensor_extended_response_track_lat,
{ "Track Point Latitude (degrees)", "cigi.sensor_ext_response.track_lat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic latitude of the point being tracked by the sensor", HFILL }
},
{ &hf_cigi3_sensor_extended_response_track_lon,
{ "Track Point Longitude (degrees)", "cigi.sensor_ext_response.track_lon",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic longitude of the point being tracked by the sensor", HFILL }
},
{ &hf_cigi3_sensor_extended_response_track_alt,
{ "Track Point Altitude (m)", "cigi.sensor_ext_response.track_alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic altitude of the point being tracked by the sensor", HFILL }
},
@@ -11545,7 +11545,7 @@ proto_register_cigi(void)
},
{ &hf_cigi2_height_of_terrain_response_alt,
{ "Altitude (m)", "cigi.hot_response.alt",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Represents the altitude of the terrain for the position requested in the HOT request data packet", HFILL }
},
@@ -11604,32 +11604,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_position_response_lat_xoff,
{ "Latitude (degrees)/X Offset (m)", "cigi.pos_response.lat_xoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic latitude of the entity, articulated part, view, or view group or indicates the X offset from the parent entity's origin to the child entity, articulated part, view or view group", HFILL }
},
{ &hf_cigi3_position_response_lon_yoff,
{ "Longitude (degrees)/Y Offset (m)", "cigi.pos_response.lon_yoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic longitude of the entity, articulated part, view, or view group or indicates the Y offset from the parent entity's origin to the child entity, articulated part, view, or view group", HFILL }
},
{ &hf_cigi3_position_response_alt_zoff,
{ "Altitude (m)/Z Offset (m)", "cigi.pos_response.alt_zoff",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
"Indicates the geodetic altitude of the entity, articulated part, view, or view group or indicates the Z offset from the parent entity's origin to the child entity, articulated part, view, or view group", HFILL }
},
{ &hf_cigi3_position_response_roll,
{ "Roll (degrees)", "cigi.pos_response.roll",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the roll angle of the specified entity, articulated part, view, or view group", HFILL }
},
{ &hf_cigi3_position_response_pitch,
{ "Pitch (degrees)", "cigi.pos_response.pitch",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the pitch angle of the specified entity, articulated part, view, or view group", HFILL }
},
{ &hf_cigi3_position_response_yaw,
{ "Yaw (degrees)", "cigi.pos_response.yaw",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the yaw angle of the specified entity, articulated part, view, or view group", HFILL }
},
@@ -11651,32 +11651,32 @@ proto_register_cigi(void)
},
{ &hf_cigi3_weather_conditions_response_air_temp,
{ "Air Temperature (degrees C)", "cigi.wea_cond_response.air_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the air temperature at the requested location", HFILL }
},
{ &hf_cigi3_weather_conditions_response_visibility_range,
{ "Visibility Range (m)", "cigi.wea_cond_response.visibility_range",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the visibility range at the requested location", HFILL }
},
{ &hf_cigi3_weather_conditions_response_horiz_speed,
{ "Horizontal Wind Speed (m/s)", "cigi.wea_cond_response.horiz_speed",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the local wind speed parallel to the ellipsoid-tangential reference plane", HFILL }
},
{ &hf_cigi3_weather_conditions_response_vert_speed,
{ "Vertical Wind Speed (m/s)", "cigi.wea_cond_response.vert_speed",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the local vertical wind speed", HFILL }
},
{ &hf_cigi3_weather_conditions_response_wind_direction,
{ "Wind Direction (degrees)", "cigi.wea_cond_response.wind_direction",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the local wind direction", HFILL }
},
{ &hf_cigi3_weather_conditions_response_barometric_pressure,
{ "Barometric Pressure (mb or hPa)", "cigi.wea_cond_response.barometric_pressure",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the atmospheric pressure at the requested location", HFILL }
},
@@ -11698,7 +11698,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_aerosol_concentration_response_aerosol_concentration,
{ "Aerosol Concentration (g/m^3)", "cigi.aerosol_concentration_response.aerosol_concentration",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Identifies the concentration of airborne particles", HFILL }
},
@@ -11715,17 +11715,17 @@ proto_register_cigi(void)
},
{ &hf_cigi3_maritime_surface_conditions_response_sea_surface_height,
{ "Sea Surface Height (m)", "cigi.maritime_surface_conditions_response.sea_surface_height",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the height of the sea surface at equilibrium", HFILL }
},
{ &hf_cigi3_maritime_surface_conditions_response_surface_water_temp,
{ "Surface Water Temperature (degrees C)", "cigi.maritime_surface_conditions_response.surface_water_temp",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the water temperature at the sea surface", HFILL }
},
{ &hf_cigi3_maritime_surface_conditions_response_surface_clarity,
{ "Surface Clarity (%)", "cigi.maritime_surface_conditions_response.surface_clarity",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the clarity of the water at its surface", HFILL }
},
@@ -11779,7 +11779,7 @@ proto_register_cigi(void)
},
{ &hf_cigi3_collision_detection_segment_notification_intersection_distance,
{ "Intersection Distance (m)", "cigi.coll_det_seg_notification.intersection_distance",
- FT_FLOAT, BASE_DEC, NULL, 0x0,
+ FT_FLOAT, BASE_NONE, NULL, 0x0,
"Indicates the distance along the collision test vector from the source endpoint to the point of intersection", HFILL }
},
diff --git a/epan/dissectors/packet-cpha.c b/epan/dissectors/packet-cpha.c
index bab150b473..dfcee1f478 100644
--- a/epan/dissectors/packet-cpha.c
+++ b/epan/dissectors/packet-cpha.c
@@ -516,7 +516,7 @@ proto_register_cpha(void)
{ &hf_num_reported_ifs,
{ "Reported Interfaces", "cpha.reported_ifs", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf_ethernet_add,
- { "Ethernet Address", "cpha.ethernet_addr", FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL}},
+ { "Ethernet Address", "cpha.ethernet_addr", FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_is_if_trusted,
{ "Interface Trusted", "cpha.if_trusted", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_ip,
diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c
index 6d5e46d914..835dab967b 100644
--- a/epan/dissectors/packet-diameter.c
+++ b/epan/dissectors/packet-diameter.c
@@ -1498,10 +1498,10 @@ proto_register_diameter(void)
{ &hf_diameter_avp_code,
{ "AVP Code", "diameter.avp.code", FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_diameter_answer_in,
- { "Answer In", "diameter.answer_in", FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ { "Answer In", "diameter.answer_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The answer to this diameter request is in this frame", HFILL }},
{ &hf_diameter_answer_to,
- { "Request In", "diameter.answer_to", FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ { "Request In", "diameter.answer_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is an answer to the diameter request in this frame", HFILL }},
{ &hf_diameter_answer_time,
{ "Response Time", "diameter.resp_time", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index 1ab23039dd..3ccef9c695 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -2851,10 +2851,10 @@ proto_register_dnp3(void)
{ "Value (32 bit)", "dnp3.al.ana", FT_UINT32, BASE_DEC, NULL, 0x0, "Analog Value (32 bit)", HFILL }},
{ &hf_dnp3_al_anaflt,
- { "Value (float)", "dnp3.al.ana", FT_FLOAT, BASE_DEC, NULL, 0x0, "Analog Value (float)", HFILL }},
+ { "Value (float)", "dnp3.al.ana", FT_FLOAT, BASE_NONE, NULL, 0x0, "Analog Value (float)", HFILL }},
{ &hf_dnp3_al_anadbl,
- { "Value (double)", "dnp3.al.ana", FT_DOUBLE, BASE_DEC, NULL, 0x0, "Analog Value (double)", HFILL }},
+ { "Value (double)", "dnp3.al.ana", FT_DOUBLE, BASE_NONE, NULL, 0x0, "Analog Value (double)", HFILL }},
{ &hf_dnp3_al_anaout16,
{ "Output Value (16 bit)", "dnp3.al.anaout", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
@@ -2863,10 +2863,10 @@ proto_register_dnp3(void)
{ "Output Value (32 bit)", "dnp3.al.anaout", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_dnp3_al_anaoutflt,
- { "Output Value (float)", "dnp3.al.anaout", FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL }},
+ { "Output Value (float)", "dnp3.al.anaout", FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_dnp3_al_anaoutdbl,
- { "Output (double)", "dnp3.al.anaout", FT_DOUBLE, BASE_DEC, NULL, 0x0, "Output Value (double)", HFILL }},
+ { "Output (double)", "dnp3.al.anaout", FT_DOUBLE, BASE_NONE, NULL, 0x0, "Output Value (double)", HFILL }},
{ &hf_dnp3_al_cnt16,
{ "Counter (16 bit)", "dnp3.al.cnt", FT_UINT16, BASE_DEC, NULL, 0x0, "Counter Value (16 bit)", HFILL }},
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index d7a41c4790..8ed7e98250 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -3145,11 +3145,11 @@ proto_register_dns(void)
"Name of algorithm used for the MAC", HFILL }},
{ &hf_dns_response_in,
{ "Response In", "dns.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this DNS query is in this frame", HFILL }},
{ &hf_dns_response_to,
{ "Request In", "dns.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the DNS query in this frame", HFILL }},
{ &hf_dns_time,
{ "Time", "dns.time",
diff --git a/epan/dissectors/packet-dtls.c b/epan/dissectors/packet-dtls.c
index 4c28105453..c53ab89f36 100644
--- a/epan/dissectors/packet-dtls.c
+++ b/epan/dissectors/packet-dtls.c
@@ -1977,7 +1977,7 @@ proto_register_dtls(void)
},
{ &hf_dtls_record_sequence_number,
{ "Sequence Number", "dtls.record.sequence_number",
- FT_DOUBLE, BASE_DEC, NULL, 0x0,
+ FT_DOUBLE, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_dtls_record_length,
diff --git a/epan/dissectors/packet-enip.c b/epan/dissectors/packet-enip.c
index ce92991ba9..b8a22bf07f 100644
--- a/epan/dissectors/packet-enip.c
+++ b/epan/dissectors/packet-enip.c
@@ -1340,12 +1340,12 @@ proto_register_enip(void)
/* Request/Response Matching */
{ &hf_enip_response_in,
{ "Response In", "enip.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this ENIP request is in this frame", HFILL }
},
{ &hf_enip_response_to,
{ "Request In", "enip.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the ENIP request in this frame", HFILL }
},
{ &hf_enip_time,
diff --git a/epan/dissectors/packet-enrp.c b/epan/dissectors/packet-enrp.c
index 1f4bd329ce..b9f980e7f0 100644
--- a/epan/dissectors/packet-enrp.c
+++ b/epan/dissectors/packet-enrp.c
@@ -1047,10 +1047,10 @@ proto_register_enrp(void)
{ &hf_policy_type, { "Policy Type", "enrp.pool_member_selection_policy_type", FT_UINT32, BASE_HEX, VALS(policy_type_values), 0x0, NULL, HFILL } },
{ &hf_policy_weight, { "Policy Weight", "enrp.pool_member_selection_policy_weight", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_priority, { "Policy Priority", "enrp.pool_member_selection_policy_priority", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_load, { "Policy Load", "enrp.pool_member_selection_policy_load", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_degradation, { "Policy Degradation", "enrp.pool_member_selection_policy_degradation", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_loaddpf, { "Policy Load DPF", "enrp.pool_member_selection_policy_load_dpf", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_policy_weightdpf, { "Policy Weight DPF", "enrp.pool_member_selection_policy_weight_dpf", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_load, { "Policy Load", "enrp.pool_member_selection_policy_load", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_degradation, { "Policy Degradation", "enrp.pool_member_selection_policy_degradation", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_loaddpf, { "Policy Load DPF", "enrp.pool_member_selection_policy_load_dpf", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_policy_weightdpf, { "Policy Weight DPF", "enrp.pool_member_selection_policy_weight_dpf", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_distance, { "Policy Distance", "enrp.pool_member_selection_policy_distance", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_policy_value, { "Policy Value", "enrp.pool_member_selection_policy_value", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_pool_handle, { "Pool Handle", "enrp.pool_handle_pool_handle", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
diff --git a/epan/dissectors/packet-enttec.c b/epan/dissectors/packet-enttec.c
index 5cf8c851f7..92475b3e22 100644
--- a/epan/dissectors/packet-enttec.c
+++ b/epan/dissectors/packet-enttec.c
@@ -412,7 +412,7 @@ proto_register_enttec(void)
NULL, HFILL } },
{ &hf_enttec_poll_reply_mac,
{ "MAC", "enttec.poll_reply.mac",
- FT_ETHER, BASE_HEX, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL } },
{ &hf_enttec_poll_reply_node_type,
{ "Node Type", "enttec.poll_reply.node_type",
diff --git a/epan/dissectors/packet-fip.c b/epan/dissectors/packet-fip.c
index 35c5fb7a6a..c894a8d312 100644
--- a/epan/dissectors/packet-fip.c
+++ b/epan/dissectors/packet-fip.c
@@ -526,7 +526,7 @@ proto_register_fip(void)
{ &hf_fip_desc_pri,
{"Priority", "fip.pri", FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_mac,
- {"MAC Address", "fip.mac", FT_ETHER, 0, NULL, 0, NULL, HFILL}},
+ {"MAC Address", "fip.mac", FT_ETHER, BASE_NONE, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_map,
{"FC-MAP-OUI", "fip.map", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_name,
@@ -545,7 +545,7 @@ proto_register_fip(void)
{"Max FCoE frame size", "fip.fcoe_size", FT_UINT16, BASE_DEC, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_vn_mac,
- {"VN_Port MAC Address", "fip.vn.mac", FT_ETHER, 0, NULL,
+ {"VN_Port MAC Address", "fip.vn.mac", FT_ETHER, BASE_NONE, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_vn_fid,
{"VN_Port FC_ID", "fip.vn.fc_id", FT_UINT32, BASE_HEX, NULL,
diff --git a/epan/dissectors/packet-fractalgeneratorprotocol.c b/epan/dissectors/packet-fractalgeneratorprotocol.c
index 8a47d332f7..4c3be44a12 100644
--- a/epan/dissectors/packet-fractalgeneratorprotocol.c
+++ b/epan/dissectors/packet-fractalgeneratorprotocol.c
@@ -211,11 +211,11 @@ proto_register_fractalgeneratorprotocol(void)
{ &hf_parameter_height, { "Height", "fractalgeneratorprotocol.parameter_height", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_parameter_maxiterations, { "MaxIterations", "fractalgeneratorprotocol.parameter_maxiterations", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_parameter_algorithmid, { "AlgorithmID", "fractalgeneratorprotocol.parameter_algorithmid", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_parameter_c1real, { "C1Real", "fractalgeneratorprotocol.parameter_c1real", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_parameter_c1imag, { "C1Imag", "fractalgeneratorprotocol.parameter_c1imag", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_parameter_c2real, { "C2Real", "fractalgeneratorprotocol.parameter_c2real", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_parameter_c2imag, { "C2Imag", "fractalgeneratorprotocol.parameter_c2imag", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_parameter_n, { "N", "fractalgeneratorprotocol.parameter_n", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_parameter_c1real, { "C1Real", "fractalgeneratorprotocol.parameter_c1real", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_parameter_c1imag, { "C1Imag", "fractalgeneratorprotocol.parameter_c1imag", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_parameter_c2real, { "C2Real", "fractalgeneratorprotocol.parameter_c2real", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_parameter_c2imag, { "C2Imag", "fractalgeneratorprotocol.parameter_c2imag", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_parameter_n, { "N", "fractalgeneratorprotocol.parameter_n", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_buffer, { "Buffer", "fractalgeneratorprotocol.buffer", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
};
diff --git a/epan/dissectors/packet-gdsdb.c b/epan/dissectors/packet-gdsdb.c
index 9abd6e8a20..f6d57ecbf0 100644
--- a/epan/dissectors/packet-gdsdb.c
+++ b/epan/dissectors/packet-gdsdb.c
@@ -1510,7 +1510,7 @@ proto_register_gdsdb(void)
/* gdsdb_open_blob2 */
{ &hf_gdsdb_openblob2_bpb,
{ "Blob parameter block", "gdsdb.openblob2.bpb",
- FT_UINT_STRING, BASE_DEC, NULL, 0x0,
+ FT_UINT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
/* gdsdb_open_blob */
diff --git a/epan/dissectors/packet-giop.c b/epan/dissectors/packet-giop.c
index 0f6aa90794..5c1ef54938 100644
--- a/epan/dissectors/packet-giop.c
+++ b/epan/dissectors/packet-giop.c
@@ -4269,7 +4269,7 @@ proto_register_giop (void)
{ &hf_giop_type_double,
{ "TypeCode double data", "giop.tcdouble",
- FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL }
+ FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_giop_type_enum,
@@ -4283,7 +4283,7 @@ proto_register_giop (void)
{ &hf_giop_type_float,
{ "TypeCode float data", "giop.tcfloat",
- FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL }
+ FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_giop_type_long,
diff --git a/epan/dissectors/packet-gmrp.c b/epan/dissectors/packet-gmrp.c
index 6d53d96065..bee63921ae 100644
--- a/epan/dissectors/packet-gmrp.c
+++ b/epan/dissectors/packet-gmrp.c
@@ -366,7 +366,7 @@ proto_register_gmrp(void)
},
{ &hf_gmrp_attribute_value_group_membership,
{ "Value", "gmrp.attribute_value_group_membership",
- FT_ETHER, BASE_HEX, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL , HFILL }
},
{ &hf_gmrp_attribute_value_service_requirement,
diff --git a/epan/dissectors/packet-gssapi.c b/epan/dissectors/packet-gssapi.c
index 552d924b15..cd9a6ff3e7 100644
--- a/epan/dissectors/packet-gssapi.c
+++ b/epan/dissectors/packet-gssapi.c
@@ -526,7 +526,7 @@ proto_register_gssapi(void)
{ "Defragmentation error", "gss-api.segment.error", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "Defragmentation error due to illegal fragments", HFILL }},
{ &hf_gssapi_reassembled_in,
- { "Reassembled In", "gss-api.reassembled_in", FT_FRAMENUM, BASE_DEC,
+ { "Reassembled In", "gss-api.reassembled_in", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "The frame where this pdu is reassembled", HFILL }},
};
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 9be90b04e9..153d7721ec 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -6620,9 +6620,9 @@ void proto_register_gtp(void)
static hf_register_info hf_gtp[] = {
{&hf_gtp_response_in,
- {"Response In", "gtp.response_in", FT_FRAMENUM, BASE_DEC, NULL, 0x0, "The response to this GTP request is in this frame", HFILL}},
+ {"Response In", "gtp.response_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "The response to this GTP request is in this frame", HFILL}},
{&hf_gtp_response_to,
- {"Response To", "gtp.response_to", FT_FRAMENUM, BASE_DEC, NULL, 0x0, "This is a response to the GTP request in this frame", HFILL}},
+ {"Response To", "gtp.response_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "This is a response to the GTP request in this frame", HFILL}},
{&hf_gtp_time, {"Time", "gtp.time", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0, "The time between the Request and the Response", HFILL}},
{&hf_gtp_apn, {"APN", "gtp.apn", FT_STRING, BASE_NONE, NULL, 0, "Access Point Name", HFILL}},
{&hf_gtp_cause, {"Cause", "gtp.cause", FT_UINT8, BASE_DEC, VALS(cause_type), 0, "Cause of operation", HFILL}},
diff --git a/epan/dissectors/packet-homeplug.c b/epan/dissectors/packet-homeplug.c
index 5b3e0a789c..43fbda3552 100644
--- a/epan/dissectors/packet-homeplug.c
+++ b/epan/dissectors/packet-homeplug.c
@@ -2083,7 +2083,7 @@ proto_register_homeplug(void)
{ &hf_homeplug_bcn_brda,
{ "Address of Bridge", "homeplug.bcn.brda",
- FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_bcn_bp_das,
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index dec824bde8..dc1ebcb1ac 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -9942,7 +9942,7 @@ proto_register_ieee80211 (void)
FT_UINT16, BASE_DEC, VALS (&auth_alg), 0, NULL, HFILL }},
{&ff_beacon_interval,
- {"Beacon Interval", "wlan_mgt.fixed.beacon", FT_DOUBLE, BASE_DEC, NULL, 0,
+ {"Beacon Interval", "wlan_mgt.fixed.beacon", FT_DOUBLE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{&hf_fixed_parameters,
diff --git a/epan/dissectors/packet-ipmi-app.c b/epan/dissectors/packet-ipmi-app.c
index b664c83e5a..5ddd20cd60 100644
--- a/epan/dissectors/packet-ipmi-app.c
+++ b/epan/dissectors/packet-ipmi-app.c
@@ -1146,7 +1146,7 @@ ipmi_register_app(gint proto_ipmi)
{ &hf_ipmi_app_08_guid,
{ "GUID",
- "ipmi.app08.guid", FT_GUID, BASE_HEX, NULL, 0, NULL, HFILL }},
+ "ipmi.app08.guid", FT_GUID, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_app_24_timer_use_dont_log,
{ "Don't log",
diff --git a/epan/dissectors/packet-ipmi-se.c b/epan/dissectors/packet-ipmi-se.c
index 1cbad51f4f..7528320900 100644
--- a/epan/dissectors/packet-ipmi-se.c
+++ b/epan/dissectors/packet-ipmi-se.c
@@ -3062,7 +3062,7 @@ ipmi_register_se(gint proto_ipmi)
"ipmi.cp10.useval", FT_BOOLEAN, 8, TFS(&cp10_use_tfs), 0x01, NULL, HFILL }},
{ &hf_ipmi_se_cp10_guid,
{ "GUID",
- "ipmi.cp10.guid", FT_GUID, BASE_HEX, NULL, 0, NULL, HFILL }},
+ "ipmi.cp10.guid", FT_GUID, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_se_cp11_num_alertstr,
{ "Number of Alert Strings",
"ipmi.cp11.num_alertstr", FT_UINT8, BASE_DEC, NULL, 0x7f, NULL, HFILL }},
diff --git a/epan/dissectors/packet-ipmi.c b/epan/dissectors/packet-ipmi.c
index 43ab44e9f3..44a0ba014b 100644
--- a/epan/dissectors/packet-ipmi.c
+++ b/epan/dissectors/packet-ipmi.c
@@ -1412,8 +1412,8 @@ proto_register_ipmi(void)
{ &hf_ipmi_header_completion, { "Completion Code", "ipmi.header.completion", FT_UINT8, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_header_sig, { "Signature", "ipmi.header.signature", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_data_crc, { "Data checksum", "ipmi.data.crc", FT_UINT8, BASE_HEX, NULL, 0, NULL, HFILL }},
- { &hf_ipmi_response_to, { "Response to", "ipmi.response_to", FT_FRAMENUM, BASE_DEC, NULL, 0, NULL, HFILL }},
- { &hf_ipmi_response_in, { "Response in", "ipmi.response_in", FT_FRAMENUM, BASE_DEC, NULL, 0, NULL, HFILL }},
+ { &hf_ipmi_response_to, { "Response to", "ipmi.response_to", FT_FRAMENUM, BASE_NONE, NULL, 0, NULL, HFILL }},
+ { &hf_ipmi_response_in, { "Response in", "ipmi.response_in", FT_FRAMENUM, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_response_time, { "Responded in", "ipmi.response_time", FT_RELATIVE_TIME, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_ipmi_bad_checksum, { "Bad checksum", "ipmi.bad_checksum", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }}
};
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index f21d70b6e8..66f22330c0 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -932,7 +932,7 @@ void proto_register_iuup(void) {
{ &hf_iuup_delay, { "Delay", "iuup.delay", FT_UINT32, BASE_HEX, NULL,0x0,NULL,HFILL}},
{ &hf_iuup_advance, { "Advance", "iuup.advance", FT_UINT32, BASE_HEX, NULL,0x0,NULL,HFILL}},
- { &hf_iuup_delta, { "Delta Time", "iuup.delta", FT_FLOAT, BASE_DEC, NULL,0x0,NULL,HFILL}},
+ { &hf_iuup_delta, { "Delta Time", "iuup.delta", FT_FLOAT, BASE_NONE, NULL,0x0,NULL,HFILL}},
{ &hf_iuup_init_ti, { "TI", "iuup.ti", FT_UINT8, BASE_DEC, VALS(iuup_ti_vals),0x10,"Timing Information",HFILL}},
{ &hf_iuup_init_subflows_per_rfci, { "Subflows", "iuup.subflows", FT_UINT8, BASE_DEC, NULL,0x0e,"Number of Subflows",HFILL}},
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index 8844eb46d3..c38b6e35e5 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -4445,11 +4445,11 @@ void proto_register_ldap(void) {
NULL, HFILL }},
{ &hf_ldap_response_in,
{ "Response In", "ldap.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this LDAP request is in this frame", HFILL }},
{ &hf_ldap_response_to,
{ "Response To", "ldap.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the LDAP request in this frame", HFILL }},
{ &hf_ldap_time,
{ "Time", "ldap.time",
diff --git a/epan/dissectors/packet-ldss.c b/epan/dissectors/packet-ldss.c
index ae18427357..f4328bf59f 100644
--- a/epan/dissectors/packet-ldss.c
+++ b/epan/dissectors/packet-ldss.c
@@ -946,19 +946,19 @@ proto_register_ldss (void) {
{ &hf_ldss_response_in,
{ "Response In",
"ldss.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this file pull request is in this frame", HFILL }
},
{ &hf_ldss_response_to,
{ "Request In",
"ldss.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the file pull request in this frame", HFILL }
},
{ &hf_ldss_initiated_by,
{ "Initiated by",
"ldss.initiated_by",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The broadcast that initiated this file transfer", HFILL }
},
{ &hf_ldss_transfer_response_time,
diff --git a/epan/dissectors/packet-linx.c b/epan/dissectors/packet-linx.c
index a43357b7d6..04220acd46 100644
--- a/epan/dissectors/packet-linx.c
+++ b/epan/dissectors/packet-linx.c
@@ -653,10 +653,10 @@ proto_register_linx(void)
{ "Publish Conn ID", "linx.publcid", FT_UINT32, BASE_DEC, NULL, 0x000000ff, NULL, HFILL },
},
{ &hf_linx_conn_srcmac, /* in ETHCM_CONN */
- { "Source", "linx.srcmaddr_ether", FT_ETHER, BASE_DEC, NULL, 0x0, "Source Media Address (ethernet)", HFILL },
+ { "Source", "linx.srcmaddr_ether", FT_ETHER, BASE_NONE, NULL, 0x0, "Source Media Address (ethernet)", HFILL },
},
{ &hf_linx_conn_dstmac, /* in ETHCM_CONN */
- { "Destination", "linx.destmaddr_ether", FT_ETHER, BASE_DEC, NULL, 0x0, "Destination Media Address (ethernet)", HFILL },
+ { "Destination", "linx.destmaddr_ether", FT_ETHER, BASE_NONE, NULL, 0x0, "Destination Media Address (ethernet)", HFILL },
},
{ &hf_linx_conn_feat_neg_str, /* in ETHCM_CONN */
{ "Feature Negotiation String", "linx.feat_neg_str", FT_STRINGZ, BASE_NONE, NULL, 0x0, NULL, HFILL },
diff --git a/epan/dissectors/packet-nbd.c b/epan/dissectors/packet-nbd.c
index 89fcb1e8b2..a294fa54de 100644
--- a/epan/dissectors/packet-nbd.c
+++ b/epan/dissectors/packet-nbd.c
@@ -468,10 +468,10 @@ void proto_register_nbd(void)
{ "From", "nbd.from", FT_UINT64, BASE_HEX,
NULL, 0x0, NULL, HFILL }},
{ &hf_nbd_response_in,
- { "Response In", "nbd.response_in", FT_FRAMENUM, BASE_DEC,
+ { "Response In", "nbd.response_in", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "The response to this NBD request is in this frame", HFILL }},
{ &hf_nbd_response_to,
- { "Request In", "nbd.response_to", FT_FRAMENUM, BASE_DEC,
+ { "Request In", "nbd.response_to", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "This is a response to the NBD request in this frame", HFILL }},
{ &hf_nbd_time,
{ "Time", "nbd.time", FT_RELATIVE_TIME, BASE_NONE,
diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c
index 95246a50d9..0acce92a9e 100644
--- a/epan/dissectors/packet-netflow.c
+++ b/epan/dissectors/packet-netflow.c
@@ -3980,12 +3980,12 @@ proto_register_netflow(void)
},
{&hf_cflow_srcmac,
{"Source Mac Address", "cflow.srcmac",
- FT_ETHER, BASE_DEC, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{&hf_cflow_post_dstmac,
{"Post Destination Mac Address", "cflow.post_dstmac",
- FT_ETHER, BASE_DEC, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{&hf_cflow_vlanid,
@@ -4005,12 +4005,12 @@ proto_register_netflow(void)
},
{&hf_cflow_dstmac,
{"Destination Mac Address", "cflow.dstmac",
- FT_ETHER, BASE_DEC, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{&hf_cflow_post_srcmac,
{"Post Source Mac Address", "cflow.post_srcmac",
- FT_ETHER, BASE_DEC, NULL, 0x0,
+ FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
{&hf_cflow_fragment_offset,
diff --git a/epan/dissectors/packet-nhrp.c b/epan/dissectors/packet-nhrp.c
index 0b2b16e7fa..585e76880a 100644
--- a/epan/dissectors/packet-nhrp.c
+++ b/epan/dissectors/packet-nhrp.c
@@ -940,7 +940,7 @@ proto_register_nhrp(void)
{ &hf_nhrp_src_nbma_addr,
{ "Source NBMA Address", "nhrp.src.nbma.addr",FT_IPv4, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_src_nbma_saddr,
- { "Source NBMA Sub Address", "nhrp.src.nbma.saddr",FT_UINT_BYTES,BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ { "Source NBMA Sub Address", "nhrp.src.nbma.saddr",FT_UINT_BYTES,BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_src_prot_addr,
{ "Source Protocol Address", "nhrp.src.prot.addr",FT_IPv4, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_dst_prot_addr,
@@ -975,7 +975,7 @@ proto_register_nhrp(void)
{ &hf_nhrp_client_nbma_addr,
{ "Client NBMA Address", "nhrp.client.nbma.addr", FT_IPv4, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_client_nbma_saddr,
- { "Client NBMA Sub Address", "nhrp.client.nbma.saddr",FT_UINT_BYTES, BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ { "Client NBMA Sub Address", "nhrp.client.nbma.saddr",FT_UINT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_client_prot_addr,
{ "Client Protocol Address", "nhrp.client.prot.addr", FT_IPv4, BASE_NONE, NULL, 0x0, NULL, HFILL }},
@@ -986,12 +986,12 @@ proto_register_nhrp(void)
{ &hf_nhrp_ext_len,
{ "Extension length", "nhrp.ext.len", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_ext_value,
- { "Extension Value", "nhrp.ext.val", FT_UINT_BYTES,BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ { "Extension Value", "nhrp.ext.val", FT_UINT_BYTES,BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_error_offset,
{ "Error Offset", "nhrp.err.offset", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_nhrp_error_packet,
- { "Errored Packet", "nhrp.err.pkt", FT_UINT_BYTES,BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ { "Errored Packet", "nhrp.err.pkt", FT_UINT_BYTES,BASE_NONE, NULL, 0x0, NULL, HFILL }},
};
static gint *ett[] = {
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index 3900bb6d58..e15af955e2 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -852,10 +852,10 @@ proto_register_ntp(void)
"Peer Clock Precision", "ntp.precision", FT_INT8, BASE_DEC,
NULL, 0, NULL, HFILL }},
{ &hf_ntp_rootdelay, {
- "Root Delay", "ntp.rootdelay", FT_DOUBLE, BASE_DEC,
+ "Root Delay", "ntp.rootdelay", FT_DOUBLE, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_ntp_rootdispersion, {
- "Root Dispersion", "ntp.rootdispersion", FT_DOUBLE, BASE_DEC,
+ "Root Dispersion", "ntp.rootdispersion", FT_DOUBLE, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_ntp_refid, {
"Reference Clock ID", "ntp.refid", FT_BYTES, BASE_NONE,
diff --git a/epan/dissectors/packet-pana.c b/epan/dissectors/packet-pana.c
index 387ab67263..3197ea0c26 100644
--- a/epan/dissectors/packet-pana.c
+++ b/epan/dissectors/packet-pana.c
@@ -760,12 +760,12 @@ proto_register_pana(void)
static hf_register_info hf[] = {
{ &hf_pana_response_in,
{ "Response In", "pana.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this PANA request is in this frame", HFILL }
},
{ &hf_pana_response_to,
{ "Request In", "pana.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the PANA request in this frame", HFILL }
},
{ &hf_pana_time,
diff --git a/epan/dissectors/packet-prp.c b/epan/dissectors/packet-prp.c
index cbe12f3748..ba855ab206 100644
--- a/epan/dissectors/packet-prp.c
+++ b/epan/dissectors/packet-prp.c
@@ -288,12 +288,12 @@ void proto_register_prp(void)
},
{ &hf_prp_supervision_frame_source_mac_address_A,
{ "sourceMacAddressA", "prp.supervision_frame.prp_source_mac_address_A",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_prp_supervision_frame_source_mac_address_B,
{ "sourceMacAddressB", "prp.supervision_frame.prp_source_mac_address_B",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_prp_supervision_frame_type2,
@@ -308,12 +308,12 @@ void proto_register_prp(void)
},
{ &hf_prp_supervision_frame_red_box_mac_address,
{ "redBoxMacAddress", "prp.supervision_frame.prp_red_box_mac_address",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_prp_supervision_frame_vdan_mac_address,
{ "vdanMacAddress", "prp.supervision_frame.prp_vdan_mac_address",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
diff --git a/epan/dissectors/packet-ptp.c b/epan/dissectors/packet-ptp.c
index aa546c03ee..714b9563d3 100644
--- a/epan/dissectors/packet-ptp.c
+++ b/epan/dissectors/packet-ptp.c
@@ -3490,7 +3490,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_sourceuuid,
{ "sourceUuid", "ptp.sourceuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_sourceportid,
@@ -3584,7 +3584,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_sdr_grandmasterclockuuid,
{ "grandMasterClockUuid", "ptp.sdr.grandmasterclockuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_sdr_grandmasterportid,
@@ -3654,7 +3654,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_sdr_parentuuid,
{ "parentUuid", "ptp.sdr.parentuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_sdr_parentportfield,
@@ -3721,7 +3721,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_dr_requestingsourceuuid,
{ "requestingSourceUuid", "ptp.dr.requestingsourceuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_dr_requestingsourceportid,
@@ -3742,7 +3742,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_targetuuid,
{ "targetUuid", "ptp.mm.targetuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_targetportid,
@@ -3784,7 +3784,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_clock_identity_clockuuidfield,
{ "clockUuidField", "ptp.mm.clock.identity.clockuuidfield",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_clock_identity_clockportfield,
@@ -3818,7 +3818,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_default_data_set_clockuuidfield,
{ "clockUuidField", "ptp.mm.default.data.set.clockuuidfield",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_default_data_set_clockportfield,
@@ -3961,7 +3961,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_parent_data_set_parentuuid,
{ "parentUuid", "ptp.mm.parent.data.set.parentuuid",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_parent_data_set_parentportid,
@@ -4016,7 +4016,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_parent_data_set_grandmasteruuidfield,
{ "grandmasterUuidField", "ptp.mm.parent.data.set.grandmasteruuidfield",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_parent_data_set_grandmasterportidfield,
@@ -4082,7 +4082,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_port_data_set_portuuidfield,
{ "portUuidField", "ptp.mm.port.data.set.portuuidfield",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_port_data_set_portidfield,
@@ -4207,7 +4207,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_mm_foreign_data_set_foreignmasteruuidfield,
{ "foreignMasterUuidField", "ptp.mm.foreign.data.set.foreignmasteruuidfield",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_mm_foreign_data_set_foreignmasterportidfield,
@@ -4355,7 +4355,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_v2_correctionsubns,
{ "correctionSubNs", "ptp.v2.correction.subns",
- FT_DOUBLE, BASE_DEC, NULL, 0x00,
+ FT_DOUBLE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_v2_clockidentity,
@@ -5057,7 +5057,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_v2_mm_offset_subns,
{ "SubNs", "ptp.v2.mm.offset.subns",
- FT_DOUBLE, BASE_DEC, NULL, 0x00,
+ FT_DOUBLE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_v2_mm_pathDelay_ns,
@@ -5067,7 +5067,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_v2_mm_pathDelay_subns,
{ "SubNs", "ptp.v2.mm.pathDelay.subns",
- FT_DOUBLE, BASE_DEC, NULL, 0x00,
+ FT_DOUBLE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_v2_mm_PortNumber,
@@ -5092,7 +5092,7 @@ proto_register_ptp(void)
},
{ &hf_ptp_v2_mm_peerMeanPathDelay_subns,
{ "SubNs", "ptp.v2.mm.peerMeanPathDelay.subns",
- FT_DOUBLE, BASE_DEC, NULL, 0x00,
+ FT_DOUBLE, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_v2_mm_logAnnounceInterval,
diff --git a/epan/dissectors/packet-rmp.c b/epan/dissectors/packet-rmp.c
index db74e2ddc8..62c8e07645 100644
--- a/epan/dissectors/packet-rmp.c
+++ b/epan/dissectors/packet-rmp.c
@@ -236,7 +236,7 @@ proto_register_rmp(void)
{ "Machine Type", "rmp.machtype", FT_STRING, BASE_NONE,
NULL, 0x0, NULL, HFILL }},
{ &hf_rmp_filename,
- { "Filename", "rmp.filename", FT_UINT_STRING, BASE_DEC,
+ { "Filename", "rmp.filename", FT_UINT_STRING, BASE_NONE,
NULL, 0x0, NULL, HFILL }},
{ &hf_rmp_offset,
{ "Offset", "rmp.offset", FT_UINT32, BASE_HEX,
diff --git a/epan/dissectors/packet-rmt-norm.c b/epan/dissectors/packet-rmt-norm.c
index 75638b7438..cb93953616 100644
--- a/epan/dissectors/packet-rmt-norm.c
+++ b/epan/dissectors/packet-rmt-norm.c
@@ -701,11 +701,11 @@ void proto_register_norm(void)
{ &hf.instance_id,
{ "Instance", "norm.instance_id", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf.grtt,
- { "grtt", "norm.grtt", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL}},
+ { "grtt", "norm.grtt", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf.backoff,
{ "Backoff", "norm.backoff", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf.gsize,
- { "Group Size", "norm.gsize", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL}},
+ { "Group Size", "norm.gsize", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf.flags,
{ "Flags", "norm.flags", FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL}},
{ &hf.flag.repair,
@@ -756,9 +756,9 @@ void proto_register_norm(void)
{ &hf.cc_flags_leave,
{ "Leave", "norm.cc_flags.leave", FT_BOOLEAN, 8, NULL, NORM_FLAG_CC_LEAVE, NULL, HFILL}},
{ &hf.cc_rtt,
- { "CC RTT", "norm.cc_rtt", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL}},
+ { "CC RTT", "norm.cc_rtt", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf.cc_rate,
- { "CC Rate", "norm.cc_rate", FT_DOUBLE, BASE_DEC, NULL, 0x0, NULL, HFILL}},
+ { "CC Rate", "norm.cc_rate", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf.cc_transport_id,
{ "CC Transport ID", "norm.cc_transport_id", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL}},
diff --git a/epan/dissectors/packet-ros.c b/epan/dissectors/packet-ros.c
index c22a5c12bf..304e738dc5 100644
--- a/epan/dissectors/packet-ros.c
+++ b/epan/dissectors/packet-ros.c
@@ -1118,11 +1118,11 @@ void proto_register_ros(void) {
{
{ &hf_ros_response_in,
{ "Response In", "ros.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this remote operation invocation is in this frame", HFILL }},
{ &hf_ros_response_to,
{ "Response To", "ros.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the remote operation invocation in this frame", HFILL }},
{ &hf_ros_time,
{ "Time", "ros.time",
diff --git a/epan/dissectors/packet-rpc.c b/epan/dissectors/packet-rpc.c
index 2267042c44..c14716654e 100644
--- a/epan/dissectors/packet-rpc.c
+++ b/epan/dissectors/packet-rpc.c
@@ -3717,10 +3717,10 @@ proto_register_rpc(void)
"Duplicate Call/Reply", "rpc.dup", FT_NONE, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_rpc_call_dup, {
- "Duplicate to the call in", "rpc.call.dup", FT_FRAMENUM, BASE_DEC,
+ "Duplicate to the call in", "rpc.call.dup", FT_FRAMENUM, BASE_NONE,
NULL, 0, "This is a duplicate to the call in frame", HFILL }},
{ &hf_rpc_reply_dup, {
- "Duplicate to the reply in", "rpc.reply.dup", FT_FRAMENUM, BASE_DEC,
+ "Duplicate to the reply in", "rpc.reply.dup", FT_FRAMENUM, BASE_NONE,
NULL, 0, "This is a duplicate to the reply in frame", HFILL }},
{ &hf_rpc_value_follows, {
"Value Follows", "rpc.value_follows", FT_BOOLEAN, BASE_NONE,
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index f5dddd0f20..320507219d 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -3859,7 +3859,7 @@ proto_register_rtcp(void)
"MOS - Listening Quality",
"rtcp.xr.voipmetrics.moslq",
FT_FLOAT,
- BASE_DEC,
+ BASE_NONE,
NULL,
0x0,
"MOS is in the range of 1 to 5; 127 indicates this parameter is unavailable", HFILL
@@ -3871,7 +3871,7 @@ proto_register_rtcp(void)
"MOS - Conversational Quality",
"rtcp.xr.voipmetrics.moscq",
FT_FLOAT,
- BASE_DEC,
+ BASE_NONE,
NULL,
0x0,
"MOS is in the range of 1 to 5; 127 indicates this parameter is unavailable", HFILL
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index 6c1b394de0..7e2046ae91 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -474,7 +474,7 @@ proto_register_rtmpt(void)
{ "AMF type", "rtmpt.amf.type", FT_UINT8, BASE_DEC, VALS(rtmpt_type_vals), 0x0, "RTMPT AMF type", HFILL }},
{ &hf_rtmpt_amf_number,
- { "AMF number", "rtmpt.amf.number", FT_DOUBLE, BASE_DEC, NULL, 0x0, "RTMPT AMF number", HFILL }},
+ { "AMF number", "rtmpt.amf.number", FT_DOUBLE, BASE_NONE, NULL, 0x0, "RTMPT AMF number", HFILL }},
{ &hf_rtmpt_amf_boolean,
{ "AMF boolean", "rtmpt.amf.boolean", FT_BOOLEAN, BASE_NONE, NULL, 0x0, "RTMPT AMF boolean", HFILL }},
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index fa66449fb6..3da5227133 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -19047,11 +19047,11 @@ proto_register_smb(void)
TFS(&tfs_pipe_info_flag), 0x01, NULL, HFILL }},
{ &hf_smb_logged_in,
- { "Logged In", "smb.logged_in", FT_FRAMENUM, BASE_DEC,
+ { "Logged In", "smb.logged_in", FT_FRAMENUM, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_smb_logged_out,
- { "Logged Out", "smb.logged_out", FT_FRAMENUM, BASE_DEC,
+ { "Logged Out", "smb.logged_out", FT_FRAMENUM, BASE_NONE,
NULL, 0, NULL, HFILL }},
{ &hf_smb_file_rw_offset,
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index fd713d736e..edf51b0364 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -602,11 +602,11 @@ proto_register_stun(void)
},
{ &hf_stun_response_in,
{ "Response In", "stun.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this STUN query is in this frame", HFILL }},
{ &hf_stun_response_to,
{ "Request In", "stun.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the STUN Request in this frame", HFILL }},
{ &hf_stun_time,
{ "Time", "stun.time",
diff --git a/epan/dissectors/packet-stun2.c b/epan/dissectors/packet-stun2.c
index 63879010fe..d9b56304fe 100644
--- a/epan/dissectors/packet-stun2.c
+++ b/epan/dissectors/packet-stun2.c
@@ -1157,11 +1157,11 @@ proto_register_stun2(void)
},
{ &hf_stun2_response_in,
{ "Response In", "stun2.response-in", FT_FRAMENUM,
- BASE_DEC, NULL, 0x0, "The response to this STUN2 query is in this frame", HFILL }
+ BASE_NONE, NULL, 0x0, "The response to this STUN2 query is in this frame", HFILL }
},
{ &hf_stun2_response_to,
{ "Request In", "stun2.response-to", FT_FRAMENUM,
- BASE_DEC, NULL, 0x0, "This is a response to the STUN2 Request in this frame", HFILL }
+ BASE_NONE, NULL, 0x0, "This is a response to the STUN2 Request in this frame", HFILL }
},
{ &hf_stun2_time,
{ "Time", "stun2.time", FT_RELATIVE_TIME,
@@ -1169,7 +1169,7 @@ proto_register_stun2(void)
},
{ &hf_stun2_duplicate,
{ "Duplicated original message in", "stun2.reqduplicate", FT_FRAMENUM,
- BASE_DEC, NULL, 0x0, "This is a duplicate of STUN2 message in this frame", HFILL }
+ BASE_NONE, NULL, 0x0, "This is a duplicate of STUN2 message in this frame", HFILL }
},
/* ////////////////////////////////////// */
{ &stun2_att_type,
diff --git a/epan/dissectors/packet-trmac.c b/epan/dissectors/packet-trmac.c
index c3bbfacb34..013351d391 100644
--- a/epan/dissectors/packet-trmac.c
+++ b/epan/dissectors/packet-trmac.c
@@ -398,7 +398,7 @@ proto_register_trmac(void)
NULL, HFILL }},
{ &hf_trmac_naun,
- { "NAUN", "trmac.naun", FT_ETHER, BASE_DEC, NULL, 0x0,
+ { "NAUN", "trmac.naun", FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
};
static gint *ett[] = {
diff --git a/epan/dissectors/packet-tzsp.c b/epan/dissectors/packet-tzsp.c
index 85cbb79581..bd1083ce7a 100644
--- a/epan/dissectors/packet-tzsp.c
+++ b/epan/dissectors/packet-tzsp.c
@@ -489,7 +489,7 @@ proto_register_tzsp(void)
"Unknown tag", "tzsp.unknown", FT_BYTES, BASE_NONE,
NULL, 0, "Unknown", HFILL }},
{ &hf_sensormac, {
- "Sensor Address", "tzsp.sensormac", FT_ETHER, BASE_HEX,
+ "Sensor Address", "tzsp.sensormac", FT_ETHER, BASE_NONE,
NULL, 0, "Sensor MAC", HFILL }}
};
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index 332801c1da..2400bb7a0c 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -1933,7 +1933,7 @@ proto_register_uma(void)
},
{ &hf_uma_urr_radio_id,
{ "Radio Identity","uma.urr.radio_id",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
@@ -2345,7 +2345,7 @@ proto_register_uma(void)
},
{ &hf_uma_urr_ms_radio_id,
{ "MS Radio Identity","uma.urr.ms_radio_id",
- FT_ETHER, BASE_DEC, NULL, 0x00,
+ FT_ETHER, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_uma_urr_uma_service_zone_str,
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index 650402bb86..ca78850c58 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -3249,7 +3249,7 @@ void proto_register_fp(void)
},
{ &hf_fp_transmit_power_level,
{ "Transmit Power Level",
- "fp.transmit-power-level", FT_FLOAT, BASE_DEC, 0, 0x0,
+ "fp.transmit-power-level", FT_FLOAT, BASE_NONE, 0, 0x0,
"Transmit Power Level (dB)", HFILL
}
},
@@ -3621,7 +3621,7 @@ void proto_register_fp(void)
},
{ &hf_fp_ul_sir_target,
{ "UL_SIR_TARGET",
- "fp.ul-sir-target", FT_FLOAT, BASE_DEC, 0, 0x0,
+ "fp.ul-sir-target", FT_FLOAT, BASE_NONE, 0, 0x0,
"Value (in dB) of the SIR target to be used by the UL inner loop power control", HFILL
}
},
diff --git a/epan/dissectors/packet-wol.c b/epan/dissectors/packet-wol.c
index 012b9196a9..aac6f66c09 100644
--- a/epan/dissectors/packet-wol.c
+++ b/epan/dissectors/packet-wol.c
@@ -301,7 +301,7 @@ proto_register_wol(void)
FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_wol_mac,
{ "MAC", "wol.mac",
- FT_ETHER, BASE_HEX, NULL, 0, NULL, HFILL }},
+ FT_ETHER, BASE_NONE, NULL, 0, NULL, HFILL }},
{ &hf_wol_passwd,
{ "Password", "wol.passwd",
FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }}
diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c
index c4194f3585..4ddd05eb2b 100644
--- a/epan/dissectors/packet-wps.c
+++ b/epan/dissectors/packet-wps.c
@@ -1612,7 +1612,7 @@ proto_register_wps(void)
{ &hf_eapwps_tlv_mac_address,
{ "MAC", "wps.mac_address",
- FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL }},
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_eapwps_tlv_manufacturer,
{ "Manufacturer", "wps.manufacturer",