-
Hi there, As the title says, I would like to extract QUIC SNI field from the array of bytes. Can anyone show me minimal example of this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Sep 20, 2021
Replies: 1 comment 6 replies
-
@m-peko which "array of bytes" are you referring to? This? https://github.com/microsoft/msquic/blob/main/src/inc/msquic.h#L329? The |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@m-peko which "array of bytes" are you referring to? This? https://github.com/microsoft/msquic/blob/main/src/inc/msquic.h#L329? The
ServerName
field is the SNI (not null terminated) of lengthServerNameLength
.