aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-07 18:24:17 -0500
committerAnders Broman <a.broman58@gmail.com>2015-01-08 05:46:26 +0000
commit5d610b58c5c45c0bb555d227a684785a0721f434 (patch)
tree2827c2eb068f2a5a45c6ce3cbd51138f9922f0a8 /epan/to_str.h
parent4a5ca5c76e199694bba8a21418f52ca0f30322d1 (diff)
Remove decode_numeric_bitfield.
It was only used by 1 dissector and that dissector can just use bitmasking in the hf_ field. Change-Id: I99179356dd7cbfab0c7be1512357a7e4c0eecde6 Reviewed-on: https://code.wireshark.org/review/6390 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index a0b10d08ba..2adaa65a67 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -91,8 +91,6 @@ WS_DLL_PUBLIC char *other_decode_bitfield_value(char *buf, const guint64 val, co
const int width);
WS_DLL_PUBLIC char *decode_bitfield_value(char *buf, const guint64 val, const guint64 mask,
const int width);
-WS_DLL_PUBLIC const char *decode_numeric_bitfield(const guint64 val, const guint64 mask, const int width,
- const char *fmt) G_GNUC_PRINTF(4, 0);
WS_DLL_PUBLIC const gchar* port_type_to_str (port_type type);