statusbar changes:
[obnox/wireshark/wip.git] / gtk / main.c
2005-04-18 ulflstatusbar changes:
2005-04-16 ulflrename capture_clear() to capture_restart()
2005-04-16 ulflfix cf_cb_... callback handling (but it's still not...
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-04-11 ulflvarious capture code cleanup and fixes:
2005-04-10 ulflbugfix: call to cf_cb_live_capture_..._started with...
2005-04-10 ulflfix statusbar messages by splitting into update and...
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-04-01 guyDon't assume only one "-z" argument will be given on...
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-03-27 ulfladd a new checkitem "Colorize Packet List" into the...
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-03-26 guyCreate the directory for the preferences files before...
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-23 guyPlug a small leak found by the "leaks" tool on OS X.
2005-03-12 legoFrom Graeme Hewson:
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-03-04 sahlbergfrom didier: bug fix for the menu,
2005-02-28 legoMake sure that plugin tap listeners get registered...
2005-02-27 guyThe stats tree stuff should ultimately allow us to...
2005-02-27 guyMove "get_natural_int()" and "get_positive_int()" from...
2005-02-27 ulflsome clarification of the capture child thing
2005-02-27 legoabort early in main_filter_packets() if dftext is NULL
2005-02-24 guyDon't include "../image/eicon3d64.xpm", as we're not...
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...
2005-02-22 ulflThere seems to be some disagreement about if and how...
2005-02-21 ulflAs we have a (two) WishList(s) in the Wiki now, this...
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 guyThe welcome pane isn't scrollable, so add it to the...
2005-02-07 guyMove the code to set the title on a window when a captu...
2005-02-07 ulflInstead of calling each single thing when doing/finish...
2005-02-07 guyClean up indentation.
2005-02-06 guyDon't have "set_menus_for_captured_packets()" call
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-06 ulflsome cleanup of the initial start sequence of Ethereal...
2005-02-06 ulflfix bugs regarding the capture child
2005-02-06 ulflinstead of initializing the capture_options in main...
2005-02-05 ulflbegin a welcome page which is shown, if you don't have...
2005-02-05 ulflcompletely hide the main window panes, if we currently...
2005-02-05 ulflrename kill_capture_child to capture_kill_child to...
2005-02-05 guyPut "cf_status_t" back.
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 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-01-27 guyFix a problem with building with libpcap disabled.
2005-01-19 ulflwhile I'm at it, add another packet details context...
2005-01-18 ulfladded the "Online Protocol Info" to the packet details...
2005-01-17 guySquelch compiler warnings about unused parameters.
2005-01-17 ulfladd first implementation of context relevant calls...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 ulflmove global capture_child flag into capture_options
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-17 guyDon't start up a splash screen if "-G" is specified...
2004-12-02 lrolandDon't ethclist.h in main.c, when we don't need it.
2004-12-02 guyWe don't use our own clist for GTK+ 1.3[.x], either.
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-12-02 guyWe're not using our own clist for GTK+ 2.x, so call
2004-12-02 sahlbergperformance enhancement:
2004-12-02 sahlbergmake ethereal compile with --without-pcap configurat...
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup
2004-10-30 ulflmove quit_after_cap into capture_opts
2004-10-27 guyChange some of the merge.c APIs to return more informat...
2004-10-17 guyFrom Mark C. Brown: allow the file type for the merge...
2004-10-01 guy"prefs-int.h" belongs in epan, too.
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-16 ulflfirst steps towards using the User's Guide as Ethereal...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-09-10 guyHoist the code for handling "-G" into a common module.
2004-09-10 gramAdd a "-G fields2" option which is like "-G fields...
2004-09-07 ulflFirst working implementation of "Decode As" for DCE...
2004-08-31 guyDon't have a dummy widget to use for panes marked as...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-24 guyHave "gtk/color_utils.c" contain routines with toolkit...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-07-12 ulflbugfix to a bug reported by Stuart MacDonald (bug ...
2004-07-09 guyDon't allow non-positive values for the main window...
2004-07-09 geraldDon't show the splash screen if we've been passed the...
2004-07-07 ulflbugfix: preference related capture options shouldn...
2004-07-06 geraldMake sure child processes don't create a splash screen...
2004-07-04 ulfladded a splash screen while Ethereal is started
2004-06-30 ulflbugfix to a bug reported by dave.nicoson@thomson.net:
2004-06-30 ulflclose temporary merge output file, if merging failed
2004-06-29 ulflavoid using tmpnam() for security reasons.
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-21 ulflif more than one file is (drag and) dropped into the...
2004-06-20 ulflpreference setting, so "ask for unsaved capture files...
next