Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248.c:1142

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

h248_param_ber_boolean

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248.c)expand/collapse
Show more  
 1139  extern void h248_param_ber_boolean(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* u _U_, void* implicit) {
 1140          asn1_ctx_t asn1_ctx;
 1141          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 1142          dissect_ber_boolean(implicit ? *((gboolean*)implicit) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, NULL);
 1143  }
Show more  




Change Warning 5402.35613 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: