Commit 7e729bb5 authored by Matt Caswell's avatar Matt Caswell
Browse files

Add initial packet parsing code



Provide more robust (inline) functions to replace n2s, n2l, etc. These
functions do the same thing as the previous macros, but also keep track
of the amount of data remaining and return an error if we try to read more
data than we've got.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent bb484020
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment