mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Migrate SMB analyzer to use IntrusivePtr
Deprecates the utf16_bytestring_to_utf8_val() function with replacement being utf16_to_utf8_val().
This commit is contained in:
parent
ad6dbada71
commit
a60e5e9582
28 changed files with 377 additions and 344 deletions
|
@ -65,7 +65,7 @@ refine connection SMB_Conn += {
|
|||
BifEvent::enqueue_smb1_transaction_request(bro_analyzer(),
|
||||
bro_analyzer()->Conn(),
|
||||
SMBHeaderVal(header),
|
||||
{AdoptRef{}, smb_string2stringval(${val.name})},
|
||||
smb_string2stringval(${val.name}),
|
||||
${val.sub_cmd},
|
||||
std::move(parameters),
|
||||
std::move(payload_str));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue