aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-09-16 16:04:11 +0100
committerJoão Valverde <j@v6e.pt>2021-09-16 20:55:03 +0100
commit8c4a479c52c7c4abdef7eb82fd0c2d704cd14c0e (patch)
tree0990798dfe9182bbecc5a020871a93ce837b4349 /epan/addr_resolv.c
parentcc1e5b83349d837fe442883842170230fc7a400c (diff)
Move more numerical functions to wsutil/to_str.h
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index da178a29c7..79e53f3494 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -3355,15 +3355,6 @@ add_ether_byip(const guint ip, const guint8 *eth)
} /* add_ether_byip */
gchar *
-ipxnet_to_str_punct(wmem_allocator_t *allocator, const guint32 ad, const char punct)
-{
- gchar *buf = (gchar *)wmem_alloc(allocator, 12);
-
- *dword_to_hex_punct(buf, ad, punct) = '\0';
- return buf;
-}
-
-gchar *
get_ipxnet_name(wmem_allocator_t *allocator, const guint32 addr)
{