aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...lego1-1/+4
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andgerald1-2/+6
2007-06-04Fix for bug #93: changes to the columns has no effect until restartsfisher1-0/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2007-05-21From Sake Blok:sfisher1-6/+6
2007-04-03Fix warnings on Linux/gcc 4.1.1sfisher1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-3/+3
2007-03-23From Sake Blok:sfisher1-7/+11
2007-03-22Add -Werror when using GCC only to the Makefile.am of the basesfisher1-7/+8
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileguy1-0/+22
2007-02-20Squelch some unused variable warningsmorriss1-1/+1
2007-02-01we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P...sahlberg1-0/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-1/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...ulfl1-4/+60
2007-01-15minor bugfix of file loading: don't update the packet list if loading a small...ulfl1-1/+4
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). gal1-0/+6
2007-01-11Fix for bug #1140: Filtering messes up packet list sort ordersfisher1-0/+3
2007-01-11Fix for bug #1196: packet detail & packet bytes windows not updated undersfisher1-0/+4
2007-01-01break out dfcode from the capture file structure and declare it locally where...sahlberg1-18/+84
2006-11-21while loading a huge capture file, enable the main window to show packets rus...ulfl1-0/+6
2006-11-14New feature to automatically highlight the field found when doing a find.sfisher1-0/+8
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-6/+6
2006-11-05fix svn728: don't scroll down packet list while capturing, if no packets are ...ulfl1-6/+16
2006-10-29fix #1188: scroll the packet list to the bottom (in a running capture) *after...ulfl1-2/+5
2006-10-03fix the memory leak problem mentioned lately by adding and using color_filter...ulfl1-0/+2
2006-10-03changes of the coloring rules sometimes crashed as dissection keeps pointers ...ulfl1-10/+0
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...ulfl1-0/+12
2006-06-26coverity 170sahlberg1-13/+0
2006-05-28Ethereal->Wiresharketxrab1-14/+14
2006-05-21name changesahlberg1-2/+2
2006-04-27Add an extra null pointer check. Fixes Coverity CID 154.gerald1-20/+25
2006-02-27From dideretxrab1-1/+3
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-1/+1
2006-01-22show the number of packets captured, if "Update list of packets ..." isn't usedulfl1-1/+8
2006-01-21add matched coloring rule name and string to the frame dissector output (or n...ulfl1-0/+1
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateguy1-25/+38
2005-11-08from Jaap Keuter:ulfl1-8/+18
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-26/+19
2005-10-27Fix uninitialized variable errors.guy1-26/+39
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,guy1-32/+63
2005-10-06fix a packet_list_freeze / thaw pair, if a return comes in it's wayulfl1-2/+11
2005-09-27minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a...ulfl1-4/+6
2005-09-20add two new callbacks:ulfl1-9/+11
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-3/+10
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-4/+5
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forguy1-1/+1
2005-09-08start with fdata->num = -1, so we don't have an uninitialised value while doi...ulfl1-0/+1
2005-08-25timestamp display precision:ulfl1-1/+54
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-35/+24