wireshark/gtk
Michael Tüxen 421dafd2de Get rid of old non-interface specific settings which are now interface
specifc. This finalizes the change of the infrastructure.
This patch is based on work by Irene Ruengeler.

svn path=/trunk/; revision=37794
2011-06-27 00:09:03 +00:00
..
CMakeLists.txt Oops, forgot to revert a variable after a test build 2011-06-22 07:04:34 +00:00
Makefile.am Include text_import_scanner.l in the distribution. 2011-05-27 10:49:34 +00:00
Makefile.common Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
STATUS.gtk3 Add some statistics 2011-06-20 07:13:17 +00:00
about_dlg.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
about_dlg.h Fix a number of doxygen directives. 2010-08-26 15:02:27 +00:00
afp_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
airpcap_dlg.c REmove the check for HAVE_AIRPDCAP 2011-05-31 21:34:23 +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 REmove the check for HAVE_AIRPDCAP 2011-05-31 21:34:23 +00:00
airpcap_gui_utils.h REmove the check for HAVE_AIRPDCAP 2011-05-31 21:34:23 +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 Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
camel_counter.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
camel_srt.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
capture_dlg.c Get rid of old non-interface specific settings which are now interface 2011-06-27 00:09:03 +00:00
capture_dlg.h Support monitor mode in the capture preferences. 2010-05-15 19:38:13 +00:00
capture_file_dlg.c Handle deprecated GtkTooltips. 2011-06-13 15:13:39 +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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
capture_if_dlg.c Get rid of old non-interface specific settings which are now interface 2011-06-27 00:09:03 +00:00
capture_if_dlg.h In Wireshark and TShark, run dumpcap to get interface lists and lists of 2010-03-04 01:12:04 +00:00
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 can be NULL. Handle this correctly. 2011-06-12 10:35:55 +00:00
cfilter_combo_utils.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
color_dlg.c Changed adding a new coloring rule to put the new rule at the top of the list. 2011-06-26 18:25:03 +00:00
color_dlg.h Minor cleanup of the global name space: 2010-10-12 16:42:02 +00:00
color_edit_dlg.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
color_edit_dlg.h Minor cleanup of the global name space: 2010-10-12 16:42:02 +00:00
color_utils.c Doxygen changes. 2010-08-29 15:14:38 +00:00
color_utils.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Whitespace cleanup ... 2011-06-23 18:06:13 +00:00
conversations_table.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
decode_as_ber.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
decode_as_ber.h
decode_as_dcerpc.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
decode_as_dcerpc.h
decode_as_dlg.c GTK3 fixes: 2011-06-20 00:48:05 +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 Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
dissector_tables_dlg.c Use a custom sort function for each column of the dissector tables display: 2010-07-29 00:29:06 +00:00
dissector_tables_dlg.h Add "WS internal" to the menues this can be used to display internal information like the curren "entry" dissector tables. Emem statistics 2010-07-08 11:05:16 +00:00
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 Some work on generalizing the "display filter" tap parameter dialog box 2011-06-05 22:39:23 +00:00
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 Fix module names. 2010-08-13 21:03:29 +00:00
expert_comp_dlg.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
expert_comp_dlg.h Use correct signature for "button-press-event" callback function; 2010-08-19 00:09:56 +00:00
expert_comp_table.c Add the correct casts to make it compile on some old ERHL box. 2011-06-17 13:19:44 +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_indicators.h Move the contents of image/expert_*.h to gtk/expert_indicators.h. Add 2009-11-10 18:02:05 +00:00
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 GTK3 fixes: 2011-06-20 00:48:05 +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 Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
file_dlg.c Change includes for getenv_utf8() 2010-12-07 21:20:39 +00:00
file_dlg.h Squelch some compiler warnings, clean up indentation, clean up a 2010-03-02 00:06:20 +00:00
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 Add text import capability, like text2pcap, directly into the GUI. 2010-11-12 22:20:12 +00:00
fileset_dlg.c Define some fcns & vars as static; 2010-10-12 17:39:44 +00:00
fileset_dlg.h
filter_autocomplete.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
filter_autocomplete.h Fix a number of doxygen directives. 2010-08-26 15:02:27 +00:00
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 Fix a number of doxygen directives. 2010-08-26 15:02:27 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Instead of using a Boolean for the search direction, use an enum, so 2010-08-13 07:39:46 +00:00
firewall_dlg.c Define some fcns & vars as static; 2010-10-12 17:39:44 +00:00
firewall_dlg.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
flow_graph.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
follow_ssl.c Fix build. 2010-10-10 19:42:30 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
follow_tcp.c Recode a loop slightly .... 2011-03-23 18:10:34 +00:00
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 Removal of the old packet-list in favor of the new packet list. 2011-03-08 01:52:25 +00:00
font_utils.h Fix various typos and spelling errors. 2010-12-06 01:34:58 +00:00
funnel_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
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 From Kovarththanan Rajaratnam: 2009-07-25 09:45:35 +00:00
graph_analysis.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
graph_analysis.h Increase maximum number of nodes to 40. 2010-09-03 09:12:40 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Use GType instead of deprecated GtkType 2010-08-21 13:21:35 +00:00
gtp_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
gui_stat_menu.h Add missing part of menu.c checkin for UI manager code. 2011-06-19 09:26:13 +00:00
gui_stat_util.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
gui_stat_util.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
gui_utils.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
gui_utils.h Fix a number of doxygen directives. 2010-08-26 15:02:27 +00:00
h225_counter.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
h225_ras_srt.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
help_dlg.c Create proper Help reference. 2010-11-25 07:01:39 +00:00
help_dlg.h Create proper Help reference. 2010-11-25 07:01:39 +00:00
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 the correct casts to make it compile on some old ERHL box. 2011-06-17 13:19:44 +00:00
hostlist_table.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Add some more error checking. 2011-06-10 17:16:09 +00:00
iax2_analysis.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
io_stat.c Fix some of the GTK deprecated functions. 2011-06-23 13:36:25 +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 Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
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 The passed-in filter string can no longer be NULL, so use strlen instead of testing pointer. 2011-06-08 17:08:27 +00:00
macros_dlg.c Ensure we always update the display filter when changing profile. 2010-08-31 07:53:51 +00:00
macros_dlg.h Ensure we always update the display filter when changing profile. 2010-08-31 07:53:51 +00:00
main.c Get rid of old non-interface specific settings which are now interface 2011-06-27 00:09:03 +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 From Roland Knall via bug 5996: 2011-06-06 08:33:33 +00:00
main_airpcap_toolbar.h Trivial warning fixes 2008-12-02 08:11:23 +00:00
main_filter_toolbar.c It's no longer neccesarry to set the E_DFILTER_TE_KEY on the popup_menu objects. 2010-10-12 07:41:18 +00:00
main_filter_toolbar.h - Fix more callbacks. 2010-10-10 19:33:42 +00:00
main_proto_draw.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
main_proto_draw.h Add new function packet_hex_editor_print. 2011-04-26 08:51:25 +00:00
main_statusbar.c Get rid of old non-interface specific settings which are now interface 2011-06-27 00:09:03 +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 Doxygen changes. 2010-08-29 15:14:38 +00:00
main_welcome.c Get rid of old non-interface specific settings which are now interface 2011-06-27 00:09:03 +00:00
main_welcome.h After applying GUI preferences, reset the welcome screen's header message 2010-12-03 22:19:58 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
mcast_stream.c Minor cleanup of the global namespace: 2010-10-12 16:05:19 +00:00
mcast_stream.h Minor cleanup of the global namespace: 2010-10-12 16:05:19 +00:00
mcast_stream_dlg.c More GUIManager stuff. 2011-05-16 06:28:33 +00:00
mcast_stream_dlg.h Minor cleanup of the global namespace: 2010-10-12 16:05:19 +00:00
megaco_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
menus.c Add the correct casts to make it compile on some old ERHL box. 2011-06-21 15:04:14 +00:00
menus.h Include the profile name in the Edit item in the profiles popup. 2011-05-30 12:49:04 +00:00
mgcp_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
mtp3_summary.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
ncp_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
network_icons.h Add a USB network icon. 2009-11-12 18:10:34 +00:00
new_packet_list.c Added some row space to "Edit Column Details". 2011-05-27 07:38:08 +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 Define some fcns & vars as static; 2010-10-12 17:39:44 +00:00
packet_history.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 GTK3 fixes: 2011-06-20 00:48:05 +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 Change my e-mail address 2009-05-31 05:55:15 +00:00
plugins_dlg.c Show the plugin paths in Help→About→Plugins. Add a "-G plugins" option 2011-06-01 21:48:17 +00:00
plugins_dlg.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
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 Added "Edit Column Details" functions to the packet list heading popup. 2010-10-09 15:22:53 +00:00
prefs_dlg.c Add a hack to prevent a gcc warning "ignoring return value of 'strtoul'..." 2011-06-10 02:10:44 +00:00
prefs_dlg.h Doxygen changes. 2010-08-29 15:14:38 +00:00
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 Doxygen changes. 2010-08-29 15:14:38 +00:00
prefs_layout.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
prefs_layout.h Doxygen changes. 2010-08-29 15:14:38 +00:00
prefs_nameres.c Fix compilation. 2011-05-19 15:38:44 +00:00
prefs_nameres.h
prefs_print.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
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 Make Wireshark compile on Windows. 2009-10-05 08:31:31 +00:00
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 GTK3 fixes: 2011-06-20 00:48:05 +00:00
profile_dlg.h Changed "Rename" to "Edit" in profiles popup menu. 2011-05-30 12:42:46 +00:00
progress_dlg.c (Trivial/Cosmetic) Fix signatures of some signal callback functions; 2010-08-23 15:58:48 +00:00
proto_dlg.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
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 Fix a number of doxygen directives. 2010-08-26 15:02:27 +00:00
proto_hier_stats_dlg.c Add the correct casts to make it compile on some old ERHL box. 2011-06-17 13:19:44 +00:00
proto_hier_stats_dlg.h
radius_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
range_utils.c Introduce "Remove Ignored packets" in Packet Range frames, which is used in 2010-01-26 13:08:22 +00:00
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 From Cal Turney via bug 4849: 2010-06-25 18:55:09 +00:00
rlc_lte_stat_dlg.c The passed-in filter string can no longer be NULL, so use strlen instead of testing pointer. 2011-06-08 17:08:27 +00:00
rpc_progs.c More GUIManager stuff. 2011-05-16 06:28:33 +00:00
rpc_stat.c Add missing part of menu.c checkin for UI manager code. 2011-06-19 09:26:13 +00:00
rtp_analysis.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:59:19 +00:00
rtp_analysis.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
rtp_player.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
rtp_player.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
rtp_stream.c Remove some unnecessary includes: a lot of things don't need globals.h and register.h 2010-08-30 16:10:01 +00:00
rtp_stream.h Fix various typos and spelling errors. 2010-12-06 01:34:58 +00:00
rtp_stream_dlg.c Fix memleaks and sigsegv when coping to clipboard RTP Streams. 2011-06-05 19:35:36 +00:00
rtp_stream_dlg.h - Try to fix a couple of doxygen comments. 2010-08-26 07:12:03 +00:00
sat.h
scsi_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
sctp_assoc_analyse.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
sctp_byte_graph_dlg.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
sctp_chunk_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
sctp_chunk_stat_dlg.c Define some vars & fcns as static; 2010-10-12 19:26:07 +00:00
sctp_error_dlg.c (Trivial/Cosmetic) Fix signatures of some signal callback functions; 2010-08-23 15:58:48 +00:00
sctp_graph_dlg.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
sctp_stat.c Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; 2011-06-07 22:50:49 +00:00
sctp_stat.h From Robin Seggelmann: Improve SCTP chunk statistics. 2010-06-23 07:47:15 +00:00
sctp_stat_dlg.c More eradication of old-style function definitions. 2011-05-17 22:18:32 +00:00
service_response_time_table.c Add the correct casts to make it compile on some old ERHL box. 2011-06-17 13:19:44 +00:00
service_response_time_table.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
simple_dialog.c Move main_statusbar.h to the top-level directory; none of its routines 2010-11-27 21:50:49 +00:00
sip_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
smb2_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
smb_stat.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
stats_tree_stat.c Code from Jakub: 2011-06-23 13:55:20 +00:00
stock_icons.c Change the Wireshark stock icon description from "Auto Scroll in Live Capture" 2010-12-03 17:31:58 +00:00
stock_icons.h Add a wireshark file stock icon. 2010-10-13 11:15:11 +00:00
summary_dlg.c Added "Ignore Packet" menu items to the main menu. 2009-12-17 12:05:13 +00:00
summary_dlg.h
supported_protos_dlg.c Removed some unused variables and unused assignments. 2009-11-10 12:05:25 +00:00
supported_protos_dlg.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
tap_param_dlg.c Add support for PARAM_ENUM tap parameters, and use the tap_param_dlg 2011-06-06 01:04:56 +00:00
tap_param_dlg.h Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00
tcp_graph.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
text_import.c Accomodate older flex versions. 2010-11-16 06:46:12 +00:00
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 Accomodate older flex versions. 2010-11-16 06:46:12 +00:00
text_import_scanner.l Fix some gcc 'old-style function definition' warnings. 2011-05-31 15:49:59 +00:00
text_page_utils.c Fix the last of the Win64 problems in the gtk directory. 2009-04-16 03:18:10 +00:00
text_page_utils.h
uat_gui.c GTK3 fixes: 2011-06-20 00:48:05 +00:00
uat_gui.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
utf8_entities.h Don't drop characters in the middle of a UTF-8 sequence. Fixes bug 5066. 2010-08-16 17:53:43 +00:00
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 Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
voip_calls_dlg.c More GUIManager stuff. 2011-05-10 05:31:45 +00:00
voip_calls_dlg.h Cleanup header file define guards. 2010-06-15 21:18:31 +00:00
webbrowser.c make filename2uri() "public" 2009-02-10 21:23:32 +00:00
webbrowser.h make filename2uri() "public" 2009-02-10 21:23:32 +00:00
wlan_stat_dlg.c Add the correct casts to make it compile on some old ERHL box. 2011-06-17 13:19:44 +00:00
wsp_stat.c Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more 2011-06-05 23:04:11 +00:00