Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at hostlist_table.c:934

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

init_hostlist_table

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_table.c)expand/collapse
Show more  
 924                               "Show a map of the IP addresses (internet connection required).", NULL);
 925          g_object_set_data(G_OBJECT(map_bt), HOST_PTR_KEY, hosttable);
 926          g_signal_connect(map_bt, "clicked", G_CALLBACK(open_as_map_cb), NULL);
 927      }
 928  #endif /* HAVE_GEOIP */
 929       
 930      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 931      g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_STATS_ENDPOINTS_DIALOG);
 932   
 933      g_signal_connect(hosttable->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 934      g_signal_connect(hosttable->win, "destroy", G_CALLBACK(hostlist_win_destroy_cb), hosttable);
 935   
 936      gtk_widget_show_all(hosttable->win);
 937      window_present(hosttable->win);
 938   
 939      cf_retap_packets(&cfile, FALSE);
 940      gdk_window_raise(hosttable->win->window);
 941   
 942      /* Keep clist frozen to cause modifications to the clist (inserts, appends, others that are extremely slow 
 943         in GTK2) to not be drawn, allow refreshes to occur at strategic points for performance */
 944      gtk_clist_freeze(hosttable->table);
Show more  




Change Warning 322.28264 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: