aboutsummaryrefslogtreecommitdiffstats
path: root/update.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23Remove Update.c (and nio-ie5.[ch])Alexis La Goutte1-341/+0
Never use... and replace by (Win)Sparkle svn path=/trunk/; revision=54931
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
that directory since 2001 and reading from that directory was only left in for backwards compatibility with versions prior to r4702. I think it's now safe to remove that backwards compatibility. This eliminates the last argument of get_persconffile_path(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8437 svn path=/trunk/; revision=48797
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-29From Evan Huus:Anders Broman1-0/+1
Misc resource leaks. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7296 svn path=/trunk/; revision=42892
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