More warining fixes: char -> const char
[obnox/wireshark/wip.git] / gtk / capture_dlg.c
2005-06-03 guyUpdate URLs and domain names that refer to the WinPcap...
2005-04-27 ulflfix #117
2005-04-19 ulflfix some minor bugs with the current interface name:
2005-04-19 ulflask for unsaved file when using the new start capture...
2005-04-19 ulfladd some comments what all the functions going to do...
2005-04-16 ulflrename capture_clear() to capture_restart()
2005-04-15 ulfladd some new capture and filter related handcrafted...
2005-04-12 ulflcapture engine:
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-24 ulflmake it possible to use multiple capture files with...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulfl(some) redesign of capture data structures.
2005-01-20 ulfladd some more online help functionality and help button...
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-10-22 guyChange some code that affects g_resolv_flags to set...
2004-10-21 guyThe top-level window's list of capture filter expressio...
2004-10-12 ulflfix a bug reported by venkata sandeep: capture->start...
2004-10-07 guySave the capture filter in the recent list iff the...
2004-10-06 ulflFix a bug reported by Keith A French: No "OK" button...
2004-10-05 guyMake the default capture filter be the last one used...
2004-09-28 ulflfrom Thomas Palmer: add a combobox for the recently...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-24 ulflas the interface is usually fixed, or it can be selecte...
2004-09-16 ulflfirst steps towards using the User's Guide as Ethereal...
2004-09-02 geraldMove get_if_name() from gtk/capture_dlg.c to capture_co...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-19 guyPull the address (and port and circuit type) stuff...
2004-07-18 guyAdd support for IPv6 addresses for interfaces.
2004-07-18 guySquelch a compiler warning.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-17 ulfladd a new dialog box to menu "Capture/Interfaces.....
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-06-30 ulflcode cleanup
2004-06-30 ulflbugfix to a bug reported by dave.nicoson@thomson.net:
2004-06-20 ulflpreference setting, so "ask for unsaved capture files...
2004-06-20 ulfladded an option to "avoid" the capture info dialog...
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-05-26 guyGet rid of some declarations of routines that no longer...
2004-05-26 ulflmore code cleanup from dialog things:
2004-04-28 guyChange the punctuation in one tooltip (I think "select...
2004-04-28 gramMinor wording changes in tooltips.
2004-04-28 ulfladded tooltips for various input fields
2004-04-17 guyFailure to get the list of interfaces should be reporte...
2004-04-08 ulflcatch the enter key from the interface drop-down list,
2004-04-08 guyOn Windows, when looking for the ":" that separates...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 ulflminor code cleanup, including removed MSVC warnings
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-03-13 ulflexperimental: make usage of pcap_setbuff to increase...
2004-03-06 ulflusing a table for layout of stop capture fields,
2004-03-06 ulflusing a table for layout of multi files fields, do...
2004-03-04 ulflusing a gtk_table instead of hbox'es for "multiple...
2004-03-04 ulflcapture dialog limits now with units.
2004-03-04 ulflfixed differences between capture GUI frontend and...
2004-03-02 ulflimplemented capture dialog 3rd (+x) proposal
2004-03-02 ulflreplaced all seperate gtk_widget_show() by a single...
2004-02-29 ulflimproved resizability
2004-02-28 ulflCapturing: "Number of files" switches between normal...
2004-02-28 ulflremoved "magically" label switching of "Stop capture...
2004-02-24 guySmall cleanup - the for loop was left over from earlier...
2004-02-24 geraldIn get_if_name(), return immediately once we've found...
2004-02-23 guySigh. On Windows OT, device names don't have "\Device...
2004-02-21 ulfladded a help button
2004-02-21 ulflnew somewhat improved layout of the capture options...
2004-02-20 geraldDon't clobber the concurrent DNS resolution flag each...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyGet rid of the "Question" alert box type - rename it...
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-01-31 ulflcleanup of new "question dialogs",
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-29 ulflevery GUI action, which will erease a currently unsaved...
2004-01-26 guyOn Windows OT, interface names *can* have spaces in...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-20 ulflcode cleanup and added some more
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflusing button compatibility macros
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-12-13 ulflset link layer type sensitive only,
2003-11-18 ulflremoved MSVC compiler warnings
2003-11-15 ulfladded "#include <epan/packet.h>" to be able to include...
2003-11-03 guyDon't try to get the list of link-layer header types...
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-09-24 guyAdd a "file_selection_new()" routine that does all...
2003-09-10 guyIf there's no saved interface name, set the interface...
2003-09-10 guyIf we have no interfaces, don't set the popdown list...
2003-09-10 guyHave "get_interface_list()" return a list of "if_info_t...
2003-09-08 guyFrom Nathan Jennings:
2003-07-25 gramFix signed/unsigned comparison warnings.
2003-05-15 denielImplement a ring buffer switch duration:
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2002-11-09 oabadHelper macros fro gtk1.2/gtk2 compatibility.
next