mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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,
|
sourceend,
|
||||||
&targetstart,
|
&targetstart,
|
||||||
targetend,
|
targetend,
|
||||||
strictConversion);
|
lenientConversion);
|
||||||
if ( res != conversionOK )
|
if ( res != conversionOK )
|
||||||
{
|
{
|
||||||
connection()->bro_analyzer()->Weird("Failed UTF-16 to UTF-8 conversion");
|
connection()->bro_analyzer()->Weird("Failed UTF-16 to UTF-8 conversion");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue