mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11: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
|
@ -84,7 +84,7 @@ protected:
|
|||
int pending_reply; // code assoc. w/ multi-line reply, or 0
|
||||
std::list<int> pending_cmd_q; // to support pipelining
|
||||
bool skip_data; // whether to skip message body
|
||||
BroString* line_after_gap; // last line before the first reply
|
||||
zeek::BroString* line_after_gap; // last line before the first reply
|
||||
// after a gap
|
||||
|
||||
mime::MIME_Mail* mail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue