User: gerald
Date: 2006/04/18 03:46 PM
Log:
Misc fixes from the trunk.
r17869:
User: jake
Date: 2006/04/15 02:00 PM
Log:
Sake Blok wrote....
I have taken a look at the trace myself and calculated the TpS to be
20000000.0 for this particular trace. If I also discard the start_timestamp
like it has been done for other versions of the netxray format, then I get
the proper results.
r17884:
User: jake
Date: 2006/04/17 03:38 AM
Log:
From Thomas Anders:
- allow DHCP option 43 suboption 8 (OUI) for CableLabs clients to be a 6-byte string (as required for DOCSIS CMs) to
account for inconsistencies in different CableLabs specifications
- add new DHCP option 60 fields 0x0d (IP Filters Support) and 0x0e (LLC Filters Support) for CableLabs DOCSIS 2.0 CMs
- rename PKT_CM_* variables to have a DOCS_CM prefix instead (overdue, as indicated by an existing comment)
- update specification references
r17877:
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-1.0/epan/dissectors/
Changes Path Action
+44 -24 packet-bacapp.c Modified
+88 -65 packet-bootp.c Modified
Directory: /trunk-1.0/wiretap/
Changes Path Action
+11 -1 netxray.c Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17899&view=rev