mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +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
|
@ -1221,7 +1221,7 @@ Packet* Packet::Unserialize(UnserialInfo* info)
|
|||
iosource::PktDumper::Packet dp;
|
||||
dp.hdr = p->hdr;
|
||||
dp.data = p->pkt;
|
||||
dump->Record(&dp);
|
||||
dump->Dump(&dp);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue