Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jamores/eth-ws-someip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: jamores/eth-ws-someip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 3 files changed
  • 3 contributors

Commits on May 5, 2019

  1. Info column for SD

    geynis committed May 5, 2019
    Configuration menu
    Copy the full SHA
    c52c5a7 View commit details
    Browse the repository at this point in the history
  2. 1. Fix for data above SOME/IP feature

    2. Added message type as info column
    geynis committed May 5, 2019
    Configuration menu
    Copy the full SHA
    30684c5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Merge pull request #7 from jamores/develop

    v1.3.1: Hot fix for data over SOME/IP feature + added info column
    geynis authored May 12, 2019
    Configuration menu
    Copy the full SHA
    067ed59 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. fix for repeated service-IDs

    For an IP-message containing several OFFER-entries, in the 'EntriesArray' for all entries the 1. detected 'Service ID' was shown.
    So the number of entries is correct, but the IDs were not.
    
    The 'offset'-index was not increased in the 'if'-path.
    
    IP-message:
    OFFER A
    OFFER B
    
    'EntriesArray':
    Service ID: A
    Service ID: A
    JasperChecksum authored May 29, 2019
    Configuration menu
    Copy the full SHA
    05f6bad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from JasperChecksum/patch-1

    fix for repeated service-IDs
    geynis authored May 29, 2019
    Configuration menu
    Copy the full SHA
    ddb24b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7880d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56ddac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from jamores/develop

    TCP PDUs assembling
    geynis authored May 29, 2019
    Configuration menu
    Copy the full SHA
    d8a1e52 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    6073efb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    296f463 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from TomerShalish/feature/assemble-multiple-pdus

    1. Assemble multiple PDUs from a single buffer
    2. Fix TCP packet length bug
    geynis authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c5a9880 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from jamores/develop

    1. Assemble multiple PDUs from a single buffer
    2. Fix TCP PDU length bug
    geynis authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1bd0c39 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    54cfbf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Merge pull request #15 from TomerShalish/bugfix/multiple-someip-no-data

    Multiple someip PDUs in one packet with no data
    geynis authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    eebc7df View commit details
    Browse the repository at this point in the history
Loading