aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-05-15 18:38:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-05-15 18:38:13 +0000
commit1464f7ca84792e42dbaeb57f66efb40783d9fea7 (patch)
tree3e97b6d2a0fa0012581c37903f754b47aaf3503c /epan/to_str.h
parent54cfb391431ab5f4bc02bf8265b3ac9e393226b8 (diff)
Introduce decode_bits_in_field() and use it.
clean up some left owers from previous checkin. svn path=/trunk/; revision=28373
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 48d1e3d2f4..6bf5a6cfc1 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -82,6 +82,8 @@ extern gchar* guid_to_str_buf(const e_guid_t*, gchar*, int);
void tipc_addr_to_str_buf( const guint8 *data, gchar *buf, int buf_len);
+extern char *decode_bits_in_field(gint bit_offset, gint no_of_bits, guint64 value);
+
extern char *other_decode_bitfield_value(char *buf, guint32 val, guint32 mask,
int width);
extern char *decode_bitfield_value(char *buf, guint32 val, guint32 mask,