aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-09-11 19:38:05 -0400
committerMichael Mann <mmann78@netscape.net>2015-09-13 00:15:35 +0000
commit648cf995b108ae2cb6df83e1144b32f34ffb8028 (patch)
treed56f6e5f8e9699ba63059f6318a17276c34997f5 /epan/to_str.h
parente4c0e510b8468861ec03f29859bf29c5c15edb99 (diff)
Make other_decode_bitfield_value private to proto.c.
This is further encouragement to not try to manually create a bitstring while formatting a field. Change-Id: I4efbeb39a210cf1fd26203cd8560859276b333b0 Reviewed-on: https://code.wireshark.org/review/10494 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 082aea99c4..5582f16bd7 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -117,9 +117,6 @@ gchar* guid_to_str_buf(const e_guid_t*, gchar*, int);
WS_DLL_PUBLIC char *decode_bits_in_field(const guint bit_offset, const gint no_of_bits, const guint64 value);
-WS_DLL_PUBLIC char *other_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);
/** Turn an address type retrieved from a tvb into a string.