diff --git a/include/packet.h b/include/packet.h index f73d229..fbe229e 100644 --- a/include/packet.h +++ b/include/packet.h @@ -106,6 +106,7 @@ public: } private: friend class BaseSniffer; + friend class SnifferIterator; PacketWrapper(pdu_type pdu, const Timestamp &ts) : pdu_(pdu), ts_(ts) {}