Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:791

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

welcome_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_welcome.c)expand/collapse
Show more  
 781   
 782      /* capture topic */
 783      topic_vb = welcome_topic_new("Capture", &topic_to_fill);
 784      gtk_box_pack_start(GTK_BOX(column_vb), topic_vb, TRUE, TRUE, 0);
 785   
 786  #ifdef HAVE_LIBPCAP 
 787      item_hb = welcome_button(WIRESHARK_STOCK_CAPTURE_INTERFACES,
 788          "Interface List",
 789                  "Live list of the capture interfaces (counts incoming packets)",
 790          "Same as Capture/Interfaces menu or toolbar item",
 791          G_CALLBACK(capture_if_cb), NULL);
 792      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 793   
 794      label_text =  g_strdup("<span foreground=\"black\">Start capture on interface:</span>");
 795      w = gtk_label_new(label_text);
 796      gtk_label_set_markup(GTK_LABEL(w), label_text);
 797      g_free (label_text);
 798      gtk_misc_set_alignment (GTK_MISC(w), 0.0f, 0.0f);
 799      gtk_box_pack_start(GTK_BOX(topic_to_fill), w, FALSE, FALSE, 5);
 800   
 801      if_child_box = gtk_vbox_new(FALSE, 0);
Show more  




Change Warning 420.28395 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: