diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-08 09:26:04 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-11-13 09:26:04 +0100 |
commit | bc346a28f46d4f341293182f33919f6dbe7b2391 (patch) | |
tree | 001395695bccaadb5ff6d6be897a725e1b17d90a /dependencies | |
parent | e629dd59cdb0c5114b77b5ee5047c664af2cb373 (diff) |
nDPId: Fixed base64 encoding issue.
* The issue can result in an error message like:
`Base64 encoding failed with: Buffer too small.`
and also in too big JSON strings generated by nDPId
which nDPIsrvd does not like as it's length is
greater than `NETWORK_BUFFER_MAX_SIZE`.
* nDPId will now obey `NETWORK_BUFFER_MAX_SIZE` while
trying to base64 encode raw packet data.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'dependencies')
0 files changed, 0 insertions, 0 deletions