From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567
[metze/wireshark/wip.git] / file.h
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
2013-04-02 Guy HarrisRename cf_not_saved() to cf_has_unsaved_data() to clari...
2013-04-01 Guy HarrisAdd routines to file.c to indicate whether:
2013-04-01 Guy HarrisDefine a collection of bits for different types of...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-01-02 Gerald CombsFix "file.h:56:21: warning: comma at end of enumerator...
2012-10-22 Jakub Zawadzkivolatile fixes.
2012-10-22 Jakub ZawadzkiFix warning: file.c(776) : warning C4028: formal parame...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-09-26 Gerald CombsAdd a cf_cb_file_opened callback and use it instead...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Guy HarrisOnly allow "Save" if
2012-06-20 Guy HarrisHandle the case where the user has added comments to...
2012-06-20 Guy HarrisIf the file has an SHB comment or any packet comments...
2012-06-05 Guy HarrisIf we do a Save or Save As with a move, don't reread...
2012-06-05 Guy HarrisDistinguish between "failed" and "user stopped it"...
2012-06-03 Guy Harrisg_filename_display_basename() returns a g_mallocated...
2012-05-25 Guy HarrisUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-24 Guy HarrisIn the "Save As" and "Export Specified Packets" code...
2012-05-22 Guy Harris"Save As" always saves everything and, when the save...
2012-05-22 Guy HarrisWe're an editor now, as we let you add, delete, and...
2012-05-22 Guy HarrisThe GUI's state machine requires that, when reloading...
2012-02-29 Anders Broman- Add a LED in the statusbar to indicate that capture...
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-05-17 Guy HarrisThis ain't C++; you have to put "void" in as the argume...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2011-01-31 Anders BromanFrom Cal Turney:
2010-08-26 Anders BromanDoxygen fixes.
2010-08-13 Guy HarrisInstead of using a Boolean for the search direction...
2010-05-27 Gerald CombsAdd cf_fake_continue_tail() which is called when real...
2010-05-26 Anders BromanFrom Jakub Zawadzki:
2010-04-01 Gerald CombsKeep a copy of the interface description and capture...
2009-12-17 Stig BjørlykkeIntroduce "Ignore Packet" in the packet list.
2009-12-14 Jaap KeuterFrom Valerio Messina:
2009-08-30 Sake BlokSome minor corrections in function descriptions
2009-08-28 Anders BromanCompute the loading time and show it in the main status...
2009-07-28 Anders BromanFix setting of new time format.
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-04-08 Bill Meier(Trivial) Fix some spelling & etc in comments
2008-10-03 Ronnie Sahlbergadd a -K command line option to provide the name of...
2008-06-24 Guy HarrisHave separate callback mechanisms in file.c and capture...
2008-05-30 Guy HarrisAgain, the err_info returned from wtap_read() and wtap_...
2008-03-11 Stig BjørlykkeFrom Francesco Fondelli (bug 2349):
2007-03-22 Ulf Lampingmatch declaration of cf_continue_tail() with implementation
2007-03-14 Guy HarrisDon't enable "Save As" if you don't have an unsaved...
2006-05-21 Ronnie Sahlbergname change
2006-01-22 Ulf Lampingshow the number of packets captured, if "Update list...
2005-09-20 Ulf Lampingadd two new callbacks:
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-05-25 Ulf Lampingthe capture child might not respond shortly after bring...
2005-04-18 Ulf Lampingstatusbar changes:
2005-04-11 Ulf Lampingvarious capture code cleanup and fixes:
2005-04-10 Ulf Lampingfix statusbar messages by splitting into update and...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-11 Ulf Lampingfrom Stefano Pettini: add CSV export function, similar...
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-08 Ulf Lampingfix a capture bug if the capture filter wasn't valid...
2005-02-07 Guy HarrisMake Ethereal and Tethereal compile if we're building...
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 Ulf Lampinganother two steps towards privilege seperation:
2005-02-05 Ulf Lampingfix a comment
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 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-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-10-01 Jörg MayerTrivial warning fix
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-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-08 Guy HarrisMake the "human-readable text vs. PSML vs. PDML" choice...
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-23 Guy HarrisAdd a "force" argument to "filter_packets()" and
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 Guy HarrisThere's no need to keep a "FILE *" for the file being...
2004-01-24 Guy HarrisAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 Guy HarrisAdd a new "file_open_error_message()" routine in "epan...
2004-01-20 Ulf Lampinga.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-13 Guy HarrisAdd a routine "retap_packet()" that runs through all...
2003-12-29 Ulf LampingFrom Dick Gooris (and me :-)
2003-09-24 Guy HarrisMake "finfo_selected" a member of a "capture_file"...
2003-09-15 Guy HarrisRename various capture file routines to have names...
2003-09-15 Guy HarrisAdd a routine to return the display name for a "capture...
2003-09-12 Ronnie SahlbergAdded TimeReference frames.
2003-08-29 Guy HarrisGet rid of the EBCDIC stuff in the find dialog - it...
next