| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't allow non-positive values for the main window width and height | Guy Harris | 2004-07-09 | 1 | -4/+14 |
* | Don't show the splash screen if we've been passed the "-G" flag. | Gerald Combs | 2004-07-09 | 1 | -2/+2 |
* | bugfix: preference related capture options shouldn't be set by preferences, | Ulf Lamping | 2004-07-07 | 1 | -13/+14 |
* | Make sure child processes don't create a splash screen. Make the verbs in | Gerald Combs | 2004-07-06 | 1 | -10/+11 |
* | added a splash screen while Ethereal is started | Ulf Lamping | 2004-07-04 | 1 | -11/+27 |
* | bugfix to a bug reported by dave.nicoson@thomson.net: | Ulf Lamping | 2004-06-30 | 1 | -4/+4 |
* | close temporary merge output file, if merging failed | Ulf Lamping | 2004-06-30 | 1 | -1/+2 |
* | avoid using tmpnam() for security reasons. | Ulf Lamping | 2004-06-29 | 1 | -11/+6 |
* | The patch to fix the race condition introduced by using tmpnam replaced | Jörg Mayer | 2004-06-29 | 1 | -2/+2 |
* | tmpnam() really should not be used for security reasons. | Jörg Mayer | 2004-06-25 | 1 | -2/+2 |
* | if more than one file is (drag and) dropped into the program, | Ulf Lamping | 2004-06-21 | 1 | -66/+174 |
* | preference setting, so "ask for unsaved capture files" can be switched off | Ulf Lamping | 2004-06-20 | 1 | -4/+4 |
* | preference setting for the option to "avoid" the capture info dialog | Ulf Lamping | 2004-06-20 | 1 | -2/+2 |
* | added an option to "avoid" the capture info dialog completely. | Ulf Lamping | 2004-06-20 | 1 | -2/+12 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -668/+9 |
* | On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LIST | Guy Harris | 2004-06-12 | 1 | -3/+5 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -267/+27 |
* | next step to save the size and postition of the dialogs (using a hashtable) | Ulf Lamping | 2004-05-23 | 1 | -64/+25 |
* | Don't put a newline at the end of the compiled-with version information | Guy Harris | 2004-05-22 | 1 | -3/+3 |
* | Tag unused parameters with _U_ to squelch GCC compiler warnings (they're | Guy Harris | 2004-05-21 | 1 | -3/+3 |
* | moved the about dialog from main.c to it's own new about_dlg.c, | Ulf Lamping | 2004-05-20 | 1 | -131/+40 |
* | GTK2 only: catch window state event, and call display_queued_messages() | Ulf Lamping | 2004-05-17 | 1 | -1/+28 |
* | Win32 only: Preference setting to open a console window, one of: | Ulf Lamping | 2004-05-13 | 1 | -17/+21 |
* | rename context menu items: | Ulf Lamping | 2004-05-07 | 1 | -13/+13 |
* | Note that hiding panes in the paned widgets doesn't do what we want with | Guy Harris | 2004-05-05 | 1 | -1/+7 |
* | Use "main_widgets_show_or_hide()" to control the visibility of all the | Guy Harris | 2004-05-04 | 1 | -19/+46 |
* | If all we're doing is changing the visibility of a pane, we don't have | Guy Harris | 2004-05-04 | 1 | -23/+48 |
* | Display "main_second_pane" if, and only if, both widgets in it are | Guy Harris | 2004-05-04 | 1 | -1/+7 |
* | Squelch some compiler warnings. | Guy Harris | 2004-04-30 | 1 | -2/+1 |
* | added selection of different main window pane layouts, | Ulf Lamping | 2004-04-29 | 1 | -47/+127 |
* | Freely adjustable status line separations. | Ulf Lamping | 2004-04-27 | 1 | -27/+44 |
* | save the position of the main window panes in the recent file, | Ulf Lamping | 2004-04-25 | 1 | -1/+7 |
* | Report errors in opening various configuration files at the time the | Guy Harris | 2004-04-16 | 1 | -118/+84 |
* | Add a "report_failure()" routine to allow dissectors to report arbitrary | Guy Harris | 2004-04-16 | 1 | -2/+8 |
* | from Thomas Palmer: add a preference setting for filter toolbar placement | Ulf Lamping | 2004-04-06 | 1 | -4/+2 |
* | Remove an extraneous 'break'. | Gerald Combs | 2004-04-06 | 1 | -2/+1 |
* | Make "epan_init()" take, as additional arguments, pointers to routines | Guy Harris | 2004-03-23 | 1 | -2/+3 |
* | From Tomas Kukosa: | Guy Harris | 2004-03-20 | 1 | -16/+2 |
* | From Tomas Kukosa: add a new "Expand Tree" context menu item, which | Guy Harris | 2004-03-19 | 1 | -1/+34 |
* | From Lars Roland: Move timestamp_type into libethereal and provide accessor | Olivier Biot | 2004-03-18 | 1 | -9/+6 |
* | Cast a "char" to "guchar" before passing it to the ctype macros, so that | Guy Harris | 2004-03-17 | 1 | -2/+2 |
* | experimental: make usage of pcap_setbuff to increase the kernel buffer size | Ulf Lamping | 2004-03-13 | 1 | -1/+4 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -7/+3 |
* | various string related changes | Ulf Lamping | 2004-03-13 | 1 | -12/+10 |
* | fixed differences between capture GUI frontend and backend | Ulf Lamping | 2004-03-04 | 1 | -14/+14 |
* | implemented capture dialog 3rd (+x) proposal | Ulf Lamping | 2004-03-02 | 1 | -10/+16 |
* | Default to not using the ring buffer (as the default number of files is | Guy Harris | 2004-02-28 | 1 | -2/+2 |
* | Capturing: "Number of files" switches between normal and multiple mode, | Ulf Lamping | 2004-02-28 | 1 | -8/+8 |
* | Add a "force" argument to "filter_packets()" and | Guy Harris | 2004-02-23 | 1 | -9/+8 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -5/+2 |