aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-1/+1
* show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping2006-01-221-1/+8
* add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping2006-01-211-0/+1
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-121-25/+38
* from Jaap Keuter:Ulf Lamping2005-11-081-8/+18
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-26/+19
* Fix uninitialized variable errors.Guy Harris2005-10-271-26/+39
* Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2005-10-271-32/+63
* fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping2005-10-061-2/+11
* minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a...Ulf Lamping2005-09-271-4/+6
* 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