Move the following files from /trunk to /trunk/epan:
[metze/wireshark/wip.git] / gtk / follow_dlg.c
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2005-02-03 Ulf Lampingadd tooltips to the dialogs radio buttons
2005-02-02 Guy HarrisWriting the raw data of a TCP stream to a file isn...
2005-02-02 Ronnie Sahlbergfrom chris eagle
2005-01-02 Guy HarrisCast the values passed to the <ctype.h> macros so as...
2004-11-16 Guy HarrisDon't redisplay the "Follow TCP Stream" window on every...
2004-09-29 Guy HarrisMove various tables into the epan directory.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 Guy HarrisMove the stuff to handle ASCII <-> EBCDIC conversions to
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-25 Guy HarrisMake some generic print routines that take, as an argum...
2004-07-24 Guy HarrisHave "gtk/color_utils.c" contain routines with toolkit...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-09 Guy HarrisIn the GTK+ code, move the redefinition of "isprint...
2004-06-29 Jörg MayerThe patch to fix the race condition introduced by using...
2004-06-25 Jörg Mayertmpnam() really should not be used for security reasons.
2004-06-17 Ulf Lampingmove font related stuff to new file font_utils.c/.h
2004-06-01 Ulf Lampingadd details for doxygen, various code cleanups as a...
2004-05-27 Ulf Lampingenable postcript printing if selected in prefs,
2004-05-27 Ulf Lampingbugfixes: fixed printing on win32,
2004-05-27 Ulf Lampingbugfix: don't try to destroy a window, when it's alread...
2004-05-26 Guy HarrisDon't compile in "follow_save_as_destroy_cb()" for...
2004-05-26 Ulf Lampingmore code cleanup from dialog things:
2004-05-22 Ulf Lampinggoing to have a standard behaviour of the dialogs
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-04-21 Olivier BiotPart 2 of Ulf's print update.
2004-04-09 Gerald CombsMake the hex dump byte counter a guint32, so that we...
2004-03-29 Guy HarrisMake "file_selection_new()" take as its second argument an
2004-03-27 Olivier AbadUse the new GtkFileChooserDialog when built with gtk...
2004-03-13 Ulf Lampingreplaced sprintf / snprintf by g_snprintf,
2004-03-13 Ulf Lampingvarious string related changes
2004-02-25 Guy HarrisGet rid of a debugging printf.
2004-02-23 Guy HarrisAdd a "force" argument to "filter_packets()" and
2004-02-23 Ulf Lampingstatistics menu redesigned, now looking more like the...
2004-02-22 Ulf Lampingsome changes to the dialog layout and added some tooltips
2004-02-22 Ulf LampingRedesigned the menu structure of the former statistics...
2004-02-13 Guy HarrisAdd a "window_new()" routine that creates a window...
2004-02-11 Guy HarrisAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 Guy HarrisAdd an "open_failure_alert_box()" routine to pop up...
2004-02-06 Ulf Lampingreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-26 Guy HarrisNewlines in filter strings are a Bad Idea, as they...
2004-01-25 Ulf Lampingapply automatically generated filters strings to the...
2004-01-25 Guy HarrisDon't have "follow_print_text()" display the error...
2004-01-25 Guy HarrisThere's no need to keep a "FILE *" for the file being...
2004-01-24 Guy HarrisAs with "file_write_error_message()", so with
2004-01-24 Guy HarrisAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-10 Ulf Lampingusing button compatibility macros
2003-12-24 Guy HarrisDo the "isprint()" hack for GTK+ 2.x or 1.3[.x], whethe...
2003-04-06 Guy HarrisFrom emre: add a "Filter out this stream" button to...
2003-03-06 Guy HarrisFrom Devin Heitmueller: follow TCP Stream support for...
2002-11-10 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 Olivier AbadMerge gtk and gtk2 directories.
2002-09-09 Guy HarrisFrom Graeme Hewson:
2002-09-07 Jörg MayerAdd back stdio.h
2002-09-05 Jörg MayerInclude cleanups in gtk and gtk2:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-03 Guy HarrisClean up the handling of filter strings:
2002-03-05 Guy HarrisFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-28 Gilbert RamirezIn follow.c, initialize data_out_file to NULL, as it...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-18 Guy HarrisSquelch a valid compiler warning (passing a "char"...
2002-01-18 Guy HarrisSupport for hex dump mode in "Follow TCP Stream" window...
2002-01-11 Guy HarrisHave a routine to create a scrolled window, set its...
2001-12-18 Gilbert RamirezProvide for per-protocol-tree data in the proto_tree...
2001-12-12 Gerald CombsGo nuts with the 3D logo.
2001-11-21 Gilbert RamirezRemove the global packet_info called "pi". Dissectors...
2001-04-10 Gilbert RamirezCheck in isprint() hack for Win32 so that Ethereal...
2001-04-02 Guy HarrisUse GLib types rather than "u_int" and "u_char" in...
2000-11-21 Guy HarrisAdd a "color.h" file that declares a nominally-toolkit...
2000-09-12 Guy HarrisInclude <unistd.h> to declare "close()" and "unlink()".
2000-09-08 Guy HarrisRedraw:
2000-08-21 Laurent DenielPut an indentation in hexdump display of a TCP stream
2000-08-17 Guy HarrisIt was silly of me to require that "forget_scrolled_win...
2000-08-16 Laurent DenielFix a long standing bug in the scrolled window handling...
2000-08-11 Laurent Deniel- add ipv6.addr for the source and destination addresse...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-09 Gilbert RamirezSmall fix for initialization of new follow_info struct.
2000-08-09 Gilbert RamirezIn TCP Follow window, allow the optional showing of:
2000-08-03 Gilbert RamirezAdd a "Save As" feature to the TCP Follow dialogue...