Paste the COMPLETE build information from "Help->About Wireshark", "wireshark -v", or "tshark -v".
I almost always divide captures into 100MB files to make then small enough to examine quickly. It would be great if I could have a toolbar button or shortcut key to load the prev/next file in the current file list. Pretty please?
Got another feature request (from IRC) to add the "Preferences" option back to the toolbar (it was present in GTK+). It might be a good idea to add an option where the user can add/remove toolbar buttons as desired.
(In reply to Peter Wu from comment #4) > Got another feature request (from IRC) to add the "Preferences" option back > to the toolbar (it was present in GTK+). It might be a good idea to add an > option where the user can add/remove toolbar buttons as desired. Yes. That sort of toolbar customization option is common in macOS applications - there are toolbar APIs for it: https://developer.apple.com/reference/appkit/nstoolbar?language=objcand KDE also supports customization of toolbars (albeit with a UI that looks Windowsish and not quite as nice as macOS's): https://docs.kde.org/trunk5/en/applications/fundamentals/config.htmland, yup, KDE is definitely somewhat Windowsish: https://msdn.microsoft.com/en-us/library/windows/desktop/hh298385(v=vs.85).aspxUnfortunately, the toolbar is not one of Qt's strong points - not exactly all that native looking, and no obvious sign of the API providing a user-customization option: http://doc.qt.io/qt-5/qtoolbar.htmland wxWidgets, even though it presumably sits atop native toolbar widgets, doesn't have anything exposing customizability, either: http://docs.wxwidgets.org/trunk/classwx_tool_bar.htmlNot sure GTK+ supports it, either.
(In reply to Peter Wu from comment #4)
> Got another feature request (from IRC) to add the "Preferences" option back
> to the toolbar (it was present in GTK+). It might be a good idea to add an
> option where the user can add/remove toolbar buttons as desired.
If i remenber the idea, will be to avoid with Qt to have a lot of icon not used by people...
it is possible to have some preference for this...