delete the old dissector
[metze/wireshark/wip.git] / file.c
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...
2005-02-07 Ulf LampingInstead of calling each single thing when doing/finish...
2005-02-06 Guy HarrisDon't have "set_menus_for_captured_packets()" call
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-05 Ulf Lampinguse the interfaces descriptive name to be shown in...
2005-02-05 Ulf Lampingminor enhancements to Guy's last update
2005-02-05 Guy HarrisPut "cf_status_t" back.
2005-02-05 Ulf Lampingmake some string parameters const, as they are not...
2005-02-04 Guy HarrisInstead of having a single enumerated type for status...
2005-02-04 Guy HarrisProperly define "cf_start_tail()".
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2004-12-31 Guy Harris"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-10-29 Guy HarrisThe common merge code merely needs to offer the abstrac...
2004-10-28 Guy HarrisMake "merge_files()" and "merge_append_files()" return...
2004-10-28 Guy HarrisRemove all the verbose-mode code from merge.c, and...
2004-10-27 Guy HarrisGet rid of merge_n_files() - it's only called in one...
2004-10-27 Guy HarrisChange some of the merge.c APIs to return more informat...
2004-09-29 Guy HarrisMove the column preferences stuff to epan (the rest...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-09-04 Guy HarrisThe packet range stuff knows about capture_file structu...
2004-09-04 Guy HarrisRename "range.c" and "range.h" to "packet-range.c"...
2004-09-02 Gerald CombsMove the guts of gtk/file_dlg.c:goto_framenum_cb() to
2004-08-25 Gerald CombsMove the file-reloading code from gtk/file_dlg.c to...
2004-08-19 Gerald CombsAs suggested by Guy: Have mark_frame() do nothing if...
2004-08-18 Gerald CombsIf you mark all frames, then unmark all frames "marked_...
2004-08-15 Gerald CombsFrom Greg Morris: Add a configuration option to control...
2004-07-27 Guy HarrisMove the code to open the printer/print file from ...
2004-07-25 Guy HarrisMake some generic print routines that take, as an argum...
2004-07-24 Guy HarrisMove the color-filter related stuff out of "color.h...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-08 Guy HarrisIf we're producing PostScript, don't put the column...
2004-07-08 Guy HarrisMake the "human-readable text vs. PSML vs. PDML" choice...
2004-07-08 Guy HarrisA read can return WTAP_ERR_UNSUPPORTED_ENCAP if the...
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-29 Ulf Lampingdefine of O_BINARY not needed, if fcntl.h is included
2004-05-27 Ulf Lampingadded a small comment
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-05-02 Ulf Lampingbugfix: reset the tap listeners, when the capture file...
2004-05-01 Olivier BiotThe display filter engine can return an error message...
2004-05-01 Ulf Lampingadd PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
2004-04-25 Ulf Lampingput all required data into the print_args,
2004-04-24 Ulf Lampingsome code cleanup of the printing system
2004-04-22 Ulf Lampingadded some options and enhancements to the print output:
2004-04-20 Ulf Lampingchanged postscript output:
2004-04-16 Guy HarrisIf we're printing summaries and packet detail or hex...
2004-04-16 Ulf Lampingmake print dialog "Packet Format" options somewhat...
2004-04-15 Guy HarrisRename a bunch of variables and routines that pertain...
2004-04-14 Ulf Lampingtwo memory leaks removed
2004-04-13 Michael TüxenFrom Jon Oberheide: Add interface name to the capture...
2004-03-08 Guy HarrisDon't refer to "auto_scroll_live" if HAVE_LIBPCAP isn...
2004-03-08 Jörg MayerThis makes ethereal compile again when configured ...
2004-02-28 Ulf Lampingtweaked the simple_dialog texts, to reflect the current...
2004-02-23 Guy HarrisAdd a "force" argument to "filter_packets()" and
2004-02-22 Guy HarrisMake the message a bit more detailed (modeled after...
2004-02-22 Guy HarrisFrom Greg Morris: if a search reaches the end or beginn...
2004-02-21 Ulf Lampingrework of capture.c: better seperation of sync and...
next