Releases: jamores/eth-ws-someip
Releases · jamores/eth-ws-someip
Bug fix
Assemble multiple PDUs from a single buffer
- Assemble multiple PDUs from a single buffer (AUTOSAR Multiplexing) - @TomerShalish
- Fixed TCP PDU length bug.
PDU assembling over TCP
- Assembling packets larger than MTU above TCP
- Cosmetic changes, full protocol name as wireshark conventions.
- Bug fix for repeated service-IDs (contributed by JasperChecksum)
v1.3.1
v1.3.0 May 2019 (contributed by Amit Geynis)
Updates:
- After a packet of SOME/IP-SD indicates the SOME/IP port this port will be used to identify SOME/IP packets and decode them.
- Better bit flags parsing
- Updated specs from AUTOSAR Foundation 1.5.0
- Bug fix to the selector bit between Method ID / Event ID
Added support for SOME/IP-TP
Merge pull request #4 from geynis/feature/someip_tp Added support for SOME/IP-TP
v1.1: Merge pull request #3 from LiorSharon/hotfix/typo-and-offset
Typo and SD offset correction (contributed by LiorSharon)