Wireshark-commits: [Wireshark-commits] rev 50806: /trunk/epan/ /trunk/epan/: proto.c

Date: Mon, 22 Jul 2013 23:11:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50806

User: guy
Date: 2013/07/22 04:11 PM

Log:
 Have get_uint_value() assume it's being passed an encoding value, which
 isn't necessarily going to be zero if the item is big-endian.
 
 The last argument to test_length() is an encoding, not a big-endian vs.
 little-endian Boolean; name it appropriately.
 
 This fixes bug 8953.

Directory: /trunk/epan/
  Changes    Path          Action
  +11 -17    proto.c       Modified