Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-conv.c:102

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

conv_dissect_who_are_you_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-conv.c)expand/collapse
Show more  
 86  conv_dissect_who_are_you_resp (tvbuff_t *tvb, int offset,
 87                                   packet_info *pinfo, proto_tree *tree,
 88                                   guint8 *drep)
 89  {
 90          /*
 91           *         [out]   unsigned32      *seq,
 92           *         [out]   unsigned32      *st
 93           */
 94         guint32 seq, st;
 95   
 96         offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep, hf_conv_who_are_you_resp_seq, &seq);
 97[+]        offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep, hf_conv_rc, &st);
 98           
 99   
 100[+]        if (check_col(pinfo->cinfo, COL_INFO)) {
 101           col_add_fstr(pinfo->cinfo, COL_INFO, "conv_who_are_you response seq:%u st:%s",  
 102                 seq, val_to_str(st, dce_error_vals, "%u"));  
Show more  




Change Warning 1993.34061 : Uninitialized Variable

Because they are very similar, this warning shares annotations with warning 1993.34062.

Priority:
State:
Finding:
Owner:
Note: