From Jakub Zawadzki via bug 4273:
[obnox/wireshark/wip.git] / gtk / hostlist_table.c
2010-02-28 stigAdded svn:ignore targets.
2010-02-16 geraldDon't try to fetch columns that don't exist.
2010-01-29 wmeierFix some gcc -Wshadow warnings;
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-09 etxrabFrom Didier Gautheron:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-07-02 geraldPull mkstemp() into tempfile.c. That's the only place...
2009-07-01 geraldUpdates to create_tempfile:
2009-06-22 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-14 geraldUse a unique data file name for our OpenStreetMap data...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-18 wmeierFrom Jakub Zawadzki: Use size of buffer [not size...
2009-03-09 wmeierUse ws_fopen() [not fopen()] so that a path\filename...
2009-02-15 guyUse open_failure_alert_box() for open failures; use
2009-02-15 stigCompiling on Ubuntu 8.10 gives a warning when not check...
2009-02-12 ulfltry to fix the buildbot
2009-02-12 guyMake the column information signed, so that -1 is a...
2009-02-11 ulfladd support for a simple GeoIP based IP Location Map...
2008-12-23 geraldAdd GeoIP to the Windows build. Fix a remaining geoip_...
2008-12-23 geraldGeoIP expects IPv4 addresses in host byte order.
2008-12-20 wmeierFix some typos and spelling
2008-12-19 geraldRename geoip.[ch] to geoip_db.[ch] so we don't collide...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-27 geraldAllow more characters in each column.
2008-10-27 stigUh, new attempt to sort hostlist correct...
2008-10-27 stigSort hostlist columns correct.
2008-10-27 geraldAdd support for the GeoIP library. Using different...
2008-10-13 stigBring the windows to front when rescanning of packets...
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-05-17 stig- Use the common function for applying a selected filter.
2008-04-25 stigChanged to display NCP connection, as in conversations.
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 ulflthird round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY...
2008-04-11 ulflreplace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_b...
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-07 sfisherRemove GTK1 code and change ugly version checking state...
2008-02-17 stigAdded an option to Conversations and Endpoints to limit...
2008-02-11 stigAvoid double space in filter when creating from convers...
2008-02-08 stigAdded SCTP Endpoints table.
2007-12-09 guyAdd macros for various filter actions and types, and...
2007-12-05 guyUse G_GINT64_MODIFIER for gint64 and guint64 values.
2007-12-04 stigDo not create an illegal filter when having an empty...
2007-11-30 stigMove the "copy" button down to the button bar, to match...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-29 standelFrom David Howells :
2007-05-25 guySquelch some qualifier (const vs. non-const) warnings.
2007-03-25 sahlbergFrom Jon Smirl
2006-12-29 sfisherFix for bug #1278:
2006-05-21 sahlbergname change
2006-01-07 ulflfix bug #660: we must alphabetically sort columns 0...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 legohave the definition of init_hostlist_table *ACTUALLY...
2005-08-05 legohave the definition of init_hostlist_table match the...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-07-09 ulflMSVC: fix some guint64 related compiler warnings, could...
2005-07-07 sahlbergmake the packets/bytes counters 64bit integers to not...
2005-06-20 etxrabFrom Mike Duigou:
2005-02-22 legoFrom Francisco Alcoba:
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-20 ulfladd some more online help functionality and help button...
2005-01-01 guyMake the signatures of functions passed to "register_ta...
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-08-08 geraldPut the "copy" button back in the conversation and...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-08-06 guyFrom Ian Schorr: fix a bug where addresses were drawn...
2004-07-27 ulflfrom ian schorr: some performance improvements in conve...
2004-07-22 ulfluse gtk_clipboard_get(), so the "copy to clipboard...
2004-07-21 sahlbergGdkDisplay is only available in gtk 2.2 and later
2004-07-20 ulflfrom Thomas Palmer: copy content of hostlist table...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 ulflConversation/Endpoint list performance patch from Ian...
2004-07-10 ulflchanged column headers, don't talk of frames but of...
2004-06-03 guyMake static some routines and variables not used outsid...
2004-06-02 ulflmove "extern GtkWidget *main_display_filter_widget...
2004-06-01 guyMake the definition of "add_hostlist_table_data()"...
2004-06-01 ulflminor bugfix from previous check in
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-07 ulflrename context menu items:
2004-05-03 ulfladd name resolution to both endpoint and conversation...
2004-05-02 ulflbuild a endpoints (aka hostlist) dialog,
2004-05-02 ulflafter retapping, immediately redraw table to avoid
2004-05-01 ulflbugfix: remove all elements on "tree reset", don't...
2004-04-12 ulfladded a close button to the dialogs
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-23 guyMake the tap names for host statistics use "hosts"...
2004-02-20 guyFN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used...
2004-02-20 guyFrom Ian Schorr: taps to keep statistics of traffic...