aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-07-02 14:22:08 +0100
committerMichael Mann <mmann78@netscape.net>2017-07-03 20:07:37 +0000
commitcaa06ddeab4ff7f427f864e865ab997cf6312772 (patch)
treea11640bd6780288de83463851bcfb03e8a3962d1 /epan/addr_resolv.h
parent1aa8ded9a3de8e6fb5b6a7b7dcca9d93bb50dcdd (diff)
Replace and remove enterprises_lookup_format()
Change-Id: I27517bdfc4d00ee758d3795bd74e54968e70efad Reviewed-on: https://code.wireshark.org/review/22497 Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 18a9440fd0..79457077f3 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -149,12 +149,6 @@ WS_DLL_PUBLIC const gchar *serv_name_lookup(port_type proto, guint port);
WS_DLL_PUBLIC const gchar *enterprises_lookup(guint32 value, const char *unknown_str);
/*
- * enterprises_lookup_format() returns the wmem-allocated private enterprise code
- * string, or a formatted string if one doesn't exist, or "<Unknown>" if 'fmt' is NULL.
- */
-WS_DLL_PUBLIC gchar *enterprises_lookup_format(wmem_allocator_t *allocator, guint32 value, const char *fmt);
-
-/*
* try_enterprises_lookup() returns the private enterprise code string, or NULL if not found.
*/
WS_DLL_PUBLIC const gchar *try_enterprises_lookup(guint32 value);