Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-ldap.c:746

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

ldap_do_protocolop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ldap.c)expand/collapse
Show more  
 740  static void ldap_do_protocolop(packet_info *pinfo)
 741  {
 742    const gchar* valstr;
 743   
 744    if (do_protocolop)  {
 745   
 746      valstr = val_to_str(ProtocolOp, ldap_ProtocolOp_choice_vals, "Unknown (%%u)");
 747   
 748      if(check_col(pinfo->cinfo, COL_INFO))
 749        col_append_fstr(pinfo->cinfo, COL_INFO, "%s(%u) ", valstr, MessageID);
 750   
 751      if(ldm_tree)
 752        proto_item_append_text(ldm_tree, " %s(%d)", valstr, MessageID);
 753   
 754      do_protocolop = FALSE;
 755   
 756    }
 757  }
Show more  




Change Warning 12553.35761 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: