Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-nlm.c:440

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

dissect_nlm_test

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nlm.c)expand/collapse
Show more  
 420  dissect_nlm_test(tvbuff_t *tvb, int offset, packet_info *pinfo,
 421      proto_tree *tree, int version)
 422  {
 423          if(nlm_match_msgres){
 424                  rpc_call_info_value *rpc_call=pinfo->private_data;
 425                  if(rpc_call->proc==6){  /* NLM_TEST_MSG */
 426                          if( (!pinfo->fd->flags.visited) ){
 427                                  nlm_register_unmatched_msg(pinfo, tvb, offset);
 428                          } else {
 429                                  nlm_print_msgres_request(pinfo, tree, tvb);
 430                          }
 431                          /* for the fhandle matching that finds both request and 
 432                             response packet */
 433                          if(nfs_fhandle_reqrep_matching){
 434                                  nlm_match_fhandle_request(pinfo, tree);
 435                          }
 436                  }
 437          }
 438   
 439          offset = dissect_rpc_data(tvb, tree, hf_nlm_cookie, offset);
 440          dissect_rpc_bool(tvb, tree, hf_nlm_exclusive, offset);
 441          offset += 4;
 442          offset = dissect_lock(tvb, pinfo, tree, version, offset);
 443          return offset;
 444  }
Show more  




Change Warning 5415.35635 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: