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

Is https://formats.kaitai.io/openpgp_message/ not complete? #693

Open
alanccw opened this issue Jun 1, 2024 · 2 comments
Open

Is https://formats.kaitai.io/openpgp_message/ not complete? #693

alanccw opened this issue Jun 1, 2024 · 2 comments

Comments

@alanccw
Copy link

alanccw commented Jun 1, 2024

Hi,

I check the format spec for PGP at https://formats.kaitai.io/openpgp_message/

And I find there is not definition of new_packet. Also the corresponding case is commented out:

      switch-on: new_packet_format
      cases:
        #true: new_packet
        false: old_packet

Does that mean the format is not complete?

@generalmimon generalmimon transferred this issue from kaitai-io/kaitai_struct Jun 1, 2024
@GreyCat
Copy link
Member

GreyCat commented Jun 1, 2024

@cugu might be able to provide more specific comment, but, judging from what I see — looks like indeed parsing of "new packet format" is not yet implemented. @alanccw, feel free to contribute if you want to improve that.

@alanccw
Copy link
Author

alanccw commented Jun 2, 2024

@GreyCat

Thank you. I will try to do if possible.

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

2 participants