mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -429,7 +429,7 @@ static zeek::RecordValPtr build_syn_packet_val(bool is_orig, const zeek::IP_Hdr*
|
|||
}
|
||||
|
||||
static void init_window(analyzer::tcp::TCP_Endpoint* endpoint, analyzer::tcp::TCP_Endpoint* peer,
|
||||
analyzer::tcp::TCP_Flags flags, bro_int_t scale, uint32_t base_seq,
|
||||
analyzer::tcp::TCP_Flags flags, zeek_int_t scale, uint32_t base_seq,
|
||||
uint32_t ack_seq)
|
||||
{
|
||||
// ### In the following, we could be fooled by an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue