Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-q932-ros.c:613

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

dissect_q932_ros_Reject

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-q932-ros.c)expand/collapse
Show more  
 603  dissect_q932_ros_Reject(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 604  #line 7 "ros-rej.cnf"
 605    const gchar *descr = "";
 606   
 607    problem_str[0] = '\0';
 608   
 609    offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
 610                                     Reject_sequence, hf_index, ett_q932_ros_Reject);
 611   
 612  #line 11 "ros-rej.cnf"
 613    descr = ep_strdup_printf("REJ: %s", problem_str);
 614   
 615    if (actx->rose_ctx->apdu_depth >= 0)
 616      proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), "  %s", descr);
 617    if (actx->rose_ctx->fillin_info && check_col(actx->pinfo->cinfo, COL_INFO))
 618      col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
 619    if (actx->rose_ctx->fillin_ptr)
 620      g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
 621   
 622    return offset;
 623  }
Show more  




Change Warning 5425.35645 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: