aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-10 14:20:06 -0500
committerMichael Mann <mmann78@netscape.net>2015-01-10 19:58:21 +0000
commit14cad60f7d4b60b9974e9f1f79d22d60900e3e6b (patch)
treeb972f6850290c9fabda18383247019189bb072e7 /epan/conversation_table.h
parent59c1e32d2c6dbdd353ae996d9538141bb029d6d0 (diff)
Remove ep_ allocated memory from get_conversation_filter and just return a g_alloced string.
Change-Id: Ie7f6b2c5479fec1a44afb5e446ef6abf304113af Reviewed-on: https://code.wireshark.org/review/6480 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/conversation_table.h')
-rw-r--r--epan/conversation_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation_table.h b/epan/conversation_table.h
index 9d277b48cb..61b9ce7f39 100644
--- a/epan/conversation_table.h
+++ b/epan/conversation_table.h
@@ -272,7 +272,7 @@ WS_DLL_PUBLIC const char *get_conversation_port(wmem_allocator_t *allocator, gui
*
* @param conv_item The conversation.
* @param direction The desired direction.
- * @return An ep_allocated string representing the conversation.
+ * @return An g_allocated string representing the conversation that must be freed
*/
WS_DLL_PUBLIC const char *get_conversation_filter(conv_item_t *conv_item, conv_direction_e direction);