aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-1/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-21/+20
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-19/+6
2008-05-17- Use the common function for applying a selected filter.stig1-113/+23
2008-04-25Changed to display NCP connection, as in conversations.stig1-0/+4
2008-04-13sort #includes by directoriesulfl1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-13/+13
2008-04-11add missing braces to unbreak the buildsahlberg1-35/+35
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-13/+13
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...ulfl1-35/+35
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-2/+2
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-13/+13
2008-04-07Remove GTK1 code and change ugly version checking statements intosfisher1-28/+2
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchstig1-3/+86
2008-02-11Avoid double space in filter when creating from conversations and endpoints.stig1-1/+1
2008-02-08Added SCTP Endpoints table.stig1-4/+10
2007-12-09Add macros for various filter actions and types, and to combine themguy1-60/+58
2007-12-05Use G_GINT64_MODIFIER for gint64 and guint64 values.guy1-2/+2
2007-12-04Do not create an illegal filter when having an empty display filter andstig1-4/+16
2007-11-30Move the "copy" button down to the button bar, to match the layout in stig1-25/+71
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-13/+13
2007-05-29From David Howells :standel1-3/+3
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy1-5/+5
2007-03-25From Jon Smirlsahlberg1-0/+2
2006-12-29Fix for bug #1278: sfisher1-0/+2
2006-05-21name changesahlberg1-2/+2
2006-01-07fix bug #660: we must alphabetically sort columns 0&1, not 0&2ulfl1-8/+8
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-1/+1
2005-08-05have the definition of init_hostlist_table *ACTUALLY* match its declaration.lego1-1/+1
2005-08-05have the definition of init_hostlist_table match the declaration.lego1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-3/+3
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...ulfl1-1/+3
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ...sahlberg1-15/+15
2005-06-20From Mike Duigou:etxrab1-1/+12
2005-02-22From Francisco Alcoba:lego1-6/+4
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-2/+2
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-5/+24
2005-01-01Make the signatures of functions passed to "register_tap_listener()"guy1-20/+32
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-14/+8
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-08-08Put the "copy" button back in the conversation and host list tables.gerald1-3/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsguy1-45/+6
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...ulfl1-14/+71
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...ulfl1-24/+11
2004-07-21GdkDisplay is only available in gtk 2.2 and latersahlberg1-3/+4