aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Get rid of a GTK+-only field.Guy Harris1-2/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-05conversation_table(.h): fix parameter 'ptype/port_type_val' not found in the ...Alexis La Goutte1-3/+3
2017-10-31conversation_table(.h): fix parameter 'ptype/port_type_val' not found in the ...Alexis La Goutte1-3/+3
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-7/+8
2017-10-03conversation_table: Export all functions for external plugin useGregor Jasny1-7/+7
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-15/+3
2017-01-21conversation_table: add cleanup function.Dario Lombardo1-0/+4
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-4/+4
2015-01-18Update some comments to reflect reality.Guy Harris1-3/+6
2015-01-10Remove ep_ allocated memory from get_conversation_filter and just return a g_...Michael Mann1-1/+1
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-1/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-10/+3
2014-11-26conversation_table: fix indent (use 4spaces) and add modelines infoAlexis La Goutte1-9/+22
2014-11-26conversation_table: fix warning when generate documentation (doxygen)Alexis La Goutte1-0/+2
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+1
2014-08-31Fix error: parameter 'XX' not found in the function declaration (-Wdocumentat...Alexis La Goutte1-5/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-21/+97
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-3/+7
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+272