Ethereal-cvs: [Ethereal-cvs] rev 17877: /trunk/epan/dissectors/: packet-bacapp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 16 Apr 2006 22:03:05 GMT
User: jake
Date: 2006/04/16 05:03 PM

Log:
 From Steve Karg:
 1) BACnet signed values were being decoded incorrectly for negative
 values since BACnet tries to be clever and minimizes the number of bytes
 sent on the wire and drops the leading FF on negative values.  For
 example, -200 is passed as FF 38 on the wire, but would display as 65336.
 2) Since the BACnet unsigned values were decoded using a 64-bit entity,
 I changed the decoding such that allows all 8 bytes to be decoded.  The
 function can now decode 5, 6, and 7 byte values.
 3) Corrected warning about signed/unsigned in a pointer parameter.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +44 -24    packet-bacapp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17877&view=rev