mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Rename BroString to zeek::String
This commit is contained in:
parent
a2bc42dd93
commit
736a3f53d4
58 changed files with 346 additions and 339 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
|
||||
zeek::BroString* line_after_gap; // last line before the first reply
|
||||
zeek::String* 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