aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Removed some unused variables and unused assignments.stig1-4/+0
2009-10-09From Didier Gautheron:etxrab1-2/+3
2009-10-09From Didier Gautheron:etxrab1-49/+28
2009-10-08From Didier Gautheron:etxrab1-6/+11
2009-10-06From : Didier Gautheronetxrab1-417/+605
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-14/+14
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-2/+5
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-4/+4
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...wmeier1-814/+809
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-4/+8
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-2/+1
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-107/+16
2008-04-13sort #includes by directoriesulfl1-12/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11add missing braces to unbreak the buildsahlberg1-320/+318
2008-04-11first 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-318/+318
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-2/+2
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-15/+15
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-5/+75
2008-02-11Avoid double space in filter when creating from conversations and endpoints.stig1-9/+9
2008-02-08Added SCTP Endpoints table.stig1-22/+35
2007-12-09Add macros for various filter actions, types, and directions, and toguy1-212/+212
2007-12-04Do not create an illegal filter when having an empty display filter andstig1-4/+16
2007-12-04Clean up indentation.guy1-5/+5
2007-11-20Add relative start time, duration, and average data rate (bps) columnsgerald1-61/+199
2007-11-10Apply yet another set of the optimization patches:etxrab1-5/+5
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-12/+12
2007-05-29From David Howells :standel1-3/+3
2007-03-25From Jon Smirlsahlberg1-0/+6
2006-12-29Fix for bug #1278: sfisher1-2/+8
2006-10-17from Stephen Fisher:ulfl1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-02From Greg Morris:etxrab1-0/+4
2006-01-20Cleaning up copy to CSV codejake1-13/+13
2005-10-20From Greg Morris, patch to allow proper search/filtering ofgram1-1/+8
2005-09-16Sort each conversation column numerically. Fix up whitespace.gerald1-55/+71
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-2/+2
2005-08-25Fix sorting in the "Ports" columns. Add a comment about address sorting.gerald1-12/+16
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-05More char -> const char warning fixes.jmayer1-9/+9
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-0/+42
2005-02-22From Francisco Alcoba:lego1-4/+0