Wireshark-commits: [Wireshark-commits] rev 39237: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h

Date: Mon, 03 Oct 2011 06:12:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39237

User: guy
Date: 2011/10/02 11:12 PM

Log:
 tvb_get_bits{16,32,64} get passed encoding values.  Rename the argument
 appropriately; the only valid encoding is big-endian, so we don't
 actually do anything different with the argument, so as not to break
 code that passed it a gboolean endian flag.

Directory: /trunk/epan/
  Changes    Path          Action
  +21 -9     tvbuff.c      Modified
  +4 -4      tvbuff.h      Modified