wireshark/ui
David Morsberger 448c89e30b Remember query after closing Follow Stream
Update main filter after follow stream dialog is closed - Use:
   previous_filter if new 'Back' button (passed in follow() method)
   filter_out_filter_ if 'Filter Out This Stream' button (built by appending !current_stream to previous_filter)
   leave filter alone if window closed using Close button or window close. (current stream)

Change-Id: Ic02edeaffdc65ff0f33cac4cb9afb8cde28963c7
Reviewed-on: https://code.wireshark.org/review/16277
Reviewed-by: Jim Young <jim.young.ws@gmail.com>
Petri-Dish: Jim Young <jim.young.ws@gmail.com>
Tested-by: Jim Young <jim.young.ws@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-07-10 14:59:03 +00:00
..
cli Remove Makefile.common files 2016-06-30 11:04:17 +00:00
gtk Qt: add initializers (CID 1162824). 2016-07-06 06:48:10 +00:00
qt Remember query after closing Follow Stream 2016-07-10 14:59:03 +00:00
win32 Add JSON export to Qt/GTK UI 2016-06-20 01:22:57 +00:00
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt Refactor command-line handling of GUI options. 2016-06-19 05:56:45 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
alert_box.c Make failure_alert_box() be printf-like. 2016-03-27 02:06:28 +00:00
alert_box.h Make failure_alert_box() be printf-like. 2016-03-27 02:06:28 +00:00
all_files_wildcard.h Add a #define for the wildcard pattern that matches all files. 2016-03-01 02:00:25 +00:00
capture.c
capture.h
capture_globals.h
capture_ui_utils.c
capture_ui_utils.h Qt: Update selected interface filter behavior. 2016-02-26 17:28:04 +00:00
commandline.c Qt+Gtk: Fix the -t command line flag. 2016-07-01 02:10:22 +00:00
commandline.h Qt+Gtk: Fix the -t command line flag. 2016-07-01 02:10:22 +00:00
console.c
console.h
decode_as_utils.c Ability to invoke "Decode As..." as command-line argument for GUIshark. 2016-06-19 18:59:07 +00:00
decode_as_utils.h Ability to invoke "Decode As..." as command-line argument for GUIshark. 2016-06-19 18:59:07 +00:00
doxygen.cfg.in
export_object.c
export_object.h
export_object_dicom.c
export_object_http.c
export_object_smb.c
export_object_tftp.c
export_pdu_ui_utils.c Allow create_tempfile to support a suffix. 2016-06-01 06:24:05 +00:00
export_pdu_ui_utils.h Implement Export PDU for tshark 2016-05-03 10:17:46 +00:00
file_dialog.h Add JSON export to Qt/GTK UI 2016-06-20 01:22:57 +00:00
firewall_rules.c Firewall rule fixups. 2016-06-06 06:27:47 +00:00
firewall_rules.h Qt: Firewall Rules dialog. 2016-06-01 23:37:25 +00:00
help_url.c Fix building without extcap enabled 2016-03-21 17:10:21 +00:00
help_url.h Fix building without extcap enabled 2016-03-21 17:10:21 +00:00
iface_lists.c *_stdup_printf -> strdup for "single string only" formatting. 2016-06-06 06:03:58 +00:00
iface_lists.h
io_graph_item.c
io_graph_item.h
language.c Use "system" for "use system language", and don't try to print a null string. 2016-04-28 19:34:02 +00:00
language.h Use "system" for "use system language", and don't try to print a null string. 2016-04-28 19:34:02 +00:00
last_open_dir.h
main_statusbar.h
mcast_stream.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
mcast_stream.h
packet_list_utils.c
packet_list_utils.h
persfilepath_opt.c
persfilepath_opt.h
preference_utils.c
preference_utils.h Qt: Support the -j, -J, and -l command line flags 2016-06-23 03:03:51 +00:00
profile.c
profile.h
progress_dlg.h
proto_hier_stats.c Walk up the tree view of Protocol Hierarchy Statistics to look for protocol matches. 2016-03-12 03:05:07 +00:00
proto_hier_stats.h
recent.c Use separate main geometry settings for Qt and GTK+. 2016-06-08 03:41:32 +00:00
recent.h Use separate main geometry settings for Qt and GTK+. 2016-06-08 03:41:32 +00:00
recent_utils.h
rtp_media.c
rtp_media.h
rtp_stream.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
rtp_stream.h RTP player: increase the maximum number of silence frames to 30 minutes worth. 2016-06-23 03:30:39 +00:00
service_response_time.c
service_response_time.h
simple_dialog.h
software_update.c
software_update.h
ssl_key_export.c
ssl_key_export.h
tap-iax2-analysis.c
tap-iax2-analysis.h
tap-rlc-graph.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-rlc-graph.h
tap-rtp-analysis.h
tap-rtp-common.c
tap-rtp-common.h
tap-sctp-analysis.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-sctp-analysis.h
tap-sequence-analysis.c Qt: Check for valid color filter before use 2016-06-01 17:31:31 +00:00
tap-sequence-analysis.h Qt: Color _ANY and _TCP sequence analysis items. 2016-06-01 04:27:13 +00:00
tap-tcp-stream.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap-tcp-stream.h Qt: add initializers (CID 1162824). 2016-07-06 06:48:10 +00:00
tap_export_pdu.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
tap_export_pdu.h Implement Export PDU for tshark 2016-05-03 10:17:46 +00:00
text_import.c Qt: Multi line import from hex dump without offsets 2016-06-13 08:02:04 +00:00
text_import.h Make the Flex scanners and YACC parser in libraries reentrant. 2016-04-03 22:21:29 +00:00
text_import_scanner.h
text_import_scanner.l Make the Flex scanners and YACC parser in libraries reentrant. 2016-04-03 22:21:29 +00:00
time_shift.c Avoid unnecessary replacement source file floorl.c 2016-04-04 23:58:31 +00:00
time_shift.h
traffic_table_ui.c
traffic_table_ui.h
ui_util.h
util.c Replace and remove host_ip_af() function 2016-04-08 20:49:22 +00:00
util.h
voip_calls.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
voip_calls.h