aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-27Add an extra null pointer check. Fixes Coverity CID 154.Gerald Combs1-20/+25
2006-02-27From diderAnders Broman1-1/+3
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-1/+1
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping1-1/+8
2006-01-21add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping1-0/+1
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-25/+38
2005-11-08from Jaap Keuter:Ulf Lamping1-8/+18
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-26/+19
2005-10-27Fix uninitialized variable errors.Guy Harris1-26/+39
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-32/+63
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping1-2/+11
2005-09-27minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a...Ulf Lamping1-4/+6
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