zeek/testing/btest/Baseline/bifs.netbios-functions
Arne Welzel c998cf697a netbios_decode: use unsigned char for result
The buf[i] < 3 condition in use previously allowed all chars (signed on x86)
through that had the 0x80 high-bit set after reconstructing from the two
bytes of the netbios name, resulting in escaped non-ascii content in
the logs.

Fixes more of #2742
2023-02-02 15:48:58 +01:00
..
out netbios_decode: use unsigned char for result 2023-02-02 15:48:58 +01:00