aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-04 05:55:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-04 05:55:11 +0000
commitc634046b8622584c652ab4c044d77c4df1732e72 (patch)
treeddaa5adacb4229176caef22fba22011f7dbfa15b /epan/dissectors/packet-cigi.c
parent377246afacc01710b637e4002ddf99e2be6d17fa (diff)
Spoted by ChrisMaynard:
Duplicated names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24546 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cigi.c')
-rw-r--r--epan/dissectors/packet-cigi.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index bfa7d4e7eb..c3ef1c7d62 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -9106,102 +9106,102 @@ proto_register_cigi(void)
/* CIGI3_2 Line of Sight Extended Response */
{ &hf_cigi3_line_of_sight_extended_response,
- { "Line of Sight Extended Response", "cigi.los_ext_response",
+ { "Line of Sight Extended Response", "cigi.3_2_los_ext_response",
FT_STRINGZ, BASE_NONE, NULL, 0x0,
"Line of Sight Extended Response Packet", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_los_id,
- { "LOS ID", "cigi.los_ext_response.los_id",
+ { "LOS ID", "cigi.3_2_los_ext_response.los_id",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Identifies the LOS response", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_valid,
- { "Valid", "cigi.los_ext_response.valid",
+ { "Valid", "cigi.3_2_los_ext_response.valid",
FT_BOOLEAN, 8, TFS(&cigi_valid_tfs), 0x01,
"Indicates whether this packet contains valid data", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_entity_id_valid,
- { "Entity ID Valid", "cigi.los_ext_response.entity_id_valid",
+ { "Entity ID Valid", "cigi.3_2_los_ext_response.entity_id_valid",
FT_BOOLEAN, 8, TFS(&cigi_valid_tfs), 0x02,
"Indicates whether the LOS test vector or segment intersects with an entity", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_range_valid,
- { "Range Valid", "cigi.los_ext_response.range_valid",
+ { "Range Valid", "cigi.3_2_los_ext_response.range_valid",
FT_BOOLEAN, 8, TFS(&cigi_valid_tfs), 0x04,
"Indicates whether the Range parameter is valid", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_visible,
- { "Visible", "cigi.los_ext_response.visible",
+ { "Visible", "cigi.3_2_los_ext_response.visible",
FT_BOOLEAN, 8, TFS(&cigi3_2_line_of_sight_extended_response_visible_tfs), 0x08,
"Indicates whether the destination point is visible from the source point", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_host_frame_number_lsn,
- { "Host Frame Number LSN", "cigi.los_ext_response.host_frame_number_lsn",
+ { "Host Frame Number LSN", "cigi.3_2_los_ext_response.host_frame_number_lsn",
FT_UINT8, BASE_DEC, NULL, 0xf0,
"Least significant nibble of the host frame number parameter of the last IG Control packet received before the HAT or HOT is calculated", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_response_count,
- { "Response Count", "cigi.los_ext_response.response_count",
+ { "Response Count", "cigi.3_2_los_ext_response.response_count",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates the total number of Line of Sight Extended Response packets the IG will return for the corresponding request", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_entity_id,
- { "Entity ID", "cigi.los_ext_response.entity_id",
+ { "Entity ID", "cigi.3_2_los_ext_response.entity_id",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Indicates the entity with which a LOS test vector or segment intersects", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_range,
- { "Range (m)", "cigi.los_ext_response.range",
+ { "Range (m)", "cigi.3_2_los_ext_response.range",
FT_DOUBLE, BASE_DEC, 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.los_ext_response.lat_xoff",
+ { "Latitude (degrees)/X Offset (m)", "cigi.3_2_los_ext_response.lat_xoff",
FT_DOUBLE, BASE_DEC, 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.los_ext_response.lon_yoff",
+ { "Longitude (degrees)/Y Offset (m)", "cigi.3_2_los_ext_response.lon_yoff",
FT_DOUBLE, BASE_DEC, 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.los_ext_response.alt_zoff",
+ { "Altitude (m)/Z Offset(m)", "cigi.3_2_los_ext_response.alt_zoff",
FT_DOUBLE, BASE_DEC, 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,
- { "Red", "cigi.los_ext_response.red",
+ { "Red", "cigi.3_2_los_ext_response.red",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates the red color component of the surface at the point of intersection", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_green,
- { "Green", "cigi.los_ext_response.green",
+ { "Green", "cigi.3_2_los_ext_response.green",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates the green color component of the surface at the point of intersection", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_blue,
- { "Blue", "cigi.los_ext_response.blue",
+ { "Blue", "cigi.3_2_los_ext_response.blue",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates the blue color component of the surface at the point of intersection", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_alpha,
- { "Alpha", "cigi.los_ext_response.alpha",
+ { "Alpha", "cigi.3_2_los_ext_response.alpha",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates the alpha component of the surface at the point of intersection", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_material_code,
- { "Material Code", "cigi.los_ext_response.material_code",
+ { "Material Code", "cigi.3_2_los_ext_response.material_code",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Indicates the material code of the surface intersected by the LOS test segment of vector", HFILL }
},
{ &hf_cigi3_2_line_of_sight_extended_response_normal_vector_azimuth,
- { "Normal Vector Azimuth (degrees)", "cigi.los_ext_response.normal_vector_azimuth",
+ { "Normal Vector Azimuth (degrees)", "cigi.3_2_los_ext_response.normal_vector_azimuth",
FT_FLOAT, BASE_DEC, 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.los_ext_response.normal_vector_elevation",
+ { "Normal Vector Elevation (degrees)", "cigi.3_2_los_ext_response.normal_vector_elevation",
FT_FLOAT, BASE_DEC, NULL, 0x0,
"Indicates the elevation of a unit vector normal to the surface intersected by the LOS test segment or vector", HFILL }
},