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