aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-05 05:40:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-05 05:40:34 +0000
commit6951f00068972589e779bb33070f3181caf499da (patch)
tree6c418e8e56878ec7af193e64f97794956b6cbbb4 /gtk/capture_file_dlg.h
parente18e2694c6b5529fc65ca06103e043540ca70595 (diff)
From Sake Blok and Michael Mann:
Change "File -> Save As" to only save the displayed frames by default. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 svn path=/trunk/; revision=39264
Diffstat (limited to 'gtk/capture_file_dlg.h')
-rw-r--r--gtk/capture_file_dlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.h b/gtk/capture_file_dlg.h
index 8a513e92ea..0353e08b7c 100644
--- a/gtk/capture_file_dlg.h
+++ b/gtk/capture_file_dlg.h
@@ -46,8 +46,9 @@ typedef enum {
*
* @param action_after_save the action to take, when save completed
* @param action_after_save_data data for action_after_save
+ * @param save_only_displayed Save only the displayed packets
*/
-void file_save_as_cmd(action_after_save_e action_after_save, gpointer action_after_save_data);
+void file_save_as_cmd(action_after_save_e action_after_save, gpointer action_after_save_data, gboolean save_only_displayed);
/** Destroy the save as dialog.
*/