aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-21while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping1-0/+6
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher1-0/+8
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-6/+6
2006-11-05fix svn728: don't scroll down packet list while capturing, if no packets are ...Ulf Lamping1-6/+16
2006-10-29fix #1188: scroll the packet list to the bottom (in a running capture) *after...Ulf Lamping1-2/+5
2006-10-03fix the memory leak problem mentioned lately by adding and using color_filter...Ulf Lamping1-0/+2
2006-10-03changes of the coloring rules sometimes crashed as dissection keeps pointers ...Ulf Lamping1-10/+0
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-0/+12
2006-06-26coverity 170Ronnie Sahlberg1-13/+0
2006-05-28Ethereal->WiresharkAnders Broman1-14/+14
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