Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248_annex_c.c:743

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

dissect_h248_annexc_acodec

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248_annex_c.c)expand/collapse
Show more  
 732  static void dissect_h248_annexc_acodec(proto_tree* tree,
 733                                                                                  tvbuff_t* tvb,
 734                                                                                  packet_info* pinfo,
 735                                                                                  int hfid,
 736                                                                                  h248_curr_info_t* h248_info _U_,
 737                                                                                  void* implicit_p ) {
 738          int len;
 739          tvbuff_t* new_tvb;
 740          asn1_ctx_t asn1_ctx;
 741   
 742          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 743          dissect_ber_octet_string(implicit_p ? *((gboolean*)implicit_p) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, &new_tvb);
 744           
 745          tree = proto_item_add_subtree(asn1_ctx.created_item,ett_codec);
 746          len = tvb_length(new_tvb);
 747          dissect_codec_mode(tree,new_tvb,0,len);
 748  }
Show more  




Change Warning 5397.35608 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: