Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-nt.c:798

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

dissect_doserror

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nt.c)expand/collapse
Show more  
 789  dissect_doserror(tvbuff_t *tvb, gint offset, packet_info *pinfo,
 790                 proto_tree *tree, guint8 *drep,
 791                 int hfindex, guint32 *pdata)
 792  {
 793          guint32 status;
 794   
 795          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 796[+]                                     hfindex, &status);
 797   
 798          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 2088.33974 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: