Fix tpo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Oct 2011 06:40:58 +0000 (06:40 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Oct 2011 06:40:58 +0000 (06:40 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39240 f5534014-38df-0310-8fa8-9805f1628bb7

epan/tvbuff.h

index be4bbe4946149ad45c1492016dd0b8adf9fe9969..1d3415a5df327d1e25f9328fa6532b4edaa0d662 100644 (file)
@@ -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);