wireshark/gtk
Guy Harris 9e22269a58 Get rid of some warnings on Win64.
svn path=/trunk/; revision=37447
2011-05-28 20:55:21 +00:00
..
about_dlg.c
about_dlg.h
afp_stat.c
airpcap_dlg.c gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() complains if its first argument is NULL, so check for the NULL pointer before using it. 2011-05-15 02:45:18 +00:00
airpcap_dlg.h
airpcap_gui_utils.c
airpcap_gui_utils.h
ansi_a_stat.c Make the use of UIManager a configure option. 2011-05-12 10:56:26 +00:00
ansi_map_stat.c Convetr more menus to GUIManager. 2011-05-12 15:17:28 +00:00
bootp_stat.c
camel_counter.c
camel_srt.c
capture_dlg.c Fix the case where you start with interfaces on the command line 2011-05-22 11:11:00 +00:00
capture_dlg.h
capture_file_dlg.c
capture_file_dlg.h
capture_globals.h
capture_if_details_dlg_win32.c
capture_if_details_dlg_win32.h
capture_if_dlg.c Fix the case where you start with interfaces on the command line 2011-05-22 11:11:00 +00:00
capture_if_dlg.h
capture_info_dlg.c When capturing from multiple interfaces, indicate this in the 2011-05-19 05:00:28 +00:00
cfilter_combo_utils.c
cfilter_combo_utils.h
CMakeLists.txt Fix warnings about unused variables in UI_MANAGER code. 2011-05-19 05:46:07 +00:00
color_dlg.c
color_dlg.h
color_edit_dlg.c
color_edit_dlg.h
color_utils.c
color_utils.h
compare_stat.c
conversations_eth.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_fc.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_fddi.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_ip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_ipv6.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_ipx.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_jxta.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_ncp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_rsvp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_sctp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_table.c Use correct signature on callbacks. 2011-04-30 08:36:00 +00:00
conversations_table.h
conversations_tcpip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_tr.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_udpip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_usb.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
conversations_wlan.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
dcerpc_stat.c
decode_as_ber.c
decode_as_ber.h
decode_as_dcerpc.c
decode_as_dcerpc.h
decode_as_dlg.c
decode_as_dlg.h
dfilter_expr_dlg.c
dfilter_expr_dlg.h
diameter_stat.c
dissector_tables_dlg.c
dissector_tables_dlg.h
dlg_utils.c
dlg_utils.h
doxygen.cfg.in
drag_and_drop.c Get rid of some extra parentheses that cause clang to warn that you 2011-04-25 21:07:01 +00:00
drag_and_drop.h
expert_comp_dlg.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
expert_comp_dlg.h
expert_comp_table.c
expert_comp_table.h
expert_indicators.h
export_object.c From Jose Pico via bug #5884: Corrected export_object smb segmentation 2011-05-03 17:38:26 +00:00
export_object.h This ain't C++; you have to put "void" in as the argument list of 2011-05-17 21:26:25 +00:00
export_object_dicom.c From Jose Pico via bug #5884: Corrected export_object smb segmentation 2011-05-03 17:38:26 +00:00
export_object_http.c From Jose Pico via bug #5884: Corrected export_object smb segmentation 2011-05-03 17:38:26 +00:00
export_object_smb.c Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
export_sslkeys.c Get rid of some warnings on Win64. 2011-05-28 20:55:21 +00:00
export_sslkeys.h Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. 2011-05-28 18:17:50 +00:00
fc_stat.c
file_dlg.c
file_dlg.h
file_import_dlg.c This ain't C++; you have to put "void" in as the argument list of 2011-05-17 21:26:25 +00:00
file_import_dlg.h
fileset_dlg.c
fileset_dlg.h
filter_autocomplete.c
filter_autocomplete.h
filter_dlg.c
filter_dlg.h
filter_utils.c
filter_utils.h
find_dlg.c
find_dlg.h
firewall_dlg.c
firewall_dlg.h
flow_graph.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
follow_ssl.c
follow_ssl.h
follow_stream.c
follow_stream.h
follow_tcp.c
follow_tcp.h
follow_udp.c Make TVBs opaque for most users. 2011-05-27 03:06:50 +00:00
follow_udp.h
font_utils.c
font_utils.h
funnel_stat.c
goto_dlg.c
goto_dlg.h
graph_analysis.c
graph_analysis.h
gsm_a_stat.c Fix warnings about unused variables in UI_MANAGER code. 2011-05-19 05:46:07 +00:00
gsm_map_stat.c Convetr more menus to GUIManager. 2011-05-12 15:17:28 +00:00
gsm_map_stat.h
gsm_map_summary.c Convetr more menus to GUIManager. 2011-05-12 15:17:28 +00:00
gtkglobals.h
gtkvumeter.c
gtkvumeter.h
gtp_stat.c
gui_stat_menu.h More GUIManager stuff. 2011-05-16 06:28:33 +00:00
gui_stat_util.c
gui_stat_util.h
gui_utils.c
gui_utils.h
h225_counter.c
h225_ras_srt.c
help_dlg.c
help_dlg.h
hostlist_eth.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_fc.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_fddi.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_ip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_ipv6.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_ipx.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_jxta.c Fix a typo. 2011-05-10 07:23:00 +00:00
hostlist_ncp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_rsvp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_sctp.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_table.c Add return instructions for system without support for G_GNUC_NORETURN (e.g. some older gcc compilers). 2011-04-22 07:15:45 +00:00
hostlist_table.h
hostlist_tcpip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_tr.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_udpip.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_usb.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
hostlist_wlan.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
iax2_analysis.c Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
iax2_analysis.h
io_stat.c Allow longer field names in the advanced filter control. 2011-05-25 09:08:27 +00:00
keys.h
ldap_stat.c
libui.vcproj
mac_lte_stat_dlg.c Show max UEs/TTI in MAC stats window (UL/DL separately). 2011-04-16 10:56:18 +00:00
macros_dlg.c
macros_dlg.h
main.c Move the Windows argument list conversion code to a common routine. 2011-05-24 00:07:56 +00:00
main.h
main_airpcap_toolbar.c Whitespace cleanup. 2011-05-15 02:48:18 +00:00
main_airpcap_toolbar.h
main_filter_toolbar.c
main_filter_toolbar.h
main_proto_draw.c Add new function packet_hex_editor_print. 2011-04-26 08:51:25 +00:00
main_proto_draw.h Add new function packet_hex_editor_print. 2011-04-26 08:51:25 +00:00
main_statusbar.c Fix the capturing from the GUI. Honor the iface variable. 2011-05-21 13:22:38 +00:00
main_statusbar_private.h
main_toolbar.c
main_toolbar.h
main_welcome.c Fix the case where you start with interfaces on the command line 2011-05-22 11:11:00 +00:00
main_welcome.h
Makefile.am Include text_import_scanner.l in the distribution. 2011-05-27 10:49:34 +00:00
Makefile.common Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. 2011-05-28 18:17:50 +00:00
Makefile.nmake
manual_addr_resolv.c Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
manual_addr_resolv.h
mcast_stream.c
mcast_stream.h
mcast_stream_dlg.c More GUIManager stuff. 2011-05-16 06:28:33 +00:00
mcast_stream_dlg.h
megaco_stat.c
menus.c Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. 2011-05-28 18:17:50 +00:00
menus.h Include the profile name in the Delete item in the profiles popup. 2011-05-20 11:30:51 +00:00
mgcp_stat.c
mtp3_stat.c From Cecco via bug #5605: bug on gtk wireshark telephony->mtp3->msus 2011-04-19 19:52:50 +00:00
mtp3_stat.h
mtp3_summary.c
ncp_stat.c
network_icons.h
new_packet_list.c Added some row space to "Edit Column Details". 2011-05-27 07:38:08 +00:00
new_packet_list.h
packet_history.c
packet_history.h
packet_list_store.c TShark doesn't need column text attached to each frame; move col_text 2011-05-03 01:19:55 +00:00
packet_list_store.h Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
packet_win.c Make TVBs opaque for most users. 2011-05-27 03:06:50 +00:00
packet_win.h Initial support for editing packets inside wireshark. 2011-04-24 21:19:41 +00:00
pixmap_save.c
pixmap_save.h
plugins_dlg.c
plugins_dlg.h
prefs_capture.c We probably shouldn't call pcap-ng "experimental" any more. 2011-05-09 19:29:40 +00:00
prefs_capture.h
prefs_column.c
prefs_column.h
prefs_dlg.c
prefs_dlg.h
prefs_gui.c Remove unneeded variable and code; Rename a function arg; Fix usage of _U_: Fixes Coverity 1146 [UNUSED] 2011-05-19 19:22:49 +00:00
prefs_gui.h
prefs_layout.c
prefs_layout.h
prefs_nameres.c Fix compilation. 2011-05-19 15:38:44 +00:00
prefs_nameres.h
prefs_print.c
prefs_print.h
prefs_protocols.c
prefs_protocols.h
prefs_stream.c More eradication of old-style function definitions. 2011-05-17 22:18:32 +00:00
prefs_stream.h
prefs_taps.c
prefs_taps.h
print_dlg.c
profile_dlg.c Added some row space to "Create New Profile". 2011-05-27 07:39:13 +00:00
profile_dlg.h Removed "Copy" from the profiles popup menu in favour of a "Create from" 2011-05-18 08:10:37 +00:00
progress_dlg.c
proto_dlg.c
proto_dlg.h
proto_help.c Don't assign to an unused variable; remove variable definition: Coverity 1144. 2011-05-19 14:32:14 +00:00
proto_help.h
proto_hier_stats_dlg.c
proto_hier_stats_dlg.h
radius_stat.c
range_utils.c
range_utils.h
recent.c
recent.h
rlc_lte_stat_dlg.c
rpc_progs.c More GUIManager stuff. 2011-05-16 06:28:33 +00:00
rpc_stat.c
rtp_analysis.c Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
rtp_analysis.h
rtp_player.c Mark an unused argument. 2011-05-15 17:54:33 +00:00
rtp_player.h
rtp_stream.c
rtp_stream.h
rtp_stream_dlg.c
rtp_stream_dlg.h
sat.h
scsi_stat.c
sctp_assoc_analyse.c Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED]; 2011-05-04 23:56:29 +00:00
sctp_byte_graph_dlg.c Don't assign to an unused variable; 2011-05-15 21:09:04 +00:00
sctp_chunk_stat.c
sctp_chunk_stat_dlg.c
sctp_error_dlg.c
sctp_graph_dlg.c Mark a function arg as unused. 2011-05-15 21:28:21 +00:00
sctp_stat.c
sctp_stat.h
sctp_stat_dlg.c More eradication of old-style function definitions. 2011-05-17 22:18:32 +00:00
service_response_time_table.c
service_response_time_table.h
simple_dialog.c
sip_stat.c
smb2_stat.c
smb_stat.c
stats_tree_stat.c
STATUS.gtk2
stock_icons.c
stock_icons.h
summary_dlg.c
summary_dlg.h
supported_protos_dlg.c
supported_protos_dlg.h
tap_dfilter_dlg.c
tap_dfilter_dlg.h
tcp_graph.c Fix two warning in case of UIMANAGER: 2011-05-19 05:44:32 +00:00
text_import.c
text_import.h This ain't C++; you have to put "void" in as the argument list of 2011-05-17 21:26:25 +00:00
text_import_scanner.h
text_import_scanner.l
text_page_utils.c
text_page_utils.h
uat_gui.c
uat_gui.h
utf8_entities.h
voip_calls.c Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
voip_calls.h
voip_calls_dlg.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
voip_calls_dlg.h
webbrowser.c
webbrowser.h
wlan_stat_dlg.c More GUIManager stuff. 2011-05-16 06:28:33 +00:00
wsp_stat.c