aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_tcpip.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-5/+4
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-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12128
2004-07-20some more renaming of the conversation tables thingsUlf Lamping1-10/+10
svn path=/trunk/; revision=11448
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in ↵Ulf Lamping1-0/+88
combination with the hostlist/endpoints table (some code refactoring still needs to be done in table.c/.h). svn path=/trunk/; revision=11439