Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 32923: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 24 May 2010 02:28:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32923

User: guy
Date: 2010/05/23 07:28 PM

Log:
 Get rid of private byte-order definition.  The definition didn't match
 the name - a non-zero last argument to proto_tree_add_item(), such as
 TRUE or REP_LITTLE_ENDIAN, means "little-endian", and a zero argument,
 such as FALSE or REP_BIG_ENDIAN, means "big-endian"; at least as I read
 the spec, little-endian is correct, but the wrong definition's been used
 for a while, so we'll use REP_BIG_ENDIAN.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +30 -10    packet-bssgp.c    Modified