mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48: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
|
@ -127,7 +127,7 @@ RETSIGTYPE watchdog(int /* signo */)
|
|||
iosource::PktDumper::Packet p;
|
||||
p.hdr = current_hdr;
|
||||
p.data = current_pkt;
|
||||
pkt_dumper->Record(&p);
|
||||
pkt_dumper->Dump(&p);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue