summaryrefslogtreecommitdiff
path: root/image/file_dlg_win32.rc
AgeCommit message (Collapse)AuthorFilesLines
2016-09-09Remove name resolution from the file dialogs.Gerald Combs1-28/+28
A single name resolution checkbox was added to the file dialog way back in 2000 in g0f7cf64. At that time it was needed because resolution was synchronous and could drastically affect your load time. Since then we've added asynchronous name resolution and more recently made it mandatory (ge005bc8). We've also added more name resolution checkboxes and other controls. Remove the name resolution checkboxes. You can just as easily change resolution options before or after opening a file and they take up valuable real estate. Combine the size and packets in the Qt and Win32 dialogs and pretty-print the size. Combine the start and elapsed times in the Qt, Win32, and GTK+ dialogs. This lets us shrink the custom areas of the file dialogs even further. Make the default file type combo item more descriptive. Change-Id: Id770adc0f284a4c7f08ee5a7db84f8435f4bf907 Reviewed-on: https://code.wireshark.org/review/17597 Tested-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-0/+1
Change-Id: Idef1829fcc2b7b08783e5288bb6486ce19c4779b Reviewed-on: https://code.wireshark.org/review/405 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 ↵Michael Mann1-0/+6
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452) From Deon van der Westhuysen - Bug fix: object leak in stats_tree after a tap reset (for example apply statistics preferences with a stats_tree window open) - Bug fix: correct sample code in README.stats_tree - Add: slash in plug-in name now creates submenu as docs describe (was a bug?) - Add: menu separator before the stat_tree registered plug-ins - Add: stats_tree can now calculate averages for nodes; automatically calculated for range nodes. Add section in README.stats_tree describing averages. - Add: stats_tree can now calculate burst rate of each node (like rate but with a shorter, sliding time window) - Add: sorting for stats_tree plug-ins. Can sort on node name, count, average, min, max values and burst rate. - Add: preferences for stats_tree system (default sort column, burst calc params) - Add: stats_tree window copy to clipboard and export and plain text, csv and XML. - Added sample of new functionality in $srcdir/plugins/stats_tree/pinfo_stats_tree.c - Moved all stats_tree sample plug-ins to "IP Statistics" submenu. svn path=/trunk/; revision=53657
2013-06-19Allow for column headers not to be printed in order to make it possible to ↵Chris Maynard1-5/+5
export packets as plain text in a format that could then have a chance of being imported again (assuming other factors such as packet bytes were printed, etc.) in order to recover the original pcap file. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1636 svn path=/trunk/; revision=50036
2013-03-12The merge dialog should probably say "Read filter" as well.Gerald Combs1-1/+1
svn path=/trunk/; revision=48267
2013-03-04Change "Display filter:" to "Read filter:". They are not the same.Chris Maynard1-1/+1
#BACKPORT(1.8, 1.6) svn path=/trunk/; revision=48047
2012-10-09Fix the layout of the "Export Dissected Packets" template and tweak aGerald Combs1-47/+45
few other layouts. svn path=/trunk/; revision=45434
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-1/+1
and provide instant feedback in the Win32 file dialog similar to the Qt code. Tango-ize some colors. Escape a backslash in QtShark.pro. svn path=/trunk/; revision=45430
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-3/+5
shared "file_add_extension" routine. We no longer support _MSC_VER < 1400 so get rid of some clutter. Add a gzip checkbox to the Win32 export packets dialog. Windows code hasn't yet been tested (and is likely broken). I'll fix it shortly. svn path=/trunk/; revision=45296
2012-10-02Adjust the size and location of the "Export Specified Packets" template.Gerald Combs1-27/+27
svn path=/trunk/; revision=45271
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-37/+44
merge dialog if we cancel. Adjust the size and location of the controls in the Win32 open and merge file templates. svn path=/trunk/; revision=45014
2012-07-21Remove the filename from the Win32 file dialog preview. It's alreadyGerald Combs1-24/+23
shown in two places and there's no reason to show it in a third. Use CommDlg_OpenSave_GetFilePath instead of CommDlg_OpenSave_GetSpec so that previews work properly for folders. svn path=/trunk/; revision=43877
2012-07-11MSDN says DIALOG resources are obsolete. Use DIALOGEXes instead. We aren'tGerald Combs1-12/+6
adding extra controls to the save dialog any more so remove its template. svn path=/trunk/; revision=43676
2012-07-10Change the button order in all places.Anders Broman1-2/+2
svn path=/trunk/; revision=43639
2012-07-09From Michael Mann:Anders Broman1-0/+1
GUI use external name resolver proliferation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 svn path=/trunk/; revision=43615
2012-05-23Shrink the height of the "Save As" dialog, now that it no longer hasGuy Harris1-1/+1
widgets to specify a range. svn path=/trunk/; revision=42813
2012-05-23No packet range stuff for the "Save As" dialog.Guy Harris1-0/+6
svn path=/trunk/; revision=42799
2012-01-16Another change for the move of the top-level win32 directory into the uiGuy Harris1-1/+1
directory. svn path=/trunk/; revision=40535
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵Sake Blok1-0/+7
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. (See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446
2010-11-26Fix the Windows buildbot after r35032Stephen Fisher1-1/+1
svn path=/trunk/; revision=35033
2010-01-27Added "Remove Ignored packets" to the win32 dialogs.Stig Bjørlykke1-42/+48
svn path=/trunk/; revision=31695
2008-04-13fixes related to file_dlg_win32.rcUlf Lamping1-0/+134
svn path=/trunk/; revision=24976