Fix for bug 3112:
[obnox/wireshark/wip.git] / file.c
2008-12-10 stigMoved invalidation of cf->current_row when rescan packe...
2008-12-08 stigInvalidate cf->current_row when rescan packet and the...
2008-11-18 stigOptimized finding current row from cfile.current_frame.
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-30 sakeFrom jmmikkel@mit.edu (Bug 2895):
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-01 stigRemove a few warnings.
2008-06-24 guyHave separate callback mechanisms in file.c and capture...
2008-06-14 stigUpdate all time columns when changing the time precision.
2008-05-30 guyReturn the appropriate "everything OK" types.
2008-05-30 guyAgain, the err_info returned from wtap_read() and wtap_...
2008-05-30 guyFree up the err_info string returned by wtap_read(...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-14 ulflwe don't need stat_menu.h here
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 stigFetch return from g_list_remove.
2008-04-12 ulflimprove the "simple" callback mechanism, so more than...
2008-03-26 stigDo not add packet length twice to cum_bytes when having...
2008-03-18 stigAllow custom columns in export as CSV and PSML.
2008-03-18 stigBah, committed the wrong file.
2008-03-17 stigAllow custom columns when printing.
2008-03-11 stigFrom Francesco Fondelli (bug 2349):
2008-03-10 stigRemoved an unused variable.
2008-03-10 sfisherFix bug #2343: Huge increase in Wireshark runtime memor...
2008-03-01 sfisherCustom column updates:
2008-02-13 sfisherCheck in changes originally checked in as SVN revision...
2008-02-12 sfisherRevert commit 24308 until I can get it to compile on...
2008-02-12 sfisherIntroduce a new column type called custom, which lets...
2008-01-24 stigFixed some malloc -> g_malloc, free -> g_free, strdup...
2007-12-05 geraldMake sure the "auto scroll in live capture" toolbar...
2007-11-28 sakeApply coloring rules also when a frame is marked so...
2007-07-30 legoAs per Ulf's request add ${proto.field} macros that...
2007-07-09 geraldFrom Dustin Johnson: If "Update list of packets in...
2007-06-04 sfisherFix for bug #93: changes to the columns has no effect...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-21 sfisherFrom Sake Blok:
2007-04-03 sfisherFix warnings on Linux/gcc 4.1.1
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 sfisherFrom Sake Blok:
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-14 guyDon't enable "Save As" if you don't have an unsaved...
2007-02-20 morrissSquelch some unused variable warnings
2007-02-01 sahlbergwe dont have auto_scroll_live if we dont have PCAP...
2007-01-18 martinmAdd separate union entries to fvalue.value for signed...
2007-01-15 ulflinstead of simply doing an assert when running out...
2007-01-15 ulflminor bugfix of file loading: don't update the packet...
2007-01-13 galNew "decode as ..." feature for BER-encoded files ...
2007-01-11 sfisherFix for bug #1140: Filtering messes up packet list...
2007-01-11 sfisherFix for bug #1196: packet detail & packet bytes windows...
2007-01-01 sahlbergbreak out dfcode from the capture file structure and...
2006-11-21 ulflwhile loading a huge capture file, enable the main...
2006-11-14 sfisherNew feature to automatically highlight the field found...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-11-05 ulflfix svn728: don't scroll down packet list while capturi...
2006-10-29 ulflfix #1188: scroll the packet list to the bottom (in...
2006-10-03 ulflfix the memory leak problem mentioned lately by adding...
2006-10-03 ulflchanges of the coloring rules sometimes crashed as...
2006-10-03 ulflImplement a real "Cancel" button for the coloring rules...
2006-06-26 sahlbergcoverity 170
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-04-27 geraldAdd an extra null pointer check. Fixes Coverity CID...
2006-02-27 etxrabFrom dider
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2006-01-22 ulflshow the number of packets captured, if "Update list...
2006-01-21 ulfladd matched coloring rule name and string to the frame...
2005-11-12 guyAllow a progress dialog to have "Stop" or "Cancel"...
2005-11-08 ulflfrom Jaap Keuter:
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-27 guyFix uninitialized variable errors.
2005-10-27 guyCheck on every iteration of a loop whether to pop up...
2005-10-06 ulflfix a packet_list_freeze / thaw pair, if a return comes...
2005-09-27 ulflminor bugfix: call cf_callback_invoke() from cf_close...
2005-09-20 ulfladd two new callbacks:
2005-09-14 ulfladded compression support for capture file output....
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-09-11 guyFrame numbers are unsigned, and they start at 1; 0...
2005-09-08 ulflstart with fdata->num = -1, so we don't have an uniniti...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyWiden some variables so the code in question can handle...
2005-08-20 guyGet rid of f_len field in capture_file structure -...
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-19 ulflfile.c(3079) : warning C4090: 'function' : different...
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-08-14 jmayerSome 'no previous declararion' warning fixes
2005-08-10 ulflmore snprintf() -> g_snprintf() replacements
2005-08-06 guyWe no longer generate a "Loading" message ourselves...
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-05-31 ulflconvenience: if a "Go To Packet" didn't succeeded,...
2005-04-29 ulfladd a new feature: list the files of a "File Set" ...
2005-04-18 ulflstatusbar changes:
2005-04-17 ulflbugfix: show the right filesize after a live capture...
2005-04-12 ulfladd functions file_exists and file_identical to filesys...
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulfla lot more capture engine code cleanup
next