Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_packet_list.c:547

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

packet_list_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_packet_list.c)expand/collapse
Show more  
 536              cfile.cinfo.col_fmt[i] == COL_PACKET_LENGTH ||
 537              cfile.cinfo.col_fmt[i] == COL_CUMULATIVE_BYTES ||
 538              cfile.cinfo.col_fmt[i] == COL_DCE_CALL ||
 539              cfile.cinfo.col_fmt[i] == COL_DCE_CTX ||
 540              custom_right_justify)
 541              gtk_clist_set_column_justification(GTK_CLIST(packet_list), i,
 542                                                 GTK_JUSTIFY_RIGHT);
 543      }
 544      g_signal_connect(packet_list, "button_press_event", G_CALLBACK(popup_menu_handler),
 545                     g_object_get_data(G_OBJECT(popup_menu_object), PM_PACKET_LIST_KEY));
 546      g_signal_connect(packet_list, "button_press_event",
 547                     G_CALLBACK(packet_list_button_pressed_cb), NULL);
 548      g_object_set_data(G_OBJECT(popup_menu_object), E_MPACKET_LIST_KEY, packet_list);
 549      gtk_clist_set_compare_func(GTK_CLIST(packet_list), packet_list_compare);
 550      gtk_widget_show(packet_list);
 551   
 552      return pkt_scrollw;
 553  }
 554   
 555  void 
 556  packet_list_recreate(void)
 557  {
Show more  




Change Warning 364.28330 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: