Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at capture_opts.c:579

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

capture_opts_list_link_layer_types

(/home/sate/Testcases/c/cve/wireshark-1.2.0/capture_opts.c)expand/collapse
Show more  
 570  capture_opts_list_link_layer_types(capture_options *capture_opts, gboolean machine_readable)
 571  {
 572      gchar *err_str, *desc_str;
 573      GList *lt_list, *lt_entry;
 574      data_link_info_t *data_link_info;
 575   
 576      /* Get the list of link-layer types for the capture device. */
 577[+]     lt_list = get_pcap_linktype_list(capture_opts->iface, &err_str);
 578      if (lt_list == NULL) {
 579        if (err_str != NULL) {
Show more  




Change Warning 4165.30176 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: