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

Protobuf decoding #533

Merged
merged 2 commits into from
Apr 12, 2019
Merged

Protobuf decoding #533

merged 2 commits into from
Apr 12, 2019

Conversation

n1474335
Copy link
Member

@n1474335 n1474335 commented Apr 2, 2019

Resolves #262.

This PR adds three new operations:

  • Protobuf Decode
  • VarInt Encode
  • VarInt Decode

As described in https://code.google.com/archive/p/protobuf-wireshark/ protobuf data can be parsed without a schema using the field id as the field name.

Todo

  • Add tests

@n1474335 n1474335 changed the title WIP: Protobuf decoding Protobuf decoding Apr 12, 2019
@n1474335 n1474335 merged commit f6977ea into master Apr 12, 2019
@n1474335 n1474335 deleted the feature-protobuf branch June 19, 2019 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operation request: Protobuf parser
1 participant