summaryrefslogtreecommitdiff
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-10-03 06:40:58 +0000
committerGuy Harris <guy@alum.mit.edu>2011-10-03 06:40:58 +0000
commit938bf0a03cf2db1fffc42e6de91258d55eaa627c (patch)
treebad39c4453c6cd413c3cfd7a07c892a17ab0bbcd /epan/tvbuff.h
parent7bf74b645c95c1408177a8daf603745ebfc31709 (diff)
downloadwireshark-938bf0a03cf2db1fffc42e6de91258d55eaa627c.tar.gz
Fix tpo.
svn path=/trunk/; revision=39240
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index be4bbe4946..1d3415a5df 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -287,7 +287,7 @@ extern void tvb_get_guid(tvbuff_t *tvb, const gint offset, e_guid_t *guid, const
/* Fetch a specified number of bits from bit offset in a tvb */
extern guint8 tvb_get_bits8(tvbuff_t *tvb, gint bit_offset, const gint no_of_bits);
-extern guint16 tvb_get_bits16(tvbuff_t *tvb, gint bit_offset, const gint no_of_bits, const gint encoding);
+extern guint16 tvb_get_bits16(tvbuff_t *tvb, gint bit_offset, const gint no_of_bits, const guint encoding);
extern guint32 tvb_get_bits32(tvbuff_t *tvb, gint bit_offset, const gint no_of_bits, const guint encoding);
extern guint64 tvb_get_bits64(tvbuff_t *tvb, gint bit_offset, const gint no_of_bits, const guint encoding);