mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move iosource code to zeek namespaces
This commit is contained in:
parent
45b5c6e619
commit
be92bd536f
35 changed files with 180 additions and 136 deletions
|
@ -59,7 +59,7 @@ int pcap_compile_nopcap(int snaplen_arg, int linktype_arg,
|
|||
}
|
||||
#endif
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::iosource::detail {
|
||||
|
||||
// Simple heuristic to identify filters that always match, so that we can
|
||||
// skip the filtering in that case. "ip or not ip" is Bro's default filter.
|
||||
|
@ -161,4 +161,4 @@ void BPF_Program::FreeCode()
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace zeek::detail
|
||||
} // namespace zeek::iosource::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue