Get the build going.
[obnox/wireshark/wip.git] / gtk / follow_dlg.c
2007-05-02 guyImmediately quit routines if fwrite() fails - further...
2007-05-02 sahlbergfix some more warnings that the result from fread/fwrit...
2007-05-02 sahlbergstore the result of fread in a variable to make -Werro...
2007-03-30 sfisherChange GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION...
2007-03-30 wmeierFrom Sake Blok: fix bug 598 (bugs.wireshark.org/bugzill...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-24 sfisherRemove all warnings under Unix for the gtk/ directory.
2006-11-29 sfisherFrom the wishlist: add basic find functionality to...
2006-11-14 sfisherA fix bug #1138: "Follow TCP Streams gets stream direct...
2006-11-02 jmayerTry to fix bug 1043.
2006-10-17 jakeFrom Stephen Fisher:
2006-06-20 geraldChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-04-26 jakeWorkaround for bug 852. Force a line break so that...
2006-04-20 ulfladd a help button to the "Follow TCP Stream" dialog...
2006-04-17 ulflfix capitalization to follow GNOME HIG
2006-02-13 guyAdd tempfile.h to the list of headeer files. That...
2006-02-12 guyLook for "tempfile.h" in the top-level directory.
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2006-02-07 jmayerPeter Kjellerstedt:
2006-01-03 jmayerJaap Keuter:
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-03 ulfladd tooltips to the dialogs radio buttons
2005-02-02 guyWriting the raw data of a TCP stream to a file isn...
2005-02-02 sahlbergfrom chris eagle
2005-01-02 guyCast the values passed to the <ctype.h> macros so as...
2004-11-16 guyDon't redisplay the "Follow TCP Stream" window on every...
2004-09-29 guyMove various tables into the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 guyMove the stuff to handle ASCII <-> EBCDIC conversions to
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-25 guyMake some generic print routines that take, as an argum...
2004-07-24 guyHave "gtk/color_utils.c" contain routines with toolkit...
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-09 guyIn the GTK+ code, move the redefinition of "isprint...
2004-06-29 jmayerThe patch to fix the race condition introduced by using...
2004-06-25 jmayertmpnam() really should not be used for security reasons.
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-27 ulflenable postcript printing if selected in prefs,
2004-05-27 ulflbugfixes: fixed printing on win32,
2004-05-27 ulflbugfix: don't try to destroy a window, when it's alread...
2004-05-26 guyDon't compile in "follow_save_as_destroy_cb()" for...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-04-21 obiotPart 2 of Ulf's print update.
2004-04-09 geraldMake the hex dump byte counter a guint32, so that we...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
2004-02-25 guyGet rid of a debugging printf.
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulflsome changes to the dialog layout and added some tooltips
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
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-06 ulflreplaced every appearance of gtk_scrolled_window_new...
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 guyNewlines in filter strings are a Bad Idea, as they...
2004-01-25 ulflapply automatically generated filters strings to the...
2004-01-25 guyDon't have "follow_print_text()" display the error...
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-10 ulflusing button compatibility macros
2003-12-24 guyDo the "isprint()" hack for GTK+ 2.x or 1.3[.x], whethe...
2003-04-06 guyFrom emre: add a "Filter out this stream" button to...
2003-03-06 guyFrom Devin Heitmueller: follow TCP Stream support for...
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-09 guyFrom Graeme Hewson:
2002-09-07 jmayerAdd back stdio.h
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
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-05-03 guyClean up the handling of filter strings:
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-28 gramIn follow.c, initialize data_out_file to NULL, as it...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-18 guySquelch a valid compiler warning (passing a "char"...
2002-01-18 guySupport for hex dump mode in "Follow TCP Stream" window...
2002-01-11 guyHave a routine to create a scrolled window, set its...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-12 geraldGo nuts with the 3D logo.
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-04-10 gramCheck in isprint() hack for Win32 so that Ethereal...
next