From 22096781499c7159ff504f7baa743d295aad06bc Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 7 Jan 2015 16:24:17 -0500 Subject: ep__port_to_display -> _port_to_display Adjust any other ep_ related APIs related to the transition. Change-Id: I961b371c2c4bda557e0f1817705c27eef0dae66c Reviewed-on: https://code.wireshark.org/review/6388 Reviewed-by: Anders Broman --- epan/conversation_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/conversation_table.h') diff --git a/epan/conversation_table.h b/epan/conversation_table.h index 536a237487..9d277b48cb 100644 --- a/epan/conversation_table.h +++ b/epan/conversation_table.h @@ -266,7 +266,7 @@ WS_DLL_PUBLIC const char *get_conversation_address(wmem_allocator_t *allocator, * @param resolve_names Enable name resolution. * @return An ep_allocated string representing the port. */ -WS_DLL_PUBLIC const char *get_conversation_port(guint32 port, port_type ptype, gboolean resolve_names); +WS_DLL_PUBLIC const char *get_conversation_port(wmem_allocator_t *allocator, guint32 port, port_type ptype, gboolean resolve_names); /** Get a display filter for the given conversation and direction. * -- cgit v1.2.3