Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h450-ros.c:528

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

dissect_h450_ros_Reject

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h450-ros.c)expand/collapse
Show more  
 518  dissect_h450_ros_Reject(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 519  #line 7 "ros-rej.cnf"
 520    const gchar *descr = "";
 521   
 522    problem_str[0] = '\0';
 523   
 524    offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
 525                                     ett_h450_ros_Reject, Reject_sequence);
 526   
 527  #line 11 "ros-rej.cnf"
 528    descr = ep_strdup_printf("REJ: %s", problem_str);
 529   
 530    if (actx->rose_ctx->apdu_depth >= 0)
 531      proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), "  %s", descr);
 532    if (actx->rose_ctx->fillin_info && check_col(actx->pinfo->cinfo, COL_INFO))
 533      col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
 534    if (actx->rose_ctx->fillin_ptr)
 535      g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
 536   
 537    return offset;
 538  }
Show more  




Change Warning 5429.35659 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: