http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51408
User: mmann
Date: 2013/08/17 04:18 PM
Log:
Various fixes for dissection bugs from bug 9045 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9045)
- Expert info for CRC 0x5935 got wrongly attached to Slim SSDO packages
- SPDO Data Requests that fit in the last bytes of a frame got missed
- Slim SSDOs got detected, that actually are not Slim SSDOs, to prevent this in the future, two checks have been added
- The reported length of a Slim SSDO must be larger than 0 (correct
Slim SSDOs always have at least 1 byte)
- Both crc's must differ from another. There is a very unlikely
possibility, that they may collide, but in such a case openSAFETY
in itself would be flawed by design.
Directory: /trunk/epan/dissectors/
Changes Path Action
+65 -12 packet-opensafety.c Modified