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

Needs to handle fragmented packets #7

Open
mbeckerle opened this issue Jun 3, 2020 · 2 comments
Open

Needs to handle fragmented packets #7

mbeckerle opened this issue Jun 3, 2020 · 2 comments

Comments

@mbeckerle
Copy link
Member

Doesn't need to do any sort of reassembly. That's for consumers, but right now it dies with no link layer and errors if you feed it a file with fragmented say, UDP datagrams in it.

"Choice dispatch key (113) failed to match any of the branch keys"

@mbeckerle
Copy link
Member Author

Note: doesn't need to reassemble or anything. It should parse successfully presenting the fragment packets as part of the infoset.

@mbeckerle
Copy link
Member Author

Test showing this error is added (though the scala code is commented out)
in git hash 900b12c

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