mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Changed UTF-16 to UTF-8 conversion to be more lenient.
- This seems to solve the occasional problems with strings not getting converted.
This commit is contained in:
parent
d59d0b57c1
commit
b4e3fbc9e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ refine flow RDP_Flow += {
|
|||
sourceend,
|
||||
&targetstart,
|
||||
targetend,
|
||||
strictConversion);
|
||||
lenientConversion);
|
||||
if ( res != conversionOK )
|
||||
{
|
||||
connection()->bro_analyzer()->Weird("Failed UTF-16 to UTF-8 conversion");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue