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

PDU Length is serialized/parsed as a byte when it is a short #64

Open
JeremyE87 opened this issue Nov 7, 2024 · 0 comments
Open

PDU Length is serialized/parsed as a byte when it is a short #64

JeremyE87 opened this issue Nov 7, 2024 · 0 comments

Comments

@JeremyE87
Copy link

https://github.com/open-dis/open-dis-python/blob/bf95104a45b3def1eb7466c436178b1684117b04/opendis/dis7.py#L3889C22-L3889C41

Both the parser and serialize methods are treating the PDU Length as a byte and the status as a short. These are flipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant