aboutsummaryrefslogtreecommitdiffstats
path: root/update.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-19/+9
More remove checking for NULL before g_free(). svn path=/trunk/; revision=27728
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-12/+12
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-352/+352
c and h files. svn path=/trunk/; revision=24290
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
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
2007-07-23use the right return type of update_pref(), to prevent a warningUlf Lamping1-1/+1
svn path=/trunk/; revision=22388
2007-02-25fix the WinPcap version detection, some minor enhancements to the update logicUlf Lamping1-14/+23
svn path=/trunk/; revision=20924
2007-01-13far from being complete:Ulf Lamping1-0/+343
as mentioned on the devel list, this is a very first start of implementing the Wireshark update/version check feature think of it as a backup / discussion base only - it's not even added to the Makefiles yet svn path=/trunk/; revision=20415