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?