Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:830

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  
 820                  "How to Capture",
 821                  "Step by step to a successful capture setup",
 822          topic_online_url(ONLINEPAGE_CAPTURE_SETUP),
 823          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(ONLINEPAGE_CAPTURE_SETUP));
 824      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 825   
 826      item_hb = welcome_button(WIRESHARK_STOCK_WIKI,
 827                  "Network Media",
 828          "Specific information for capturing on: Ethernet, WLAN, ...",
 829          topic_online_url(ONLINEPAGE_NETWORK_MEDIA),
 830          G_CALLBACK(topic_menu_cb), GINT_TO_POINTER(ONLINEPAGE_NETWORK_MEDIA));
 831      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 832  #else
 833      label_text =  g_strdup("<span foreground=\"black\">Capturing is not compiled into this version of Wireshark!</span>");
 834      w = gtk_label_new(label_text);
 835      gtk_label_set_markup(GTK_LABEL(w), label_text);
 836      g_free (label_text);
 837      gtk_misc_set_alignment (GTK_MISC(w), 0.0f, 0.0f);
 838      gtk_box_pack_start(GTK_BOX(topic_to_fill), w, FALSE, FALSE, 5);
 839  #endif  /* HAVE_LIBPCAP */
 840   
Show more  




Change Warning 418.28393 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: