Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at packet-dcerpc-mapi.c:4059

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

mapi_dissect_element_EcDoRpc_request_

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 4041  mapi_dissect_element_EcDoRpc_request_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_)
 4042  {
 4043          guint32         size;
 4044          int             start_offset = offset;
 4045          guint8          *decrypted_data;
 4046          tvbuff_t        *decrypted_tvb;
 4047          const guint8    *ptr;
 4048          gint            reported_len;
 4049          guint16         pdu_len;
 4050          guint32         i;
 4051          proto_item      *it = NULL;
 4052          proto_tree      *tr = NULL;
 4053          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_mapi_EcDoRpc_mapi_request, &size);
 4054          proto_tree_add_text(tree, tvb, start_offset, offset - start_offset + size, "Subcontext size: 0x%x", size);
 4055[+]         reported_len = tvb_reported_length_remaining(tvb, offset);
 4056          if ((guint32) reported_len > size) {
 4057                  reported_len = size;
 4058          }
 4059          if (size > (guint32) reported_len) {
Show more  




Change Warning 2027.34792 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: