Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at rtp_stream_dlg.c:848

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

rtpstream_dlg_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/rtp_stream_dlg.c)expand/collapse
Show more  
 838  */
 839      g_signal_connect(bt_save, "clicked", G_CALLBACK(rtpstream_on_save), NULL);
 840      g_signal_connect(bt_mark, "clicked", G_CALLBACK(rtpstream_on_mark), NULL);
 841      g_signal_connect(bt_filter, "clicked", G_CALLBACK(rtpstream_on_filter), NULL);
 842      g_signal_connect(bt_copy, "clicked", G_CALLBACK(rtpstream_on_copy_as_csv), NULL);
 843      g_signal_connect(bt_analyze, "clicked", G_CALLBACK(rtpstream_on_analyse), NULL);
 844   
 845      window_set_cancel_button(rtpstream_dlg_w, bt_close, window_cancel_button_cb);
 846   
 847      g_signal_connect(rtpstream_dlg_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 848      g_signal_connect(rtpstream_dlg_w, "destroy", G_CALLBACK(rtpstream_on_destroy), NULL);
 849   
 850      gtk_widget_show_all(rtpstream_dlg_w);
 851      window_present(rtpstream_dlg_w);
 852   
 853      rtpstream_on_unselect(NULL, NULL);
 854   
 855      rtp_stream_dlg = rtpstream_dlg_w;
 856  }
 857   
 858   
Show more  




Change Warning 765.29073 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: