aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping2005-02-041-0/+14
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-0/+26
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-26/+28
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-11/+11
* The common merge code merely needs to offer the abstraction of routinesGuy Harris2004-10-291-32/+109
* Make "merge_files()" and "merge_append_files()" return a tri-stateGuy Harris2004-10-281-10/+73
* Remove all the verbose-mode code from merge.c, and put most of it inGuy Harris2004-10-281-3/+2
* Get rid of merge_n_files() - it's only called in one place now, andGuy Harris2004-10-271-24/+36
* Change some of the merge.c APIs to return more information on failure,Guy Harris2004-10-271-0/+35
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-1/+1
* The packet range stuff knows about capture_file structures, so it'sGuy Harris2004-09-041-1/+1
* Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris2004-09-041-1/+1
* Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs2004-09-021-0/+21
* Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs2004-08-251-0/+49