The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / fileset.c @ master

History | View | Annotate | Download (10.2 KB)

# Date Author Comment
97546165 08/24/2014 04:04 AM Graham Bloice

Modify includes of config.h so that out-of-tree builds, i.e. CMake
don't pick up the in-tree copy.

Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71
Reviewed-on: https://code.wireshark.org/review/3798
Petri-Dish: Graham Bloice <>...

29659139 03/04/2014 09:27 AM Alexis La Goutte

Remove all $Id$ from top of file

(Using sed : sed -i '/^ \* \$Id\$/,+1 d')

Fix manually some typo (in export_object_dicom.c and crc16-plain.c)

Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
Reviewed-on: https://code.wireshark.org/review/497
Reviewed-by: Anders Broman <>

db25270d 11/16/2013 09:55 PM Guy Harris

Move the epan/filesystem.c routines to wsutil; they're not specific to
packet dissection, they're specific to the entire Wireshark suite of
programs.

svn path=/trunk/; revision=53377

e9f13d77 10/22/2012 08:20 AM Anders Broman

g_strcmp0 first occures in GLIB 2.16 define it localy if it does not exist
to make builds on Fedora 8 with GTK 2.12 work.

svn path=/trunk/; revision=45707

d02a2328 10/01/2012 06:40 PM Gerald Combs

Implement file sets.

Replace the original file set code with a UI form. Use more consistent
file names. List the files using a QTreeWidget instead of a grid.
fileset_is_file_in_set is only used in fileset.c so make it static.

In main_window.cpp reduce our usage of the global cfile variable....

447ade94 10/01/2012 04:14 PM Gerald Combs

Add a window pointer so that we can figure out from whence we came.
Bring the timestamp output more in line with ISO 8601.

svn path=/trunk/; revision=45240

3551a86c 09/19/2012 09:29 PM Jeff Morriss

We always HAVE_CONFIG_H so don't bother checking whether we have it or not.

svn path=/trunk/; revision=45015

bf81b42e 06/28/2012 06:56 PM Jakub Zawadzki

Update Free Software Foundation address.

(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536

cb801710 06/24/2012 11:08 AM Anders Broman

From Evan Huus:
Size wrong in "File Set List" for just-finished captures.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7370

svn path=/trunk/; revision=43455

0629b739 04/10/2011 03:56 PM Guy Harris

Define ws_statb64 to be the appropriate "struct XXX" for a
64-bit-file-size-capable stat call, and use it for ws_fstat64().

svn path=/trunk/; revision=36545

71d4caa5 04/10/2011 02:55 PM Guy Harris

Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.

Use it in some places where we're getting the file size.

svn path=/trunk/; revision=36544

2e4f755e 10/12/2010 03:26 PM Bill Meier

Define some vars & fcns as static;
Also: do some minor reformmating and cleanup of whitespace.

svn path=/trunk/; revision=34492

674a4c92 08/20/2010 06:13 PM Jeff Morriss

When freeing the fileset entries, free the entry itself too.

svn path=/trunk/; revision=33865

db82269f 03/01/2010 07:18 PM Guy Harris

Squelch some compiler warnings.

svn path=/trunk/; revision=32078

a055fd2c 11/10/2009 08:28 AM Stig Bjørlykke

Removed some unused assignments.

svn path=/trunk/; revision=30920

94f28dd8 08/26/2009 03:27 PM Bill Meier

(FWIW) One step towards including stdio.h & stdlib.h only when req'd.

svn path=/trunk/; revision=29568

e648060f 04/16/2009 12:05 AM Gerald Combs

Fix the last(?) of the Win64 compilation problems.

svn path=/trunk/; revision=28065

09bf9e69 10/27/2008 12:47 AM Gerald Combs

ETH -> WS updates.

svn path=/trunk/; revision=26570

a5cee04f 05/22/2008 11:46 AM Jeff Morriss

Move the file utility functions from wiretap to libwsutil so that
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

fad7133f 07/13/2007 08:37 PM Guy Harris

Fix yet more casts of ctype.h macro arguments - and fix some cases where
we were passing an uncasted "char" to those macros.

svn path=/trunk/; revision=22306

e0e1f28b 11/30/2006 02:30 AM Tomas Kukosa

suffix in file set is optional

svn path=/trunk/; revision=20023

6bacefdd 08/29/2006 05:03 PM Ulf Lamping

fix a minor bug: don't show a single file twice in the fileset dialog

svn path=/trunk/; revision=19078

89f022b1 05/21/2006 01:12 AM Ronnie Sahlberg

name change

svn path=/trunk/; revision=18197

ca781ff1 11/07/2005 03:36 AM Guy Harris

Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in
GLib 1.2[.x].

svn path=/trunk/; revision=16412

c3187174 11/06/2005 05:43 PM Ulf Lamping

replace a lot of file related calls by their GLib counterparts. This is 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....

e5af0106 08/18/2005 03:19 PM Ulf Lamping

while sorting the entries, don't use the file creation date but the filename for comparison

svn path=/trunk/; revision=15411

956eee94 08/14/2005 07:25 PM Jörg Mayer

Some 'no previous declararion' warning fixes

svn path=/trunk/; revision=15355

fdfc5ea7 05/18/2005 03:02 PM Ulf Lamping

do some code cleanup (from the previous commit) and close the directories opened with opendir/g_dir_open

svn path=/trunk/; revision=14394

01ca09e5 05/17/2005 09:21 PM Ulf Lamping

don't crash, if the given filename doesn't contain a dot e.g. 'test123'

svn path=/trunk/; revision=14390

be9bdd1f 04/30/2005 11:39 AM Ulf Lamping

(hopefully) removed various gcc warnings

svn path=/trunk/; revision=14241

ab066c9e 04/30/2005 08:56 AM Ulf Lamping

fix buildbot reported problems (unix related), part 4, more GLib 1.x related

svn path=/trunk/; revision=14240

64fc9ea0 04/30/2005 07:24 AM Ulf Lamping

fix buildbot reported problems (unix related), part 3, don't use GError with GLib 1.x

svn path=/trunk/; revision=14239

674d3453 04/29/2005 06:06 PM Ulf Lamping

fix buildbot reported problems (unix related), part 2, add some missing #includes

svn path=/trunk/; revision=14235

a7de0371 04/29/2005 04:05 PM Ulf Lamping

fix buildbot reported problems (unix related), part 1

svn path=/trunk/; revision=14234

a48744a8 04/29/2005 10:51 AM Ulf Lamping

add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one

svn path=/trunk/; revision=14231