From baa83912e3ba3c5146342eb7e1e30f56b462587f Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 18 Mar 2015 09:22:46 -0400 Subject: Eliminate decode_bitfield_value from "public" use. This "encourages" (forces) dissectors to use the bitmask field of the header_field_info structure to get "bitmask formatting" of a field. other_decode_bitfield_value should be treated the same (eventually eliminated), but there are still replacements to be made in the dissectors. Change-Id: I8a0d829c3fef2d5e5a588667a259e231bca559e6 Reviewed-on: https://code.wireshark.org/review/7736 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/to_str.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'epan/to_str.h') diff --git a/epan/to_str.h b/epan/to_str.h index 3f1643bc01..4b409d6dec 100644 --- a/epan/to_str.h +++ b/epan/to_str.h @@ -92,8 +92,6 @@ WS_DLL_PUBLIC char *decode_bits_in_field(const guint bit_offset, const gint no_o WS_DLL_PUBLIC char *other_decode_bitfield_value(char *buf, const guint64 val, const guint64 mask, 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 gchar* port_type_to_str (port_type type); -- cgit v1.2.1