Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 1 | -11/+11 |
| | | | | svn path=/trunk/; revision=32078 | ||||
* | Removed some unused assignments. | Stig Bjørlykke | 2009-11-10 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=30920 | ||||
* | (FWIW) One step towards including stdio.h & stdlib.h only when req'd. | Bill Meier | 2009-08-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=29568 | ||||
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=28065 | ||||
* | ETH -> WS updates. | Gerald Combs | 2008-10-27 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=26570 | ||||
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -10/+10 |
| | | | | | | | | | 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 | ||||
* | Fix yet more casts of ctype.h macro arguments - and fix some cases where | Guy Harris | 2007-07-14 | 1 | -1/+1 |
| | | | | | | we were passing an uncasted "char" to those macros. svn path=/trunk/; revision=22306 | ||||
* | suffix in file set is optional | Tomas Kukosa | 2006-11-30 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=20023 | ||||
* | fix a minor bug: don't show a single file twice in the fileset dialog | Ulf Lamping | 2006-08-29 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=19078 | ||||
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=18197 | ||||
* | Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in | Guy Harris | 2005-11-07 | 1 | -2/+2 |
| | | | | | | GLib 1.2[.x]. svn path=/trunk/; revision=16412 | ||||
* | replace *a lot* of file related calls by their GLib counterparts. This is ↵ | Ulf Lamping | 2005-11-06 | 1 | -33/+9 |
| | | | | | | | | | | | | necessary for the switch to GTK 2.6 (at least on WIN32). to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place. deleted related things from config.h.win32 As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon. svn path=/trunk/; revision=16403 | ||||
* | while sorting the entries, don't use the file creation date but the filename ↵ | Ulf Lamping | 2005-08-18 | 1 | -4/+4 |
| | | | | | | for comparison svn path=/trunk/; revision=15411 | ||||
* | Some 'no previous declararion' warning fixes | Jörg Mayer | 2005-08-14 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=15355 | ||||
* | do some code cleanup (from the previous commit) and close the directories ↵ | Ulf Lamping | 2005-05-18 | 1 | -23/+36 |
| | | | | | | opened with opendir/g_dir_open svn path=/trunk/; revision=14394 | ||||
* | don't crash, if the given filename doesn't contain a dot e.g. 'test123' | Ulf Lamping | 2005-05-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=14390 | ||||
* | (hopefully) removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=14241 | ||||
* | fix buildbot reported problems (unix related), part 4, more GLib 1.x related | Ulf Lamping | 2005-04-30 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=14240 | ||||
* | fix buildbot reported problems (unix related), part 3, don't use GError with ↵ | Ulf Lamping | 2005-04-30 | 1 | -4/+4 |
| | | | | | | GLib 1.x svn path=/trunk/; revision=14239 | ||||
* | fix buildbot reported problems (unix related), part 2, add some missing ↵ | Ulf Lamping | 2005-04-29 | 1 | -0/+5 |
| | | | | | | #includes svn path=/trunk/; revision=14235 | ||||
* | fix buildbot reported problems (unix related), part 1 | Ulf Lamping | 2005-04-29 | 1 | -4/+5 |
| | | | | svn path=/trunk/; revision=14234 | ||||
* | add a new feature: list the files of a "File Set" (set of files generated by ↵ | Ulf Lamping | 2005-04-29 | 1 | -0/+389 |
capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one svn path=/trunk/; revision=14231 |