aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.h
AgeCommit message (Collapse)AuthorFilesLines
2005-08-05More char -> const char warning fixes.Jörg Mayer1-4/+4
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ↵Ronnie Sahlberg1-4/+4
large captures. setting packet counter to 64bit is overkill but makes it consistent with the very similar bytes counter. svn path=/trunk/; revision=14872
2005-06-06Add an ifdef and "dont apply patch twice".Anders Broman1-1/+4
svn path=/trunk/; revision=14563
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-3/+3
match what "register_tap_listener()" expects (rather than squelching warnings about the differences by casting function pointers to "void *"). Make static some functions not used outside the module in which they're defined. svn path=/trunk/; revision=12913
2004-07-22from Thomas Palmer: add "Copy to clipboard" button to the conversation table ↵Ulf Lamping1-0/+2
dialogs svn path=/trunk/; revision=11471
2004-07-20refactoring and renaming finishedUlf Lamping1-2/+2
svn path=/trunk/; revision=11449
2004-07-20some more renaming of the conversation tables thingsUlf Lamping1-7/+7
svn path=/trunk/; revision=11448
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in ↵Ulf Lamping1-0/+101
combination with the hostlist/endpoints table (some code refactoring still needs to be done in table.c/.h). svn path=/trunk/; revision=11439