wireshark/gtk
Guy Harris 167ab3a98c In Wireshark and TShark, run dumpcap to get interface lists and lists of
link-layer header types for interfaces; if special privileges are
necessary to open capture devices, Wireshark and TShark shouldn't have
those privileges, but dumpcap should.

svn path=/trunk/; revision=32104
2010-03-04 01:12:04 +00:00
..
CMakeLists.txt Added rlc_lte_stat_dlg.c. 2010-01-20 12:54:39 +00:00
Makefile.am Add a USB network icon. 2009-11-12 18:10:34 +00:00
Makefile.common Add initial version of LTE RLC stats dialog. 2010-01-20 12:37:26 +00:00
Makefile.nmake make-tapreg-dotc has moved to tools/make-tapreg-dotc 2009-10-04 09:12:14 +00:00
STATUS.gtk2
about_dlg.c Rename splash_register_freq to info_update_freq. Use it to throttle name 2009-12-22 20:29:28 +00:00
about_dlg.h Make splash_destroy() return a gboolean 2009-10-06 13:54:32 +00:00
afp_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-21 20:42:07 +00:00
airpcap_dlg.c Fix a very minor memory leak. 2010-02-17 17:01:46 +00:00
airpcap_dlg.h Get rid of a bunch of "warning: redundant redeclaration of" messages. 2009-08-23 06:57:16 +00:00
airpcap_gui_utils.c Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build. 2009-11-12 23:48:11 +00:00
airpcap_gui_utils.h Fix a key entry bug in the decryption key dialog. Remove some unused / 2009-07-01 15:56:12 +00:00
ansi_a_stat.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
ansi_map_stat.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
bootp_stat.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
camel_counter.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
camel_srt.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-21 20:42:07 +00:00
capture_dlg.c In Wireshark and TShark, run dumpcap to get interface lists and lists of 2010-03-04 01:12:04 +00:00
capture_dlg.h Set correct linktype when starting capture from the welcome page. 2009-12-30 19:21:21 +00:00
capture_file_dlg.c GtkOptionMenu --> GtkComboBox 2010-02-22 18:50:56 +00:00
capture_file_dlg.h
capture_globals.h
capture_if_details_dlg_win32.c fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under MSVC2005(EE) again. 2009-06-28 21:13:51 +00:00
capture_if_details_dlg_win32.h For interfaces that don't support PacketOpenAdapter (such as TurboCap), 2009-06-09 20:08:47 +00:00
capture_if_dlg.c In Wireshark and TShark, run dumpcap to get interface lists and lists of 2010-03-04 01:12:04 +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 Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_update; 2009-12-29 17:41:06 +00:00
cfilter_combo_utils.c Add #include <stdio.h> in a few more places for Solaris. 2009-08-27 03:54:57 +00:00
cfilter_combo_utils.h
color_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
color_dlg.h
color_edit_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
color_edit_dlg.h Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
color_utils.c Constify colour source 2009-09-22 04:10:50 +00:00
color_utils.h Constify colour source 2009-09-22 04:10:50 +00:00
compare_stat.c Rename address_to_str() to ep_address_to_str() because: 2009-09-06 14:25:47 +00:00
conversations_eth.c
conversations_fc.c
conversations_fddi.c
conversations_ip.c From Jakub Zawadzki via bug 3421: 2009-05-20 15:50:40 +00:00
conversations_ipv6.c From Clif Bratcher: 2009-12-10 23:18:08 +00:00
conversations_ipx.c
conversations_jxta.c
conversations_ncp.c
conversations_rsvp.c
conversations_sctp.c
conversations_table.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
conversations_table.h From : Didier Gautheron 2009-10-06 07:44:48 +00:00
conversations_tcpip.c
conversations_tr.c
conversations_udpip.c
conversations_usb.c
conversations_wlan.c
dcerpc_stat.c Add #include <stdio.h> in a few more places .... 2009-08-27 04:47:28 +00:00
decode_as_ber.c Changed hf_ip_proto to use ipproto_val[]. 2009-11-19 15:30:06 +00:00
decode_as_ber.h
decode_as_dcerpc.c Changed hf_ip_proto to use ipproto_val[]. 2009-11-19 15:30:06 +00:00
decode_as_dcerpc.h
decode_as_dlg.c GtkOptionMenu --> GtkComboBox 2010-02-22 18:47:44 +00:00
decode_as_dlg.h
dfilter_expr_dlg.c If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
dfilter_expr_dlg.h
diameter_stat.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
dlg_utils.c From Lars Ruoff: 2009-10-22 19:40:15 +00:00
dlg_utils.h
doxygen.cfg.in
drag_and_drop.c From Valerio Messina: 2009-12-14 22:05:29 +00:00
drag_and_drop.h
expert_comp_dlg.c Make it possible to close and reactivate the window. 2009-08-26 04:37:08 +00:00
expert_comp_dlg.h
expert_comp_table.c Prepare to change GtkItemFactory to GtkUIManager. 2009-10-05 08:32:59 +00:00
expert_comp_table.h From Didier Gautheron: 2009-08-26 17:26:26 +00:00
expert_dlg.c Didier Gautheron: 2009-09-02 05:48:38 +00:00
expert_dlg.h Use list_store isf deprecated clist. 2009-08-24 16:11:00 +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 Have tap listeners specify whether the "packet" routine requires 2009-06-05 22:42:47 +00:00
export_object.h Change my e-mail address 2009-05-31 05:55:15 +00:00
export_object_dicom.c From David Aggeler: 2009-07-10 21:54:29 +00:00
export_object_http.c Change my e-mail address 2009-05-31 05:55:15 +00:00
fc_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-21 20:42:07 +00:00
file_dlg.c Squelch some compiler warnings, clean up indentation, clean up a 2010-03-02 00:06:20 +00:00
file_dlg.h Squelch some compiler warnings, clean up indentation, clean up a 2010-03-02 00:06:20 +00:00
file_dlg_win32.c Disable ignored counts when 0. 2010-01-27 11:55:57 +00:00
file_dlg_win32.h Added "Remove Ignored packets" to the win32 dialogs. 2010-01-27 11:45:16 +00:00
fileset_dlg.c From Valerio Messina: 2009-12-14 22:05:29 +00:00
fileset_dlg.h
filter_autocomplete.c Removed some unused variables and unused assignments. 2009-11-10 12:05:25 +00:00
filter_autocomplete.h
filter_dlg.c Add a comment about dfilter_compile freezing the UI, and how we might work 2009-11-24 19:24:09 +00:00
filter_dlg.h Fix a typo. 2008-11-27 09:33:17 +00:00
filter_utils.c From Jakub Zawadzki (bug 3331): 2009-03-13 22:06:48 +00:00
filter_utils.h
find_dlg.c Get rid of a few more simple dialogs. 2009-11-04 00:47:47 +00:00
find_dlg.h
firewall_dlg.c GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etc 2010-02-22 18:43:36 +00:00
firewall_dlg.h
flow_graph.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-21 20:42:07 +00:00
follow_ssl.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
follow_ssl.h
follow_stream.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
follow_stream.h Prototype follow_add_to_gtk_text(). 2009-10-05 07:25:33 +00:00
follow_tcp.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
follow_tcp.h
follow_udp.c Fix various gcc -Wshadow warnings. 2010-01-29 16:13:26 +00:00
follow_udp.h
font_utils.c Removed some unused variables and unused assignments. 2009-11-10 12:05:25 +00:00
font_utils.h
funnel_stat.c From Valerio Messina: 2009-12-14 22:05:29 +00:00
goto_dlg.c From Kovarththanan Rajaratnam: 2009-07-25 09:45:35 +00:00
goto_dlg.h From Kovarththanan Rajaratnam: 2009-07-25 09:45:35 +00:00
graph_analysis.c Remove debug code. 2009-11-16 06:53:05 +00:00
graph_analysis.h From Alejandro Vaquero: 2009-11-15 20:13:08 +00:00
gsm_a_stat.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
gsm_map_stat.c Removed some unused variables and unused assignments. 2009-11-10 12:05:25 +00:00
gsm_map_stat.h Get rid of a Clist and move the functon to display floats with two decimals to gui_utils. 2009-03-06 17:16:56 +00:00
gsm_map_summary.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
gtkglobals.h Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
gtkvumeter.c Remove unused code. 2009-10-12 15:11:37 +00:00
gtkvumeter.h Add $Id$ 2009-03-09 15:46:43 +00:00
gtp_stat.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
gui_stat_menu.h
gui_stat_util.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
gui_stat_util.h From : Didier Gautheron 2009-10-07 10:00:26 +00:00
gui_utils.c Update (slightly) the description of ws_combo_box_clear_text_and_pointer(). 2010-02-24 01:21:09 +00:00
gui_utils.h Update (slightly) the description of ws_combo_box_clear_text_and_pointer(). 2010-02-24 01:21:09 +00:00
h225_counter.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
h225_ras_srt.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
help_dlg.c topic_menu_cb() used as callback returning gboolean. Thus make it so. 2010-03-02 21:21:38 +00:00
help_dlg.h topic_menu_cb() used as callback returning gboolean. Thus make it so. 2010-03-02 21:21:38 +00:00
hostlist_eth.c
hostlist_fc.c
hostlist_fddi.c
hostlist_ip.c From Jakub Zawadzki via bug 3421: 2009-05-20 15:50:40 +00:00
hostlist_ipv6.c From Clif Bratcher: 2009-12-10 23:18:08 +00:00
hostlist_ipx.c
hostlist_jxta.c
hostlist_ncp.c
hostlist_rsvp.c
hostlist_sctp.c Fix a few (not all) of the current checkapi errors in gtk/ 2008-10-29 07:31:45 +00:00
hostlist_table.c From Didier Gautheron: 2010-02-28 20:56:21 +00:00
hostlist_table.h From Didier Gautheron: 2009-10-09 09:01:04 +00:00
hostlist_tcpip.c
hostlist_tr.c
hostlist_udpip.c
hostlist_usb.c
hostlist_wlan.c
iax2_analysis.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
iax2_analysis.h Add time stamp to the list. 2009-06-06 17:08:01 +00:00
io_stat.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
keys.h Cleanup object keys. 2009-11-26 16:12:03 +00:00
ldap_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-21 20:42:07 +00:00
libui.vcproj Update *.vcproj to visual studio 8 2009-09-24 05:11:47 +00:00
mac_lte_stat_dlg.c - include given filter in generated filter expressions. 2010-02-21 18:48:26 +00:00
macros_dlg.c
macros_dlg.h
main.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
main.h Add a custom column from the packet details popup menu. 2009-11-19 18:22:26 +00:00
main_airpcap_toolbar.c Get rid of deprecated GTK functions. 2009-10-27 20:12:37 +00:00
main_airpcap_toolbar.h Trivial warning fixes 2008-12-02 08:11:23 +00:00
main_filter_toolbar.c Use consistent indentation. 2010-02-26 15:08:12 +00:00
main_filter_toolbar.h Trivial warning fixes 2008-12-02 08:11:23 +00:00
main_packet_list.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
main_packet_list.h Add "Ignore all packets", just like "Mark all packets" 2009-12-21 23:07:14 +00:00
main_proto_draw.c Fix a typo.... 2010-02-04 15:03:30 +00:00
main_proto_draw.h Introduce packet bytes bit view. 2009-11-05 10:16:49 +00:00
main_statusbar.c Another Laura bug: Don't reset the file load time in the status bar when 2010-02-17 23:03:41 +00:00
main_statusbar.h Add the ability to push temporary (and highlighted) messages onto the 2009-11-04 00:02:52 +00:00
main_statusbar_private.h
main_toolbar.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
main_toolbar.h
main_welcome.c Fix for bug 2478: 2010-02-25 17:41:57 +00:00
main_welcome.h Warningfix: 2009-05-08 15:16:07 +00:00
mcast_stream.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
mcast_stream.h
mcast_stream_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
mcast_stream_dlg.h
megaco_stat.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
menus.c Fix for bug 4522: 2010-02-24 19:05:55 +00:00
menus.h Indicate default column alignment in the popup menu. 2009-12-02 13:53:33 +00:00
mgcp_stat.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
mtp3_stat.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
mtp3_stat.h Get rid of Clists, move a comment, move display as hex to gui_utils. 2009-03-16 18:01:25 +00:00
mtp3_summary.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
ncp_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-22 15:22:37 +00:00
network_icons.h Add a USB network icon. 2009-11-12 18:10:34 +00:00
new_packet_list.c Try to get the status bar to update the "Displayed:" field when if and when a display filter is applied. 2010-02-01 12:55:45 +00:00
new_packet_list.h Add "Ignore all packets", just like "Mark all packets" 2009-12-21 23:07:14 +00:00
packet_history.c "main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but 2009-06-21 19:16:37 +00:00
packet_history.h
packet_list_store.c Read the packet into private areas (private pseudo-header and packet 2010-02-09 09:15:08 +00:00
packet_list_store.h Corrected include guard in packet_list_store.h 2009-11-26 08:52:44 +00:00
packet_win.c Introduce packet bytes bit view. 2009-11-05 10:16:49 +00:00
packet_win.h Introduce packet bytes bit view. 2009-11-05 10:16:49 +00:00
pixmap_save.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
pixmap_save.h Change my e-mail address 2009-05-31 05:55:15 +00:00
plugins_dlg.c Load lua scripts in the plugins directory, both global and personal. 2009-10-23 17:52:18 +00:00
plugins_dlg.h
prefs_capture.c In Wireshark and TShark, run dumpcap to get interface lists and lists of 2010-03-04 01:12:04 +00:00
prefs_capture.h
prefs_column.c Cleanup the escape/unescape underscore in Packet List column headers. 2010-01-26 23:05:40 +00:00
prefs_column.h Added functions to rename and remove columns. 2009-11-26 09:02:29 +00:00
prefs_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
prefs_dlg.h Fixed opening correct preferences page. 2009-12-02 09:39:13 +00:00
prefs_gui.c Introduce packet bytes bit view. 2009-11-05 10:16:49 +00:00
prefs_gui.h
prefs_layout.c Introduce packet bytes bit view. 2009-11-05 10:16:49 +00:00
prefs_layout.h
prefs_nameres.c Disable OID resolution and loading SMI modules by default. 2010-03-03 17:19:30 +00:00
prefs_nameres.h
prefs_print.c From Jakub Zawadzki (bug 3331): 2009-03-13 22:06:48 +00:00
prefs_print.h
prefs_protocols.c
prefs_protocols.h
prefs_stream.c Introduce "Ignore Packet" in the packet list. 2009-12-17 01:18:14 +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 Updates to create_tempfile: 2009-07-01 23:36:51 +00:00
print_win32.c Fix the last of the Win64 problems in the gtk directory. 2009-04-16 03:18:10 +00:00
print_win32.h
profile_dlg.c Added Copy Profile functionality. 2009-12-21 12:32:31 +00:00
profile_dlg.h Fix non-ascii character in file... 2009-03-09 15:42:37 +00:00
progress_dlg.c Turn on -Wshorten-64-to-32 by default, and fix some issues that turned 2009-04-21 16:57:52 +00:00
proto_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
proto_dlg.h
proto_hier_stats_dlg.c Implementation of % bytes column. 2010-03-03 23:04:06 +00:00
proto_hier_stats_dlg.h
radius_stat.c From : Didier Gautheron 2009-10-07 10:00:26 +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 Cleanup some column alignment code. 2009-12-09 16:16:04 +00:00
recent.h Moved column xalign values. 2009-12-09 15:48:38 +00:00
rlc_lte_stat_dlg.c Use RLC inside MAC frames by default. 2010-03-01 22:53:28 +00:00
rpc_progs.c Fix a possible dereference of null pointer. 2009-09-27 21:28:52 +00:00
rpc_stat.c GtkOptionMenu --> GtkComboBox 2010-02-24 01:22:07 +00:00
rtp_analysis.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
rtp_analysis.h Add time stamp to the list. 2009-06-06 17:08:01 +00:00
rtp_player.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
rtp_player.h
rtp_stream.c (FWIW) One step towards including stdio.h & stdlib.h only when req'd. 2009-08-26 19:27:49 +00:00
rtp_stream.h Fix some indentation 2009-08-26 13:58:17 +00:00
rtp_stream_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 23:17:32 +00:00
rtp_stream_dlg.h
sat.h
scsi_stat.c Added revision 30561 with changes to make it work. 2009-10-16 07:54:20 +00:00
sctp_assoc_analyse.c Remove alloc of unused variables in sctp_analyse_cb(). 2009-09-29 13:04:47 +00:00
sctp_byte_graph_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
sctp_chunk_stat.c From : Didier Gautheron 2009-10-07 10:00:26 +00:00
sctp_chunk_stat_dlg.c Have tap listeners specify whether the "packet" routine requires 2009-06-05 22:42:47 +00:00
sctp_error_dlg.c Removed unused sortable. 2009-10-06 13:20:40 +00:00
sctp_graph_dlg.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
sctp_stat.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
sctp_stat.h * Fix name of Irene in AUTHORS. 2009-06-05 13:33:18 +00:00
sctp_stat_dlg.c Yet another fix in dlg_destroy(). 2009-11-10 09:30:42 +00:00
service_response_time_table.c From Didier Gautheron: 2009-10-05 17:19:39 +00:00
service_response_time_table.h From : Didier Gautheron 2009-10-01 09:04:23 +00:00
simple_dialog.c Add the ability to push temporary (and highlighted) messages onto the 2009-11-04 00:02:52 +00:00
sip_stat.c Add missing SIP response codes from iana sip-parameters 2010-02-20 17:19:16 +00:00
smb2_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-22 15:22:37 +00:00
smb_stat.c Change window_new() to dlg_window_new() and destroy the window with the top level window. 2009-06-22 15:22:37 +00:00
stats_tree_stat.c Have tap listeners specify whether the "packet" routine requires 2009-06-05 22:42:47 +00:00
stock_icons.c From Alejandro Vaquero: 2009-11-15 20:13:08 +00:00
stock_icons.h From Alejandro Vaquero: 2009-11-15 20:13:08 +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
t38_analysis.c From Kovarththanan Rajaratnam: 2009-07-08 18:36:31 +00:00
tap_dfilter_dlg.c Add filter autocomplete for more places we use filter entries. 2008-10-19 13:40:52 +00:00
tap_dfilter_dlg.h
tcp_graph.c Fix some gcc -Wshadow warnings. 2010-02-01 16:22:17 +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
u3.c Fix various gcc -Wshadow warnings. 2010-01-29 19:09:01 +00:00
u3.h
uat_gui.c gtk_option_menu() --> gtk_combo_box(); 2010-02-17 22:26:30 +00:00
uat_gui.h
voip_calls.c Cast the result of the subtraction. 2010-03-03 21:44:41 +00:00
voip_calls.h Allow for other time presentations. 2010-03-03 20:35:50 +00:00
voip_calls_dlg.c Remove one too many columns, causing havoc on display and sorting. 2010-03-03 21:01:41 +00:00
voip_calls_dlg.h
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 Fix some gcc -Wshadow warnings. 2010-02-01 16:22:17 +00:00
wsp_stat.c Fix some gcc -Wshadow warnings. 2010-02-01 16:22:17 +00:00