(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-tango.c) |
| |
| 4196 | | | static void decode_Tango_DevAttrHistory_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, * _U_, gchar *operation _U_) { |
| 4197 | | | |
| 4198 | | | gboolean stream_is_big_endian; |
| 4199 | | | |
| 4200 | | | |
| 4201 | | | |
| 4202 | | | |
| 4203 | | | guint8 u_octet1; |
| 4204 | | | |
| 4205 | | | |
| 4206 | | | |
| 4207 | | | stream_is_big_endian = is_big_endian(); |
Unused Value
The value assigned to stream_is_big_endian is never subsequently used on any execution path. |
|
| 4208 | | | |
| 4209 | | | u_octet1 = get_CDR_boolean(tvb,offset); |
| 4210 | | | if (tree) { |
| 4211 | | | proto_tree_add_text(tree,tvb,*offset-1,1,"DevAttrHistory_3_attr_failed = %u",u_octet1); |
| 4212 | | | } |
| 4213 | | | |
| 4214 | | | |
| 4215 | | | |
| 4216 | | | |
| 4217 | | | |
| 4218 | | | decode_Tango_AttributeValue_3_st(tvb, pinfo, tree, offset, , operation); |
| 4219 | | | |
| 4220 | | | |
| 4221 | | | |
| 4222 | | | } |
| |