mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Move BroString to zeek namespace
This commit is contained in:
parent
464efbe66a
commit
58c6e10b62
54 changed files with 317 additions and 303 deletions
|
@ -560,7 +560,7 @@ F RET_CONST(val_mgr->False()->Ref())
|
|||
|
||||
s[i-1] = '\0';
|
||||
|
||||
RET_CONST(new zeek::StringVal(new BroString(1, (byte_vec) s, i-1)))
|
||||
RET_CONST(new zeek::StringVal(new zeek::BroString(1, (zeek::byte_vec) s, i-1)))
|
||||
}
|
||||
|
||||
<RE>([^/\\\n]|{ESCSEQ})+ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue