Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248_annex_c.c:798

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

dissect_h248_annexc_USI

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248_annex_c.c)expand/collapse
Show more  
 793  static void dissect_h248_annexc_USI(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* h248_info _U_, void* implicit_p) {
 794          tvbuff_t* new_tvb = NULL;
 795          asn1_ctx_t asn1_ctx;
 796   
 797          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 798          dissect_ber_octet_string(implicit_p ? *((gboolean*)implicit_p) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, &new_tvb);
 799          if (new_tvb)
 800                  dissect_q931_bearer_capability_ie(new_tvb, 0, tvb_length(new_tvb), tree);
 801  }
Show more  




Change Warning 5394.35605 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: