mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Move IP Addr/Prefix/Header classes into namespaces
This commit is contained in:
parent
35c61697d9
commit
25c0fc7ab2
100 changed files with 495 additions and 460 deletions
|
@ -200,8 +200,8 @@ uint64_t TCP_Endpoint::Size() const
|
|||
}
|
||||
|
||||
bool TCP_Endpoint::DataSent(double t, uint64_t seq, int len, int caplen,
|
||||
const u_char* data,
|
||||
const IP_Hdr* ip, const struct tcphdr* tp)
|
||||
const u_char* data,
|
||||
const zeek::IP_Hdr* ip, const struct tcphdr* tp)
|
||||
{
|
||||
bool status = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue