Add another function from epan/stats_tree.c to the list of exported functions in...
[obnox/wireshark/wip.git] / file.c
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...
2004-07-08 guyMake the "human-readable text vs. PSML vs. PDML" choice...
2004-07-08 guyA read can return WTAP_ERR_UNSUPPORTED_ENCAP if the...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulfldefine of O_BINARY not needed, if fcntl.h is included
2004-05-27 ulfladded a small comment
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-05-02 ulflbugfix: reset the tap listeners, when the capture file...
2004-05-01 obiotThe display filter engine can return an error message...
2004-05-01 ulfladd PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),
2004-04-25 ulflput all required data into the print_args,
2004-04-24 ulflsome code cleanup of the printing system
2004-04-22 ulfladded some options and enhancements to the print output:
2004-04-20 ulflchanged postscript output:
2004-04-16 guyIf we're printing summaries and packet detail or hex...
2004-04-16 ulflmake print dialog "Packet Format" options somewhat...
2004-04-15 guyRename a bunch of variables and routines that pertain...
2004-04-14 ulfltwo memory leaks removed
2004-04-13 tuexenFrom Jon Oberheide: Add interface name to the capture...
2004-03-08 guyDon't refer to "auto_scroll_live" if HAVE_LIBPCAP isn...
2004-03-08 jmayerThis makes ethereal compile again when configured ...
2004-02-28 ulfltweaked the simple_dialog texts, to reflect the current...
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-22 guyMake the message a bit more detailed (modeled after...
2004-02-22 guyFrom Greg Morris: if a search reaches the end or beginn...
2004-02-21 ulflrework of capture.c: better seperation of sync and...
2004-02-21 guyAdd routines that can be called from dissectors to...
2004-02-17 ulflfixed dialog box text and some comments
2004-02-11 guyReplace the "cf_XXX_error_message()" routines with
2004-02-11 guyAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 guyAdd an "open_failure_alert_box()" routine to pop up...
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-02-03 ulflenhanced some dialog messages,
2004-02-03 guyUse "%ld", not "%u", to print "long" values.
2004-02-03 ulfladded some more info to the statusbar (filesize, packet...
2004-01-31 guyFix the spelling of "cumulative" (and variables whose...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-26 ulflfilter_packets: don't refilter all the packets,
2004-01-25 guyDon't use "cf_read_error_message()" when reporting...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-24 guyAs with "file_write_error_message()", so with
2004-01-24 guyAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-16 guyReset the tap listeners in "retap_packets()" before...
2004-01-13 guyAdd a routine "retap_packet()" that runs through all...
2004-01-10 ulflclose the Save (As) dialog, when the capture file is...
2004-01-09 guyHave a common "process_specified_packets()" routine...
2004-01-09 guyWe don't need to keep the progress bar quantum or next...
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2004-01-09 ulflsome code cleanup in range.c
2004-01-09 obiotFix the "unmarking a packet matching a color filter...
2004-01-02 ulflbugfix: init progbar to NULL at the right place
2004-01-02 ulfladded a progressbar, when saving a large capture file
2003-12-29 ulflFrom Dick Gooris (and me :-)
next