From Alejandro Vaquero
[obnox/wireshark/wip.git] / gtk / main.c
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...
2004-06-20 ulflpreference setting for the option to "avoid" the captur...
2004-06-20 ulfladded an option to "avoid" the capture info dialog...
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-22 guyDon't put a newline at the end of the compiled-with...
2004-05-21 guyTag unused parameters with _U_ to squelch GCC compiler...
2004-05-20 ulflmoved the about dialog from main.c to it's own new...
2004-05-17 ulflGTK2 only: catch window state event, and call display_q...
2004-05-13 ulflWin32 only: Preference setting to open a console window...
2004-05-07 ulflrename context menu items:
2004-05-05 guyNote that hiding panes in the paned widgets doesn't...
2004-05-04 guyUse "main_widgets_show_or_hide()" to control the visibi...
2004-05-04 guyIf all we're doing is changing the visibility of a...
2004-05-04 guyDisplay "main_second_pane" if, and only if, both widget...
2004-04-30 guySquelch some compiler warnings.
2004-04-29 ulfladded selection of different main window pane layouts,
2004-04-27 ulflFreely adjustable status line separations.
2004-04-25 ulflsave the position of the main window panes in the recen...
2004-04-16 guyReport errors in opening various configuration files...
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-04-06 ulflfrom Thomas Palmer: add a preference setting for filter...
2004-04-06 geraldRemove an extraneous 'break'.
2004-03-23 guyMake "epan_init()" take, as additional arguments, point...
2004-03-20 guyFrom Tomas Kukosa:
2004-03-19 guyFrom Tomas Kukosa: add a new "Expand Tree" context...
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-03-17 guyCast a "char" to "guchar" before passing it to the...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
next