Fix build by #if 0 out unused de_sgsap_tmsi() function.
[obnox/wireshark/wip.git] / gtk / tcp_graph.c
2010-12-06 wmeierFix various typos and spelling errors.
2010-11-05 etxrabFrom Alexander Koeppe:
2010-10-09 stigFrom Alexander Koeppe via bug 5287:
2010-10-06 etxrabFrom Alexander Koeppe:
2010-09-09 sfisherResolve another issue the Windows buildbots are having...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-02-01 wmeierFix some gcc -Wshadow warnings.
2009-11-29 etxrabFrom Jim Young:
2009-11-29 krjAvoid possible NULL pointer dereference
2009-11-19 stigChanged hf_ip_proto to use ipproto_val[].
2009-10-06 stigRemoved unused variable thdr.
2009-10-04 etxrabRemove #if 0'ed code.
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-27 wmeierAdd #include <stdio.h> in a few more places ....
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-06-28 etxrabFrom Sean Walberg:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-12-01 sfisherFix a few more problems found by checkAPIs.pl
2008-12-01 sfisherRemove call to deprecated perror() and a check to see...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-26 wmeier#include <emem.h> not req'd
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-04 guySun C warns about an integer overflow for 1 << 31,...
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
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 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-11 sfisherReplace FONT_TYPE macro with PangoFontDescription.
2008-04-07 ulflremove GTK1 code
2008-02-07 stigRemoved some more "statement not reached" warnings.
2007-08-16 ulflexperimental feature: dissector filters
2007-07-18 tuexenMake debugging static.
2007-05-29 standelFrom David Howells :
2007-03-21 ulflfix all warnings in gtk dir & set the "treat all warnin...
2007-02-19 morrissSquelch a couple (false) uninitialized variable warnings
2006-12-12 ulflgtkglobals.h not needed
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-19 guyGet rid of a declaration of a non-existent function.
2006-03-09 geraldThere is a one-to-one mapping between each graph and...
2006-03-08 lrolandMake calculation of TCP Graph bounds more robust. The...
2005-12-22 geraldFrom Bill Meier:
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-08 ulflfix some MSVC const warnings
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-08-05 ulflreplace malloc and alike calls by their GLib pendants...
2005-07-10 guyJust pass &cfile to select_tcpip_session(); we don...
2005-07-10 guyFix some comment typos.
2005-07-10 guyGet rid of an unused argument.
2005-07-10 sahlbergIt works reasonably well with extensive testing so...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-09-29 guyMove various tables into the epan directory.
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-10 guy"delete_event" is an event, so its handler takes three...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-04-12 ulfladded a close button to the dialogs,
2004-03-17 guyUse "g_ntohs()" rather than "ntohs()".
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-27 sahlbergcosmetic update to tcp graphs.
2004-02-23 ulflminor change
2004-02-23 ulflChanged all items to "Endpoint List" and get rid of...
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulfltcp_graph.h is no longer needed, as the tap mechanism...
2004-02-22 ulflRedesigned the menu structure of the former statistics...
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-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-13 guyMake the variable into which values from
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflremoved two MSVC warnings (GTK2 related)
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2003-12-17 ulflremoved some more MSVC warnings (type casting)
2003-12-09 obiotMark parameter data as unused in callback_create_help().
2003-09-25 guyFrom Laurent Rabret:
2003-09-16 guyHandle PPP with a pseudo-header.
2003-09-15 guyGet rid of a no-longer-relevant comment.
2003-09-03 guyCheck for "wtap_seek_read()" failing.
next