Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-rtse.c:579

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

dissect_rtse_RTTRapdu

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-rtse.c)expand/collapse
Show more  
 575  dissect_rtse_RTTRapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 576  #line 79 "rtse.cnf"
 577          tvbuff_t *next_tvb = NULL;
 578   
 579          offset = dissect_ber_octet_string(FALSE, actx, tree, tvb, offset, hf_index, &next_tvb);
 580   
 581          if(next_tvb) {
 582   
 583                  /* XXX: we should check is this is an EXTERNAL first */
 584   
 585                  /* ROS won't do this for us */
 586                  if(session)
 587                          session->ros_op = (ROS_OP_INVOKE | ROS_OP_ARGUMENT);
 588   
 589                  offset = dissect_ber_external_type(FALSE, tree, next_tvb, 0, actx,  -1, call_rtse_external_type_callback);
 590          }
 591   
 592   
 593   
 594   
 595    return offset;
 596  }
Show more  




Change Warning 5237.35599 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: