remove ref to ansi_map/README in the Makefile
[obnox/wireshark/wip.git] / file.c
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
2005-03-26 ulflmove some color_filter related things from file.c to...
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-23 guyAdd a "cleanup_dissection()" routine, intended to free...
2005-03-19 sahlbergfrom didier
2005-03-11 ulflfrom Stefano Pettini: add CSV export function, similar...
2005-03-09 ulflbugfix in PSML export output: the epan API slightly...
2005-02-28 ulflAnother step towards using the parent/child mode for...
2005-02-17 guyHave "cf_merge_files()" take a pointer-to-pointer-to...
2005-02-15 guyHave "cf_merge_files()" always close "out_fd" before...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-10 ulflbugfix for sync_mode captures, wasn't started correctly...
2005-02-07 guyMove the code to set the title on a window when a captu...
2005-02-07 guyDeclare "cf_callback_t" before using it in a further...
2005-02-07 ulflInstead of calling each single thing when doing/finish...
2005-02-06 guyDon't have "set_menus_for_captured_packets()" call
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-05 ulfluse the interfaces descriptive name to be shown in...
2005-02-05 ulflminor enhancements to Guy's last update
2005-02-05 guyPut "cf_status_t" back.
2005-02-05 ulflmake some string parameters const, as they are not...
2005-02-04 guyInstead of having a single enumerated type for status...
2005-02-04 guyProperly define "cf_start_tail()".
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulflremove #include "globals.h" and access to global cfile...
2005-02-04 ulflremove #include "globals.h" and access to global cfile...
2005-02-04 ulfl(some) redesign of capture data structures.
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-10-29 guyThe common merge code merely needs to offer the abstrac...
2004-10-28 guyMake "merge_files()" and "merge_append_files()" return...
2004-10-28 guyRemove all the verbose-mode code from merge.c, and...
2004-10-27 guyGet rid of merge_n_files() - it's only called in one...
2004-10-27 guyChange some of the merge.c APIs to return more informat...
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
next