Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-h248_annex_c.c:777

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

dissect_h248_annexc_NSAP

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h248_annex_c.c)expand/collapse
Show more  
 767  static void dissect_h248_annexc_NSAP(proto_tree* tree,
 768                                                                            tvbuff_t* tvb,
 769                                                                            packet_info* pinfo,
 770                                                                            int hfid,
 771                                                                            h248_curr_info_t* h248_info,
 772                                                                            void* implicit_p ) {
 773          tvbuff_t* new_tvb = NULL;
 774          asn1_ctx_t asn1_ctx;
 775   
 776          asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
 777          dissect_ber_octet_string(implicit_p ? *((gboolean*)implicit_p) : FALSE, &asn1_ctx, tree, tvb, 0, hfid, &new_tvb);
 778          if (new_tvb) {
 779                  dissect_nsap(new_tvb, 0,tvb_length(new_tvb), tree);
 780                  if ( h248_info->term && ! h248_info->term->nsap) {
 781                          h248_info->term->nsap = se_strdup(tvb_bytes_to_str(new_tvb,0,tvb_length(new_tvb)));
 782                  }
 783          }
 784  }
Show more  




Change Warning 5395.35606 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: