aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26Fix a number of doxygen directives.Anders Broman1-1/+1
svn path=/trunk/; revision=33929
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+2
- Add missing 'user_data' arg as needed; - Use gboolean rather than int as the type of the value returned. Also: Cleanup whitespace & reformat long lines in a few cases. svn path=/trunk/; revision=33679
2009-03-09Fix non-ascii character in file...Bill Meier1-1/+1
svn path=/trunk/; revision=27677
2008-06-17Popup a menu with configuration profiles instead of the profile dlgStig Bjørlykke1-0/+6
when clicking the profile in the statusbar. Much easier to use. svn path=/trunk/; revision=25468
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+41
configure and use more than one set of preferences and configuration files. This can be found in the "Configuration Profiles..." menu item from the Edit menu, or by pressing Shift-Ctrl-A. It's also possible to start wireshark and tshark with a named profile by using the "-C ProfileName" option. A new status pane in the main window will show the current profile. The configuration files currently stored in the Profiles are: - Preferences - Capture Filters - Display Filters - Coloring Rules - Disabled Protocols - User Accessible Tables The recent data are by design not added to the profile. Planned future enhancements: - make a more convenient function to switch between profiles - add a "clone profile" button to copy an existing profile - make the profiles list active and accept return as OK - save users "Decode as" in the profile - make new, clone and deletion of profiles more secure - make some of the recent values available in the profile This patch also fixes: - setting default status pane sizes - a bug setting status pane for packets when not having main lower pane. svn path=/trunk/; revision=24089