ipsec-parser icon indicating copy to clipboard operation
ipsec-parser copied to clipboard

Auth payload fix

Open jscatena88 opened this issue 1 year ago • 0 comments

It looks like the Authentication payload was not properly handling the 3 reserved bytes. The Identification payload does this properly, so I modified AuthenticationPayload and parse_ikev2_payload_authentication to look like their Identification counterparts.

You can see the two payload structures in the spec here: Identification and Authentication

jscatena88 avatar Aug 24 '23 14:08 jscatena88