aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-814/+809
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-4/+8
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-2/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-19/+6
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-107/+16
2008-04-13sort #includes by directoriesUlf Lamping1-12/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-320/+318
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-13/+13
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-318/+318
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-2/+2
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-15/+15
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-28/+2
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke1-5/+75
2008-02-11Avoid double space in filter when creating from conversations and endpoints.Stig Bjørlykke1-9/+9
2008-02-08Added SCTP Endpoints table.Stig Bjørlykke1-22/+35
2007-12-09Add macros for various filter actions, types, and directions, and toGuy Harris1-212/+212
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke1-4/+16
2007-12-04Clean up indentation.Guy Harris1-5/+5
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs1-61/+199
2007-11-10Apply yet another set of the optimization patches:Anders Broman1-5/+5
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-12/+12
2007-05-29From David Howells :Sebastien Tandel1-3/+3
2007-03-25From Jon SmirlRonnie Sahlberg1-0/+6
2006-12-29Fix for bug #1278: Stephen Fisher1-2/+8
2006-10-17from Stephen Fisher:Ulf Lamping1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-02From Greg Morris:Anders Broman1-0/+4
2006-01-20Cleaning up copy to CSV codeJaap Keuter1-13/+13
2005-10-20From Greg Morris, patch to allow proper search/filtering ofGilbert Ramirez1-1/+8
2005-09-16Sort each conversation column numerically. Fix up whitespace.Gerald Combs1-55/+71
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-2/+2
2005-08-25Fix sorting in the "Ports" columns. Add a comment about address sorting.Gerald Combs1-12/+16
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-9/+9
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...Ulf Lamping1-1/+3
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ...Ronnie Sahlberg1-15/+15
2005-06-20From Mike Duigou:Anders Broman1-0/+42
2005-02-22From Francisco Alcoba:Luis Ontanon1-4/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-2/+2
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-5/+24
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-22/+31
2004-12-31In column sort routines, make the row pointers "const" pointers, as theGuy Harris1-2/+2
2004-12-30Fix some cut-and-pasteos.Guy Harris1-2/+2
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-22/+11
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-08-08Put the "copy" button back in the conversation and host list tables.Gerald Combs1-3/+3