Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248.c:1136

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

h248_param_ber_octetstring

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248.c)expand/collapse
Show more  
 1133  extern void h248_param_ber_octetstring(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* u _U_, void* implicit) {
 1134          asn1_ctx_t asn1_ctx;
 1135          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 1136          dissect_ber_octet_string(implicit ? *((gboolean*)implicit) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, NULL);
 1137  }
Show more  




Change Warning 5246.35601 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: