Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:823

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  
 813      gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
 814   
 815      /* capture help topic */
 816      topic_vb = welcome_topic_new("Capture Help", &topic_to_fill);
 817      gtk_box_pack_start(GTK_BOX(column_vb), topic_vb, TRUE, TRUE, 0);
 818   
 819      item_hb = welcome_button(WIRESHARK_STOCK_WIKI,
 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>");
Show more  




Change Warning 417.28392 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: