aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-23From Sake Blok:Stephen Fisher1-7/+11
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-7/+8
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris1-0/+22
2007-02-20Squelch some unused variable warningsJeff Morriss1-1/+1
2007-02-01we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P...Ronnie Sahlberg1-0/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-4/+60
2007-01-15minor bugfix of file loading: don't update the packet list if loading a small...Ulf Lamping1-1/+4
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-0/+6
2007-01-11Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher1-0/+3
2007-01-11Fix for bug #1196: packet detail & packet bytes windows not updated underStephen Fisher1-0/+4
2007-01-01break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg1-18/+84
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