aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-1/+0
| | | | | | | packet_range_init(). Get rid of global cfile references in packet-range.c. C++-ize packet-range.h. Shuffle some includes around. svn path=/trunk/; revision=45333
* Implement file sets.Gerald Combs2012-10-011-3/+0
| | | | | | | | | | 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. svn path=/trunk/; revision=45243
* Add a window pointer so that we can figure out from whence we came.Gerald Combs2012-10-011-3/+3
| | | | | | Bring the timestamp output more in line with ISO 8601. svn path=/trunk/; revision=45240
* Call fileset_file_closed from cf_cb_file_closed.Gerald Combs2012-09-261-2/+0
| | | | svn path=/trunk/; revision=45163
* Add a cf_cb_file_opened callback and use it instead of callingGerald Combs2012-09-261-3/+0
| | | | | | | fileset_file_opened directly from file.c. This makes the code a bit more consistenent and makes it easier to port the File Set dialog to Qt. svn path=/trunk/; revision=45162
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* From Evan Huus:Anders Broman2012-06-241-0/+2
| | | | | | | | 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
* Squelch some compiler warnings.Guy Harris2010-03-021-6/+6
| | | | svn path=/trunk/; revision=32078
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
| | | | | | | | up (99 44/100% of which were assignments of double-precision floating-point constants to floats). Hopefully this will catch at least some P64 issues on UN*X. svn path=/trunk/; revision=28108
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* add a new feature: list the files of a "File Set" (set of files generated by ↵Ulf Lamping2005-04-291-0/+75
capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one svn path=/trunk/; revision=14231