Update based upon latest names "packet-type-codes" list from the IANA:
[obnox/wireshark/wip.git] / gtk / service_response_time_table.c
2011-06-17 etxrabAdd the correct casts to make it compile on some old...
2011-06-09 etxrabAdd casts to make it compile on some old ERHL box.
2010-12-06 wmeierFix various typos and spelling errors.
2010-10-03 stigUse UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.
2010-09-02 etxrabRemove the depricated GtkItemFactory code.
2010-08-30 morrissInclude stdio.h. Fixup indent some.
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-29 etxrabSwitch to GTK UIManager.
2010-08-23 wmeier(Trivial/Cosmetic) Fix signatures of some signal callba...
2010-08-05 wmeier(Trivial) Whitespace cleanup.
2010-08-05 wmeierFrom Cal Turney: Need 6 dec places of SRT precision...
2009-10-05 etxrabFrom Didier Gautheron:
2009-10-01 etxrabFrom : Didier Gautheron
2009-06-05 guyAnd again.
2009-06-05 guyUse time_stat_init() to initialize the statistics for...
2008-05-17 stig- Use the common function for applying a selected filter.
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 sahlbergadd missing braces to unbreak the build
2008-04-11 ulflreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY...
2007-12-09 guyAdd macros for various filter actions and types, and...
2007-12-04 stigDo not create an illegal filter when having an empty...
2007-12-04 guyAdd a break statement - not necessary in this case...
2007-11-28 sfisherFix bug #954 for LDAP SRT stats along with the same...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-29 standelFrom David Howells :
2006-05-21 sahlbergname change
2006-02-01 etxrabFrom Greg Morris:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-22 guyAdd a "time_stat_init()" routine to initialize the...
2005-08-21 guyUse "g_strdup_printf()" rather than formatting into...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-06-27 etxrabAdd som more const qualifiers.
2005-06-24 guyConstify a bunch of structure members and function...
2005-01-01 guyAs we've made the tap_specific_data field of a tap_pack...
2004-12-31 guyIn column sort routines, make the row pointers "const...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-02 ulflmove "extern GtkWidget *main_display_filter_widget...
2004-05-07 ulflrename context menu items:
2004-04-07 sahlbergmake service response time statistics work for "unknown...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
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-25 ulflapply automatically generated filters strings to the...
2003-12-04 guyIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2003-11-05 sahlbergupdate for LDAP
2003-10-10 sahlbergAdd a ColorizeProcedure menu option to the ServiceRespo...
2003-10-10 sahlbergAdd a Find Next/Previous menu option to the ServiceResp...
2003-09-05 sahlbergAdd a popup to the ServicveResponseTime tables where...
2003-09-03 sahlbergfix to various stats tables.
2003-06-22 geraldFrom Lars Roland: Fix the service response time functio...
2003-06-21 sahlbergCosmetic bug.
2003-06-21 sahlbergMake the default sorting for the list be column 2 in...
2003-06-21 sahlbergUpdate the ServiceResponseTime helper routines so that...
2003-06-21 sahlbergBreak out the code for the ahndling of the Service...