From f002332d88a8253cb823cffe82bcedcf4ac196a4 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 19 Dec 2014 21:42:14 -0500 Subject: Replace ether_to_str with either address_to_str or tvb_ether_to_str. Change-Id: I8cce9fddbfe950e27e96ea8a5a6d2e0921ff4260 Reviewed-on: https://code.wireshark.org/review/5933 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Michael Mann --- epan/to_str.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/to_str.h') diff --git a/epan/to_str.h b/epan/to_str.h index 5ba856c826..badac01fda 100644 --- a/epan/to_str.h +++ b/epan/to_str.h @@ -53,7 +53,6 @@ struct e_in6_addr; WS_DLL_PUBLIC gchar* address_to_str(wmem_allocator_t *scope, const address *addr); WS_DLL_PUBLIC gchar* ep_address_to_str(const address *); WS_DLL_PUBLIC void address_to_str_buf(const address *addr, gchar *buf, int buf_len); -WS_DLL_PUBLIC const gchar* ether_to_str(const guint8 *); WS_DLL_PUBLIC const gchar* tvb_ether_to_str(tvbuff_t *tvb, const gint offset); WS_DLL_PUBLIC const gchar* ip_to_str(const guint8 *); WS_DLL_PUBLIC const gchar* tvb_ip_to_str(tvbuff_t *tvb, const gint offset); -- cgit v1.2.3