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