mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Small packet dumper API change.
This commit is contained in:
parent
caa55ad352
commit
0186061aa8
7 changed files with 8 additions and 16 deletions
|
@ -50,11 +50,6 @@ int PktDumper::HdrSize() const
|
|||
return is_open ? props.hdr_size : -1;
|
||||
}
|
||||
|
||||
bool PktDumper::Record(const Packet* pkt)
|
||||
{
|
||||
return Dump(pkt);
|
||||
}
|
||||
|
||||
void PktDumper::Opened(const Properties& arg_props)
|
||||
{
|
||||
is_open = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue