wireshark/ui/gtk
Gerald Combs a5cb72fe9e Add a Qt I/O Graph dialog.
For each graph you can set:
- Its visibility
- A name
- A display filter
- Color, from a fixed list
- Plot style: Line, Impulse, Bar, Stacked Bar, Dot, Square, Diamond
- Basic Y Axes (packets/s, bytes/s, bits/s)
- Computed Y Axes (SUM, MIN, AVG, MAX)
- Smoothing

You can pan and zoom using the mouse and keyboard. Clicking on a graph
selects the last packet for that interval. If all graphs have the same Y
axis a single label is shown, otherwise a legend is shown.

The time scale (X axis) can be toggled between relative seconds and the
time of day.

Graphs can be saved as PDF, PNG, BMP, and JPEG. Settings are "sticky"
via the io_graphs UAT.

To do:
- Minimize graph drawing delays.
- Figure out why smoothing differs from GTK+
- Everything else at the top of io_graph_dialog.cpp
- Fix empty resets.

A fair amount of code was copied from TCPStreamDialog. We might want to
subclass QCustomPlot and place the shared code there.

Move common syntax checking to SyntaxLineEdit.

Move some common code from ui/gtk/io_stat.c to ui/io_graph_item.[ch] and
use it in both GTK+ and Qt.

Make the io_graph_item_t array allocation in io_stat.c static. The
behavior should be identical and this gives us additional compile-time
checks.

Change-Id: I9a3d544469b7048f0761fdbf7bcf20f44ae76577
Reviewed-on: https://code.wireshark.org/review/435
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Tested-by: Gerald Combs <gerald@wireshark.org>
2014-04-07 20:56:42 +00:00
..
ui Continue to remove $Id$ from top of file 2014-03-31 16:00:04 +00:00
CMakeLists.txt Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.am Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile_custom.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
STATUS.gtk3 Continue to remove $Id$ from top of file 2014-03-31 16:00:04 +00:00
about_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
about_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
addr_resolution_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
addr_resolution_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
afp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
airpcap_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_gui_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_gui_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ansi_a_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ansi_map_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
bootp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
bytes_view.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
bytes_view.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
camel_counter.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
camel_srt.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_comment_icons.h Update the comment icons and tooltips. 2012-03-08 19:07:02 +00:00
capture_dlg.c fix a crash in the GTK "Interface Management" dialogue 2014-03-21 21:24:28 +00:00
capture_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_file_dlg.c Fix Bug 9903: 'Clicking reload-file ignores selected file format reader' 2014-03-21 17:51:45 +00:00
capture_file_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_if_details_dlg_win32.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_if_details_dlg_win32.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_if_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
capture_if_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_info_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
cfilter_combo_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
color_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_edit_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
color_edit_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
compare_stat.c Fix -Wabsolute-value in GTK Compare stat (Found by Clang 3.5) 2014-03-15 11:41:35 +00:00
conversation_hastables_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversation_hastables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_eth.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_fc.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_fddi.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_ip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_ipv6.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_ipx.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_jxta.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_ncp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_rsvp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_sctp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_table.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_tcpip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_tr.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_udpip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_usb.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_wlan.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dcerpc_stat.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
decode_as_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
decode_as_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfilter_expr_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfilter_expr_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
diameter_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dissector_tables_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dissector_tables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dlg_utils.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
dlg_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
doxygen.cfg.in Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
drag_and_drop.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
drag_and_drop.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
edit_packet_comment_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
edit_packet_comment_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_table.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_indicators.h Add green bullet to indicate success. 2012-08-09 13:23:47 +00:00
export_object_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_object_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_pdu_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
export_pdu_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_sslkeys.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_sslkeys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fc_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_import_dlg.c Remove garbage character inadvertantly introduced in the previous commit. 2014-04-03 16:36:28 +00:00
file_import_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fileset_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fileset_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_autocomplete.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_autocomplete.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
filter_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_expression_save_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_expression_save_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
find_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
find_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
firewall_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
firewall_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
flow_graph.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
follow_ssl.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_ssl.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_stream.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
follow_stream.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_tcp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_tcp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_udp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_udp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
funnel_stat.c Fix Bug 9903: 'Clicking reload-file ignores selected file format reader' 2014-03-21 17:51:45 +00:00
goto_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
goto_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
graph_analysis.c Deleted one line to much in previous chgange. 2014-03-28 05:48:20 +00:00
graph_analysis.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gsm_a_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gsm_map_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gsm_map_stat.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gsm_map_summary.c Fix crash when calling "MAP Summary" dialog when no file is open 2014-03-28 12:48:50 +00:00
gtk_iface_monitor.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gtk_iface_monitor.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gtkglobals.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gtp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_stat_menu.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_stat_util.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_stat_util.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
h225_counter.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
h225_ras_srt.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
help_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
help_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_eth.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_fc.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_fddi.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_ip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_ipv6.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_ipx.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_jxta.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_ncp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_rsvp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_sctp.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_table.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_tcpip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_tr.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_udpip.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_usb.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_wlan.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
iax2_analysis.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
iax2_analysis.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
io_stat.c Add a Qt I/O Graph dialog. 2014-04-07 20:56:42 +00:00
keys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layouts.h Add an interface list icon. Some of the new capture icons were 1 pixel 2013-03-27 18:09:00 +00:00
ldap_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mac_lte_stat_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
macros_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
macros_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main.c Add command-line arg for input file format for tshark/wireshark 2014-03-05 18:38:05 +00:00
main.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_80211_toolbar.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_80211_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_airpcap_toolbar.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_airpcap_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_filter_toolbar.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
main_filter_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_menubar.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
main_menubar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_statusbar.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
main_statusbar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_titlebar.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_titlebar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_toolbar.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
main_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_toolbar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_welcome.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
main_welcome.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
manual_addr_resolv.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
manual_addr_resolv.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mcast_stream.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
mcast_stream.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mcast_stream_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
mcast_stream_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
megaco_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
memory_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
menus.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mgcp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mtp3_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mtp3_stat.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mtp3_summary.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ncp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
network_icons.h Add an interface list icon. Some of the new capture icons were 1 pixel 2013-03-27 18:09:00 +00:00
old-gtk-compat.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_history.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_history.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list_store.c Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS' 2014-03-27 21:39:57 +00:00
packet_list_store.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_panes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_panes.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_win.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
packet_win.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
pipe_icon.h Add icons for pipe interfaces. This allows for easier 2012-01-19 13:02:32 +00:00
pixmap_save.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
pixmap_save.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
plugins_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
plugins_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_capture.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
prefs_capture.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_column.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
prefs_column.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
prefs_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_filter_expressions.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
prefs_filter_expressions.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_font_color.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_font_color.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_gui.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_gui.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_layout.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_layout.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
profile_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
profile_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
progress_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_help.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_help.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_stats_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_stats_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_tree_model.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_tree_model.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_tree_model.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_tree_model.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
radius_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
range_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
range_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
remote_icons.h
rlc_lte_graph.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rlc_lte_stat_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rpc_progs.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rpc_stat.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
rtp_analysis.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
rtp_player.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
rtp_player.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rtp_stream.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rtp_stream_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
rtp_stream_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sat.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
scsi_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_assoc_analyse.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sctp_byte_graph_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sctp_chunk_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_chunk_stat_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sctp_error_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sctp_graph_dlg.c Fix -Wabsolute-value in GTK SCTP Graph (Found by Clang 3.5) 2014-03-15 11:40:20 +00:00
sctp_stat_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sctp_stat_gtk.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
service_response_time_table.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
service_response_time_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
simple_dialog.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
sip_stat.c Fix some code remove by 296591399f 2014-03-05 09:25:47 +00:00
smb2_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
smb_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
stats_tree_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
stock_icons.c Postpone replacing GTK+ stock icon usage 2014-03-26 10:35:56 +00:00
stock_icons.h Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
summary_dlg.c fix of bug 9836. Avg. packet size in Statistics -> Summary is rounded to nearest. GTK QT 2014-03-19 17:08:32 +00:00
summary_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
supported_protos_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
supported_protos_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
tap_param_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
tap_param_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
tcp_graph.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
text_page_utils.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
text_page_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
toolbar_icons.h Update the capture start, stop, and restart icons and development badge 2013-04-26 21:10:35 +00:00
uat_gui.c Continue to remove $Id$ from top of file 2014-03-31 15:59:51 +00:00
uat_gui.h Continue to remove $Id$ from top of file 2014-03-31 15:59:51 +00:00
voip_calls.c Fix Bug 9920 Buildbot crash due to SDP/RTP mismatch 2014-04-03 04:40:20 +00:00
voip_calls.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
voip_calls_dlg.c Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
voip_calls_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
webbrowser.c Do not try to use unknown/non-existent webbrowser 2014-03-08 06:30:17 +00:00
webbrowser.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wlan_stat_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wsicon.h More icon updates. 2013-03-26 19:51:33 +00:00
wsiconcap.h Replace the capture start and restart icons with a green fin similar to 2013-04-11 16:52:03 +00:00
wsp_stat.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wssplash.h Update the capture start, stop, and restart icons and development badge 2013-04-26 21:10:35 +00:00