g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_append_printf
[metze/wireshark/wip.git] / file.c
2008-04-14 Ulf Lampingwe don't need stat_menu.h here
2008-04-12 Ulf Lampingmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 Stig BjørlykkeFetch return from g_list_remove.
2008-04-12 Ulf Lampingimprove the "simple" callback mechanism, so more than...
2008-03-26 Stig BjørlykkeDo not add packet length twice to cum_bytes when having...
2008-03-18 Stig BjørlykkeAllow custom columns in export as CSV and PSML.
2008-03-18 Stig BjørlykkeBah, committed the wrong file.
2008-03-17 Stig BjørlykkeAllow custom columns when printing.
2008-03-11 Stig BjørlykkeFrom Francesco Fondelli (bug 2349):
2008-03-10 Stig BjørlykkeRemoved an unused variable.
2008-03-10 Stephen FisherFix bug #2343: Huge increase in Wireshark runtime memor...
2008-03-01 Stephen FisherCustom column updates:
2008-02-13 Stephen FisherCheck in changes originally checked in as SVN revision...
2008-02-12 Stephen FisherRevert commit 24308 until I can get it to compile on...
2008-02-12 Stephen FisherIntroduce a new column type called custom, which lets...
2008-01-24 Stig BjørlykkeFixed some malloc -> g_malloc, free -> g_free, strdup...
2007-12-05 Gerald CombsMake sure the "auto scroll in live capture" toolbar...
2007-11-28 Sake BlokApply coloring rules also when a frame is marked so...
2007-07-30 Luis OntanonAs per Ulf's request add ${proto.field} macros that...
2007-07-09 Gerald CombsFrom Dustin Johnson: If "Update list of packets in...
2007-06-04 Stephen FisherFix for bug #93: changes to the columns has no effect...
2007-05-29 Guy HarrisUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-21 Stephen FisherFrom Sake Blok:
2007-04-03 Stephen FisherFix warnings on Linux/gcc 4.1.1
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 Stephen FisherFrom Sake Blok:
2007-03-22 Stephen FisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-14 Guy HarrisDon't enable "Save As" if you don't have an unsaved...
2007-02-20 Jeff MorrissSquelch some unused variable warnings
2007-02-01 Ronnie Sahlbergwe dont have auto_scroll_live if we dont have PCAP...
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2007-01-15 Ulf Lampinginstead of simply doing an assert when running out...
2007-01-15 Ulf Lampingminor bugfix of file loading: don't update the packet...
2007-01-13 Graeme LuntNew "decode as ..." feature for BER-encoded files ...
2007-01-11 Stephen FisherFix for bug #1140: Filtering messes up packet list...
2007-01-11 Stephen FisherFix for bug #1196: packet detail & packet bytes windows...
2007-01-01 Ronnie Sahlbergbreak out dfcode from the capture file structure and...
2006-11-21 Ulf Lampingwhile loading a huge capture file, enable the main...
2006-11-14 Stephen FisherNew feature to automatically highlight the field found...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-11-05 Ulf Lampingfix svn728: don't scroll down packet list while capturi...
2006-10-29 Ulf Lampingfix #1188: scroll the packet list to the bottom (in...
2006-10-03 Ulf Lampingfix the memory leak problem mentioned lately by adding...
2006-10-03 Ulf Lampingchanges of the coloring rules sometimes crashed as...
2006-10-03 Ulf LampingImplement a real "Cancel" button for the coloring rules...
2006-06-26 Ronnie Sahlbergcoverity 170
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-04-27 Gerald CombsAdd an extra null pointer check. Fixes Coverity CID...
2006-02-27 Anders BromanFrom dider
2006-02-12 Guy HarrisMove create_tempfile() to tempfile.c out of util.c...
2006-01-22 Ulf Lampingshow the number of packets captured, if "Update list...
2006-01-21 Ulf Lampingadd matched coloring rule name and string to the frame...
2005-11-12 Guy HarrisAllow a progress dialog to have "Stop" or "Cancel"...
2005-11-08 Ulf Lampingfrom Jaap Keuter:
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-27 Guy HarrisFix uninitialized variable errors.
2005-10-27 Guy HarrisCheck on every iteration of a loop whether to pop up...
2005-10-06 Ulf Lampingfix a packet_list_freeze / thaw pair, if a return comes...
2005-09-27 Ulf Lampingminor bugfix: call cf_callback_invoke() from cf_close...
2005-09-20 Ulf Lampingadd two new callbacks:
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-09-14 Guy HarrisHave cf_retap_packets() take an argument that indicates...
2005-09-11 Guy HarrisFrame numbers are unsigned, and they start at 1; 0...
2005-09-08 Ulf Lampingstart with fdata->num = -1, so we don't have an uniniti...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 Guy HarrisAdd a "register_dfilter_stat()", to register stats...
2005-08-20 Guy HarrisWiden some variables so the code in question can handle...
2005-08-20 Guy HarrisGet rid of f_len field in capture_file structure -...
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-19 Ulf Lampingfile.c(3079) : warning C4090: 'function' : different...
2005-08-19 Guy HarrisHave "f_datalen" keep track of the number of bytes...
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-08-10 Ulf Lampingmore snprintf() -> g_snprintf() replacements
2005-08-06 Guy HarrisWe no longer generate a "Loading" message ourselves...
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-05-31 Ulf Lampingconvenience: if a "Go To Packet" didn't succeeded,...
2005-04-29 Ulf Lampingadd a new feature: list the files of a "File Set" ...
2005-04-18 Ulf Lampingstatusbar changes:
2005-04-17 Ulf Lampingbugfix: show the right filesize after a live capture...
2005-04-12 Ulf Lampingadd functions file_exists and file_identical to filesys...
2005-04-12 Ulf Lampingit should now be possible to use "Update packets in...
2005-03-28 Ulf Lampingbugfixes: bring non real-time captures back to former...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-26 Ulf Lampingmove some color_filter related things from file.c to...
2005-03-26 Ulf Lampingcode cleanup: use common prefix for all functions in...
2005-03-25 Ulf Lampingcode cleanup: the term filter_list was used with differ...
2005-03-23 Guy HarrisAdd a "cleanup_dissection()" routine, intended to free...
2005-03-19 Ronnie Sahlbergfrom didier
2005-03-11 Ulf Lampingfrom Stefano Pettini: add CSV export function, similar...
2005-03-09 Ulf Lampingbugfix in PSML export output: the epan API slightly...
2005-02-28 Ulf LampingAnother step towards using the parent/child mode for...
2005-02-17 Guy HarrisHave "cf_merge_files()" take a pointer-to-pointer-to...
2005-02-15 Guy HarrisHave "cf_merge_files()" always close "out_fd" before...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-10 Ulf Lampingbugfix for sync_mode captures, wasn't started correctly...
2005-02-07 Guy HarrisMove the code to set the title on a window when a captu...
2005-02-07 Guy HarrisDeclare "cf_callback_t" before using it in a further...
next