aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* add two new callbacks:Ulf Lamping2005-09-201-9/+11
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-3/+10
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-4/+5
* Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris2005-09-111-1/+1
* start with fdata->num = -1, so we don't have an uninitialised value while doi...Ulf Lamping2005-09-081-0/+1
* timestamp display precision:Ulf Lamping2005-08-251-1/+54
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-35/+24
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-0/+1
* Widen some variables so the code in question can handle large files if,Guy Harris2005-08-201-4/+4
* Get rid of f_len field in capture_file structure - we can just keepGuy Harris2005-08-201-52/+41
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-46/+25
* file.c(3079) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping2005-08-191-1/+1
* Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris2005-08-191-1/+3
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-1/+1
* more snprintf() -> g_snprintf() replacementsUlf Lamping2005-08-101-18/+14
* We no longer generate a "Loading" message ourselves, we just pass theGuy Harris2005-08-061-8/+2
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-10/+10
* convenience: if a "Go To Packet" didn't succeeded, add the requested packet n...Ulf Lamping2005-05-311-2/+2
* add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping2005-04-291-0/+7
* statusbar changes:Ulf Lamping2005-04-181-14/+1
* bugfix: show the right filesize after a live capture finishedUlf Lamping2005-04-171-0/+14
* add functions file_exists and file_identical to filesystem.c (coming from fil...Ulf Lamping2005-04-121-18/+3
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-0/+6
* bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping2005-03-281-5/+0
* a lot more capture engine code cleanupUlf Lamping2005-03-281-0/+6
* move some color_filter related things from file.c to color_filters.cUlf Lamping2005-03-261-54/+7
* code cleanup: use common prefix for all functions in color_filters.hUlf Lamping2005-03-261-1/+1
* code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping2005-03-251-6/+6
* Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris2005-03-231-0/+2
* from didierRonnie Sahlberg2005-03-191-4/+1
* from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping2005-03-111-0/+71
* bugfix in PSML export output: the epan API slightly changed, epan_dissect_fil...Ulf Lamping2005-03-091-0/+1
* Another step towards using the parent/child mode for ALL captures.Ulf Lamping2005-02-281-0/+12
* Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris2005-02-171-1/+24
* Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris2005-02-151-0/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* bugfix for sync_mode captures, wasn't started correctly (cf_callback_invoke(c...Ulf Lamping2005-02-101-1/+7
* Move the code to set the title on a window when a capture is in progressGuy Harris2005-02-071-15/+24
* Declare "cf_callback_t" before using it in a further declaration.Guy Harris2005-02-071-4/+2
* Instead of calling each single thing when doing/finish a file operation, file...Ulf Lamping2005-02-071-154/+49
* Don't have "set_menus_for_captured_packets()" callGuy Harris2005-02-061-0/+13
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-15/+2
* use the interfaces descriptive name to be shown in the statusbar as it's, wel...Ulf Lamping2005-02-051-1/+2
* minor enhancements to Guy's last updateUlf Lamping2005-02-051-12/+13
* Put "cf_status_t" back.Guy Harris2005-02-051-34/+34
* make some string parameters const, as they are not changed insideUlf Lamping2005-02-051-6/+6
* Instead of having a single enumerated type for status return values fromGuy Harris2005-02-041-25/+25
* Properly define "cf_start_tail()".Guy Harris2005-02-041-1/+1
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-110/+112
* remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping2005-02-041-0/+4