Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New wireshark build does not support ISO15118-2:2018 Draft #69

Open
jefjoha opened this issue Jul 9, 2024 · 2 comments
Open

New wireshark build does not support ISO15118-2:2018 Draft #69

jefjoha opened this issue Jul 9, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jefjoha
Copy link

jefjoha commented Jul 9, 2024

With the newest release, we cannot decode charge sessions that utilize the 2018 draft version of the ISO15118-2 standard. This was the prerelease of the -20 standard but it is vastly different than the released -2 and the released -20. I have attached a zip of the log file that we cannot decode. Note, this worked with the previous release.

2024-05-29_11-46-52559_Jouley2_ISO_Run9_SuccessfulWithVoltageDropTo6V.zip

@ghost
Copy link

ghost commented Jul 9, 2024

Re-integrating the previous library would fix this issue, but we intentionally moved away from OpenV2G (which apparently had the draft grammars) to libcbv2g which is using the shipping -2 grammars.

So this would be a 2 phase fix:

  1. generate the draft codec for these grammars in libcbv2g (which, apparently should be relatively easy)
  2. integrate that codec with appropriate diversions into this code (lua -> codec dissector)

We don't have time to do this work ourselves, but were somebody to patch libcbv2g upstream we would include that codec support here.

@ghost
Copy link

ghost commented Jul 9, 2024

You could also fall back to using an older version of this utility, assuming you aren't running into any show-stopping bugs.

@ghost ghost added the help wanted Extra attention is needed label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant