A set of various fixes and smaller API tweaks, plus tests.

Also moving PCAP-related bifs to iosource/pcap.bif.
This commit is contained in:
Robin Sommer 2014-08-22 17:56:16 -07:00
parent ce9f16490c
commit 5f817513d0
34 changed files with 395 additions and 164 deletions

View file

@ -9,7 +9,7 @@ extern "C" {
#include "../PktDumper.h"
namespace iosource {
namespace pktsrc {
namespace pcap {
class PcapDumper : public PktDumper {
public: