-
Notifications
You must be signed in to change notification settings - Fork 9
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
SessionSetup conversion functions #63
Comments
EV side conversions are added. |
The already existing Exi stream for the SessionSetupReq is unfortunately faulty. In this exi stream, the session ID length is zero. But it should be 8.
|
I used the basic config-sil-dc-d20.yaml along with the dsV2Gshark wireshark plugin to create new Exi streams for the unit tests, as well as the verbose dsV2Gshark message content for better documentation of the unit tests. Pull request created. |
Also, I forgot, in order for the EV side conversions to work, this has to be added to variant.cpp: |
Todo:
The text was updated successfully, but these errors were encountered: