| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -14/+14 |
* | get_datafile_path() and get_persconffile_path() return malloc'd memory, | Jeff Morriss | 2008-02-26 | 1 | -23/+26 |
* | This patch adds support for configuration profiles, which can be used to | Stig Bjørlykke | 2008-01-14 | 1 | -3/+3 |
* | Change the filter dialog (capture and display filters), so it has a real Canc... | Ulf Lamping | 2006-10-01 | 1 | -60/+125 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -10/+11 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -2/+1 |
* | "read_filter_list()" and "save_filter_list()" mallocate the path string | Guy Harris | 2005-08-06 | 1 | -2/+2 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -4/+6 |
* | Try to read the "cfilters"/"dfilters" config files from the global path (prog... | Ulf Lamping | 2005-06-09 | 1 | -5/+23 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assign | Guy Harris | 2003-12-04 | 1 | -2/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -9/+9 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 1 | -15/+6 |
* | Add a new routine to create the ".ethereal" directory for a user. | Guy Harris | 2001-10-23 | 1 | -17/+1 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 1 | -22/+19 |
* | Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format | Guy Harris | 2001-10-21 | 1 | -9/+11 |
* | "get_home_dir()", in "epan/filesystem.c", uses | Guy Harris | 2001-04-02 | 1 | -2/+2 |
* | Win32 doesn't have an "atomic rename" operation of the sort that UNIX | Guy Harris | 2001-03-15 | 1 | -3/+18 |
* | It's generally considered Bad Form to free something up if you've handed | Guy Harris | 2001-03-13 | 1 | -2/+1 |
* | Increment the line number for every line seen. | Guy Harris | 2001-02-03 | 1 | -12/+11 |
* | Allow filter names and expressions of arbitrary length, and, in the | Guy Harris | 2001-02-03 | 1 | -30/+170 |
* | Include <direct.h>, if we have it, to declare "mkdir()" on Windows. | Guy Harris | 2001-01-28 | 1 | -1/+5 |
* | Have separate capture and display filter lists; some filter dialog boxes | Guy Harris | 2001-01-28 | 1 | -37/+261 |
* | Call "get_filter_list()" when Ethereal starts up. | Guy Harris | 2001-01-28 | 1 | -8/+21 |
* | Pull the stuff to read and write the list of filter expressions up into | Guy Harris | 2001-01-28 | 1 | -0/+144 |