Move the stats.[ch] stuff into epan, so plugins can use it.
[obnox/wireshark/wip.git] / gtk / capture_prefs.c
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-02-10 guyAlways make the elements of the "text" array point...
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 guyFrom Pavel Kankovsky: the items pointed to by elements...
2004-06-20 ulflpreference setting for the option to "avoid" the captur...
2004-06-12 guyOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-05-31 ulflsome more dialog redesign and code cleanup
2004-05-31 ulflinterface options preference dialog: remove confusing...
2004-05-27 ulfluse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 ulflmore code cleanup from dialog things:
2004-04-17 guyFailure to get the list of interfaces should be reporte...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-10 ulflusing button compatibility macros
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-09-26 guyFrom Nathan Jennings:
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-09 guyFrom Nathan Jennings: fix a problem with empty descript...
2003-09-09 guyFrom Nathan Jennings: give the "Edit..." window for...
2003-09-08 guyFrom Nathan Jennings:
2002-11-11 oabadUse gtk1/gtk2 compatibility macros.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-31 jmayerRemove redundant HAVE_LIBPCAP check (copied from gtk2)
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-17 guyGet rid of some "unused variable" and "unused static...
2002-06-28 guyTrim leading and trailing white space from the capture...
2002-05-24 guyGet rid of an unused variable.
2002-05-23 geraldSave the whole capture device name in the preferences...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-20 guyMake the blurbs for protocol preference items into...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-12 guyGet rid of unused variables.
2002-01-12 guyWhile you're at it, use the key for the auto scroll...
2002-01-12 guyMake the key for the capture preference window's pointe...
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-10 guyFix some problems with building Ethereal/Tethereal...
2002-01-10 guyAdd a preferences page for capture preferences, so...