Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom.c:1056

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

dissect_dcom_HRESULT_item

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom.c)expand/collapse
Show more  
 1040  dissect_dcom_HRESULT_item(tvbuff_t *tvb, int offset,    packet_info *pinfo,
 1041                                           proto_tree *tree, guint8 *drep,  
 1042                                           guint32 * pu32HResult, int field_index, proto_item **item)
 1043  {
 1044          guint32 u32HResult;
 1045   
 1046          /* dissect the DWORD, but don't add to tree */
 1047          offset = dissect_dcom_DWORD(tvb, offset, pinfo, NULL /*tree*/, drep,  
 1048[+]                     field_index, &u32HResult);
 1049   
 1050          if (tree) {
 1051                  /* special formatted output of indexed value */
 1052                  *item = proto_tree_add_item (tree, field_index, tvb, offset-4, 4, (drep[0] & 0x10));
 1053          }
 1054   
 1055          if (pu32HResult)
 1056                  *pu32HResult = u32HResult;
Show more  




Change Warning 2215.33932 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: