Version 2018.1.9.1
joca-hms
released this
11 Jan 14:00
·
203 commits
to master
since this release
Known Issues
- A capture that starts in the middle of message fragmentation may result in a
series of packets being incorrectly interpreted and possibly marked as invalid.
To workaround this, the user can place a marker past this fragmentation and
instruct the plugin to start analysis after this point. - Due to a bug in the Saleae Logic software, the decoded results that indicate
the packet ID may occasionally display an invalid value of 0xFFFFFFFFFFFFFFFF
instead of the packet's actual ID. - Settings window's "Advanced Settings" option is suppose to have a browse
filesystem button. Saleae has acknowledged that this interface was never
fully developed and should be resolved in a future release. - Error markers are not given display priority. This is a limitation of the
Logic software itself.
Changes
- Switched plugin's versioning to year.month.day.build notation
- Updated lookup tables to include latest ABP headers including new support for
OPCUA, PNAM, EME, etc. - Added advanced settings XML-file option. This file contains additional options
that may be useful in special cases. Currently, two options are available:
"4-wire-on-3-channels" and "3-wire-on-4-channels". "4-wire-on-3-channels" can
be useful when limited on logic analyzer channels and would like to omit the
SPI enable (chip/slave select) signal and use that channel for some other purpose.
This provides added flexibility over normal 3-wire analysis since it will ignore
timing requirements and permit "clock-idle-low" configurations (which the
ABCC does not support in 3-wire mode and consequently this analyzer).
"3-wire-on-4-channels" is useful when there is an extra channel on the analyzer
that could be used to gain the analyzer "markers" that are normally drawn on the
SPI enable channel. Using this mode will continue to treat the SPI channels in
3-wire mode and enforcing timing requirements and clock-idle-high configuration. - Added network specific instance names (i.e. Network configuration object instances)
- Changed decoded result's command extension, source ID, and instance to always
use a combined decimal and hex notation (when no name is found) for consistency. - Other minor changes
Fixes
- Last packet in capture may be missing a frame that will result in an
uncommitted packet. This means that when exporting messages to a CSV, the last
packet may be lost. - Resolved various cases where the plugin would crash the software.