Try to fix some of the build problems, it still bumms out on:
[obnox/wireshark/wip.git] / file.h
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...
2004-01-13 guyAdd a routine "retap_packet()" that runs through all...
2003-12-29 ulflFrom Dick Gooris (and me :-)
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-15 guyRename various capture file routines to have names...
2003-09-15 guyAdd a routine to return the display name for a "capture...
2003-09-12 sahlbergAdded TimeReference frames.
2003-08-29 guyGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-11 sharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 guyFrom Greg Morris: add support for case-insensitive...
2003-07-25 guyGet rid of carriage returns - some compilers don't...
2003-07-22 guyFrom Greg Morris: code to support searches for text...
2003-03-02 guyHave "goto_frame()" put up error dialog boxes itself...
2002-09-06 sahlbergFrom Vassilii Khachaturov, cleanup of redundant code.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 guyFrom Graeme Hewson:
2002-05-27 guyClean up the data structures for the color filter code...
2002-05-23 guyMake "save_cap_file()" return a Boolean (TRUE on succes...
2002-02-24 guyPut all the capture options into a structure.
2002-02-24 guy"autostop_filesize" and "autostop_duration" don't need...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-04-18 guyCheck the validity of numbers specified in command...
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-28 guyThere's no need for a member of a "capture_file" struct...
next