From Mark C. Brown:
[obnox/wireshark/wip.git] / file.c
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.
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-09-04 guyThe packet range stuff knows about capture_file structu...
2004-09-04 guyRename "range.c" and "range.h" to "packet-range.c"...
2004-09-02 geraldMove the guts of gtk/file_dlg.c:goto_framenum_cb() to
2004-08-25 geraldMove the file-reloading code from gtk/file_dlg.c to...
2004-08-19 geraldAs suggested by Guy: Have mark_frame() do nothing if...
2004-08-18 geraldIf you mark all frames, then unmark all frames "marked_...
2004-08-15 geraldFrom Greg Morris: Add a configuration option to control...
2004-07-27 guyMove the code to open the printer/print file from ...
2004-07-25 guyMake some generic print routines that take, as an argum...
2004-07-24 guyMove the color-filter related stuff out of "color.h...
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-08 guyIf we're producing PostScript, don't put the column...
next