aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-08-06From Ian Schorr: fix a bug where addresses were drawn to the wrong rowsGuy Harris1-73/+8
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...Ulf Lamping1-13/+97
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...Ulf Lamping1-8/+6
2004-07-22from Thomas Palmer: add "Copy to clipboard" button to the conversation table ...Ulf Lamping1-19/+72
2004-07-20refactoring and renaming finishedUlf Lamping1-139/+139
2004-07-20some more renaming of the conversation tables thingsUlf Lamping1-285/+285
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in combi...Ulf Lamping1-0/+1521