Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_welcome.c:812

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  
 802      /* 8 capture interfaces or 150 pixels height is about the size */
 803      /* that still fits on a screen of about 1000*700 */
 804      welcome_if_panel_vb = scroll_box_dynamic_new(GTK_BOX(if_child_box), 8, 150);
 805      gtk_box_pack_start(GTK_BOX(topic_to_fill), welcome_if_panel_vb, FALSE, FALSE, 0);
 806      welcome_if_panel_load();
 807   
 808      item_hb = welcome_button(WIRESHARK_STOCK_CAPTURE_OPTIONS,
 809          "Capture Options",
 810                  "Start a capture with detailed options",
 811          "Same as Capture/Options menu or toolbar item",
 812          G_CALLBACK(capture_prep_cb), NULL);
 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),
Show more  




Change Warning 419.28394 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: