rusticata/tls-parser

`end_of_early_data` is not a AlertDescription

Closed this issue · 1 comments

EndOfEarlyData = 0x01,

EndOfEarlyData is a TLS HandshakeType, not a AlertDescription.

Indeed, thanks!