wireshark/gtk
Martin Mathieson 780efd342c Allow longer field names in the advanced filter control.
svn path=/trunk/; revision=37390
2011-05-25 09:08:27 +00:00
..
CMakeLists.txt Fix warnings about unused variables in UI_MANAGER code. 2011-05-19 05:46:07 +00:00
Makefile.am - Synchronize gtk/Makefile.am checkapi with gtk/Makefile.nmake 2011-04-26 10:10:22 +00:00
Makefile.common From Gisle Vanem: text_import_scanner_lex.h is no longer used. 2011-04-07 20:04:01 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
STATUS.gtk2
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 Remove a bunch of prototypes in airpcap_dlg.h for functions which are 2011-02-10 17:09:36 +00:00
airpcap_gui_utils.c Add the rest of the changes from the patch in bug 5924. Squelches some 2011-02-10 20:27:35 +00:00
airpcap_gui_utils.h Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore. 2011-02-07 20:24:42 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
capture_file_dlg.h
capture_globals.h
capture_if_details_dlg_win32.c Fix some Visual C++ static analyzer complaints. 2011-02-17 01:11:05 +00:00
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
color_dlg.c Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
color_dlg.h
color_edit_dlg.c More cleanup toward being able to compile with GTK+ 3.0. Mostly replacing 2011-02-16 18:27:00 +00:00
color_edit_dlg.h
color_utils.c
color_utils.h
compare_stat.c Allow <variance> to be successfully sscanf'd no matter the locale for the 2011-03-08 14:57:38 +00:00
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 More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0 2011-02-07 18:38:33 +00:00
decode_as_dlg.h
dfilter_expr_dlg.c Remove const type qualifier from cast. Resolves CID's 582-585. 2011-04-01 16:30:59 +00:00
dfilter_expr_dlg.h
diameter_stat.c
dissector_tables_dlg.c
dissector_tables_dlg.h
dlg_utils.c And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... 2011-02-07 18:41:38 +00:00
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 And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... 2011-02-07 18:41:38 +00:00
expert_comp_table.h Copy expert_tapdata_t here so that expert_dlg.h is no longer needed. 2011-03-22 16:05:12 +00:00
expert_dlg.c #if out another unused routine. 2011-03-21 14:52:54 +00:00
expert_dlg.h Make expert_tapdata_t opaque to its clients; define the structure only 2011-03-22 07:24:14 +00:00
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
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 Fix parameters to gtk_widget_get_allocation() call. 2011-02-07 22:11:14 +00:00
filter_autocomplete.h
filter_dlg.c And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... 2011-02-07 18:41:38 +00:00
filter_dlg.h
filter_utils.c And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... 2011-02-07 18:41:38 +00:00
filter_utils.h
find_dlg.c Re-arrange code slightly to remove a false positive Coverity Prevent "Forward Null" defect report. 2011-03-21 18:54:10 +00:00
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 And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation... 2011-02-07 18:41:38 +00:00
follow_stream.h
follow_tcp.c Recode a loop slightly .... 2011-03-23 18:10:34 +00:00
follow_tcp.h
follow_udp.c
follow_udp.h
font_utils.c Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
font_utils.h
funnel_stat.c
goto_dlg.c Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
goto_dlg.h
graph_analysis.c Fix compilation problem for GTK+ < 2.18 2011-02-08 04:12:09 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
gtkvumeter.c Fix some dead code and zero division issues found by Clang scan-build. 2011-02-18 22:43:48 +00:00
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 Initialize geom in window_get_geometry. 2011-03-22 18:28:08 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
ldap_stat.c
libui.vcproj Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
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
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 Added sanity checks for preferences. 2011-03-26 15:53:55 +00:00
menus.c Include the profile name in the Delete item in the profiles popup. 2011-05-20 11:30:51 +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 Make some routines static that aren't used outside the source file in 2011-05-17 23:33:23 +00:00
new_packet_list.h Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
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 Packet editor: support for saving changed frames. 2011-05-12 19:47:49 +00:00
packet_win.h Initial support for editing packets inside wireshark. 2011-04-24 21:19:41 +00:00
pixmap_save.c More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0 2011-02-07 18:38:33 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
prefs_column.h
prefs_dlg.c Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
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 More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0... 2011-02-08 01:01:50 +00:00
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 Don't compile unused non-Windows code when on Windows. 2011-01-30 22:23:45 +00:00
profile_dlg.c gtk_menu_item_set_label() is from gtk 2.16. 2011-05-20 11:58:00 +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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
recent.h
rlc_lte_stat_dlg.c Disable error substring controls when show errors checkbox is disabled. 2011-02-03 17:41:45 +00:00
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 Fix for bug 5513: 2010-12-22 20:24:51 +00:00
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
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 Allocate correct size of int, not size of a pointer to int. 2011-03-22 18:53:37 +00:00
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