aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omron-fins.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-04 22:44:31 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-04 22:44:31 +0000
commit94f36ca4ff177617fcc4e4ca8a171e374f8aeff6 (patch)
tree060bfcfb238455d21752efec8612998f2ab1db6f /epan/dissectors/packet-omron-fins.c
parent039fc59cb110aa485e910583d1edd5ff81ca2168 (diff)
Use ENC_NA as encoding for proto_tree_add_item() calls which directly reference an hf item (in hf[] with types:
FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN svn path=/trunk/; revision=39260
Diffstat (limited to 'epan/dissectors/packet-omron-fins.c')
-rw-r--r--epan/dissectors/packet-omron-fins.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/epan/dissectors/packet-omron-fins.c b/epan/dissectors/packet-omron-fins.c
index a6f17ec506..9548f4c4e8 100644
--- a/epan/dissectors/packet-omron-fins.c
+++ b/epan/dissectors/packet-omron-fins.c
@@ -1296,7 +1296,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 2)
{
proto_tree_add_item(command_tree, hf_omron_response_data, tvb,
- (offset+2), -1, FALSE);
+ (offset+2), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -1317,7 +1317,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(command_tree, hf_omron_address_bits, tvb, (offset+3), 1, FALSE);
proto_tree_add_item(command_tree, hf_omron_num_items, tvb, (offset+4), 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+6), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+6), -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -1347,7 +1347,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(command_tree, hf_omron_address_bits, tvb, (offset+3), 1, FALSE);
proto_tree_add_item(command_tree, hf_omron_num_items, tvb, (offset+4), 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+6), 2, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+6), 2, ENC_NA);
offset = offset + 8;
}
}
@@ -1486,7 +1486,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
"Unknown Memory-Area-Code (%u)", memory_area_code);
return tvb_length(tvb); /* Bail out .... */
}
- proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, memory_code_len, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, memory_code_len, ENC_NA);
offset = offset + memory_code_len;
reported_length_remaining = reported_length_remaining - memory_code_len;
@@ -1556,7 +1556,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 8)
{
proto_tree_add_item(command_tree, hf_omron_response_data, tvb,
- (offset+8), -1, FALSE);
+ (offset+8), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -1579,7 +1579,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 6)
{
proto_tree_add_item(command_tree, hf_omron_command_data, tvb,
- (offset+6), -1, FALSE);
+ (offset+6), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -1733,7 +1733,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 10)
{
- proto_tree_add_item(command_tree, hf_omron_response_data, tvb, (offset+10), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_response_data, tvb, (offset+10), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -1753,7 +1753,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 8)
{
- proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+8), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_command_data, tvb, (offset+8), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -1807,7 +1807,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
else if (reported_length_remaining == 2)
{
proto_tree_add_item(command_tree, hf_omron_program_number, tvb, offset, 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_monitor_label, tvb, offset, 0, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_monitor_label, tvb, offset, 0, ENC_NA);
offset = offset + 2;
}
}
@@ -1844,7 +1844,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining == 1)
{
proto_tree_add_item(command_tree, hf_omron_command_data, tvb,
- offset, -1, FALSE);
+ offset, -1, ENC_NA);
offset = offset + 1;
}
}
@@ -2374,7 +2374,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* zero-length case handled in previous switch statement */
if(reported_length_remaining > 0)
{
- proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -2384,7 +2384,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 2)
{
proto_tree_add_item(command_tree, hf_omron_response_code, tvb, offset, 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+2), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+2), -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -2412,7 +2412,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* zero-length case handled in previous switch statement */
if(reported_length_remaining > 0)
{
- proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, offset, -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -2735,7 +2735,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if(reported_length_remaining > 12)
{
- proto_tree_add_item(command_tree, hf_omron_file_data, tvb, (offset+12), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_file_data, tvb, (offset+12), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -2756,7 +2756,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(command_tree, hf_omron_data_length, tvb, (offset+20), 2, FALSE);
if(reported_length_remaining > 22)
{
- proto_tree_add_item(command_tree, hf_omron_file_data, tvb, (offset+22), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_file_data, tvb, (offset+22), -1, ENC_NA);
}
offset = offset + reported_length_remaining;
}
@@ -3066,7 +3066,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_bitmask(command_tree, tvb, (offset+2), hf_omron_data_type,
ett_omron_data_type, data_type_fields, FALSE);
proto_tree_add_item(command_tree, hf_omron_control_data, tvb, (offset+3), 1, FALSE);
- proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+4), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+4), -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -3083,7 +3083,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
ett_omron_data_type, data_type_fields, FALSE);
proto_tree_add_item(command_tree, hf_omron_control_data, tvb, (offset+1), 1, FALSE);
proto_tree_add_item(command_tree, hf_omron_block_num, tvb, (offset+2), 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+4), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+4), -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}
@@ -3170,7 +3170,7 @@ dissect_omron_fins(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(command_tree, hf_omron_command_memory_area_code, tvb, (offset+2), 1, FALSE);
proto_tree_add_item(command_tree, hf_omron_transfer_beginning_address, tvb, (offset+3), 3, FALSE);
proto_tree_add_item(command_tree, hf_omron_num_unit_uint16, tvb, (offset+6), 2, FALSE);
- proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+8), -1, FALSE);
+ proto_tree_add_item(command_tree, hf_omron_data, tvb, (offset+8), -1, ENC_NA);
offset = offset + reported_length_remaining;
}
}