Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248.c:1130

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

h248_param_ber_integer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248.c)expand/collapse
Show more  
 1127  extern void h248_param_ber_integer(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo, int hfid, h248_curr_info_t* u _U_, void* implicit) {
 1128          asn1_ctx_t asn1_ctx;
 1129          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 1130          dissect_ber_integer(implicit ? *((gboolean*)implicit) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, NULL);
 1131  }
Show more  




Change Warning 5399.35611 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: