Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba.c:1038

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

dissect_Unadvise_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 1025  dissect_Unadvise_rqst(tvbuff_t *tvb, int offset,
 1026          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 1027  {
 1028          guint32 u32Cookie;
 1029   
 1030   
 1031      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 1032   
 1033          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 1034[+]                         hf_cba_cookie, &u32Cookie);
 1035   
 1036          if (check_col(pinfo->cinfo, COL_INFO)) {
 1037                  col_append_fstr(pinfo->cinfo, COL_INFO, ": Cookie=0x%x",  
 1038                          u32Cookie);
Show more  




Change Warning 3776.35078 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: