Small packet dumper API change.

This commit is contained in:
Robin Sommer 2014-08-22 16:49:14 -07:00
parent caa55ad352
commit 0186061aa8
7 changed files with 8 additions and 16 deletions

View file

@ -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);
}
}