aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Fix endpoints statistics optional filter parsingPascal Quantin1-1/+1
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-56/+24
2017-02-19stat_tap_ui: remove leaks.Dario Lombardo1-0/+1
2017-02-04conversation_table: replace g_string with wmem allocated string.Dario Lombardo1-3/+2
2017-01-21conversation_table: add cleanup function.Dario Lombardo1-0/+13
2016-06-22Move AT_USB to inside USB dissector.Michael Mann1-3/+14
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-4/+4
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde1-2/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-4/+4
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-4/+4
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-1/+1
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-7/+8
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-2/+2
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-3/+3
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-3/+3
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-13/+13
2015-06-21Further refactor SRT stats.Michael Mann1-3/+0
2015-03-07Get rid of an unused structure member.Guy Harris1-2/+0
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-2/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-15Conversation Table : Copy-paste error (CID 1262415)Alexis La Goutte1-1/+1
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+2
2015-01-10Remove ep_ allocated memory from get_conversation_filter and just return a g_...Michael Mann1-9/+9
2015-01-10USB: Fix Conversation/Endpoint filtersMichal Labedzki1-3/+3
2015-01-08Add quotation marks in Conversations/Endpoints when address is stringMichal Labedzki1-0/+22
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-5/+5
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-15/+22
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-3/+3
2015-01-02tshark: Add endpoints statisticsMichael Mann1-12/+3
2014-12-31Fix conversations filteringPascal Quantin1-4/+6
2014-12-31tshark: endpoints statistics are not supported for now, do not list them in -zPascal Quantin1-23/+26
2014-11-24Don't do unsafe pointer castingGuy Harris1-4/+6
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-3/+3
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-2/+17
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-4/+4
2014-08-31Fix parameter 'key' not found in the function declaration (-Wdocumentation)Alexis La Goutte1-1/+1
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-18/+228
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-6/+6
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-2/+7
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+581