Fix encoding arg (found by encoding arg tools)
[metze/wireshark/wip.git] / file.h
2013-10-11 morrisscf_start_tail() is (now) just a wrapper around cf_open...
2013-08-14 guyGlobal variables considered harmful.
2013-08-10 alagoutteFix (-W)documentation error found by Clang
2013-08-01 darkjamesRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-12 morrissMove the print modules into epan.
2013-07-11 morrissMove some more modules into epan.
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-04-26 eapacheFix a whole bunch of doxygen warnings, mostly typos...
2013-04-02 guyRename cf_not_saved() to cf_has_unsaved_data() to clari...
2013-04-01 guyAdd routines to file.c to indicate whether:
2013-04-01 guyDefine a collection of bits for different types of...
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 wmeierFix spelling/typos found using a list of commonly missp...
2013-01-02 geraldFix "file.h:56:21: warning: comma at end of enumerator...
2012-10-22 darkjamesvolatile fixes.
2012-10-22 darkjamesFix warning: file.c(776) : warning C4028: formal parame...
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-05 geraldAdd a capture_file * element to packet_range_t and...
2012-09-26 geraldAdd a cf_cb_file_opened callback and use it instead...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-25 guyOnly allow "Save" if
2012-06-20 guyHandle the case where the user has added comments to...
2012-06-20 guyIf the file has an SHB comment or any packet comments...
2012-06-05 guyIf we do a Save or Save As with a move, don't reread...
2012-06-05 guyDistinguish between "failed" and "user stopped it"...
2012-06-03 guyg_filename_display_basename() returns a g_mallocated...
2012-05-25 guyUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-24 guyIn the "Save As" and "Export Specified Packets" code...
2012-05-22 guy"Save As" always saves everything and, when the save...
2012-05-22 guyWe're an editor now, as we let you add, delete, and...
2012-05-22 guyThe GUI's state machine requires that, when reloading...
2012-02-29 etxrab- Add a LED in the statusbar to indicate that capture...
2011-12-29 geraldAdd 'extern "C"' wrappers and #include guards to variou...
2011-05-17 guyThis ain't C++; you have to put "void" in as the argume...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2011-01-31 etxrabFrom Cal Turney:
2010-08-26 etxrabDoxygen fixes.
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-05-27 geraldAdd cf_fake_continue_tail() which is called when real...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-04-01 geraldKeep a copy of the interface description and capture...
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-12-14 jakeFrom Valerio Messina:
2009-08-30 sakeSome minor corrections in function descriptions
2009-08-28 etxrabCompute the loading time and show it in the main status...
2009-07-28 etxrabFix setting of new time format.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2008-10-03 sahlbergadd a -K command line option to provide the name of...
2008-06-24 guyHave separate callback mechanisms in file.c and capture...
2008-05-30 guyAgain, the err_info returned from wtap_read() and wtap_...
2008-03-11 stigFrom Francesco Fondelli (bug 2349):
2007-03-22 ulflmatch declaration of cf_continue_tail() with implementation
2007-03-14 guyDon't enable "Save As" if you don't have an unsaved...
2006-05-21 sahlbergname change
2006-01-22 ulflshow the number of packets captured, if "Update list...
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-05-25 ulflthe capture child might not respond shortly after bring...
2005-04-18 ulflstatusbar changes:
2005-04-11 ulflvarious capture code cleanup and fixes:
2005-04-10 ulflfix statusbar messages by splitting into update and...
2005-03-28 ulfla lot more capture engine code cleanup
2005-03-11 ulflfrom Stefano Pettini: add CSV export function, similar...
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-08 ulflfix a capture bug if the capture filter wasn't valid...
2005-02-07 guyMake Ethereal and Tethereal compile if we're building...
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 ulflanother two steps towards privilege seperation:
2005-02-05 ulflfix a comment
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 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-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-10-01 jmayerTrivial warning fix
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-07-18 guySet the svn:eol-style property on all text files to...
2004-07-08 guyMake the "human-readable text vs. PSML vs. PDML" choice...
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-23 guyAdd a "force" argument to "filter_packets()" and
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 "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
next