mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Added packet.h and timestamp.h to tins.h
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Tins {
|
||||
* // smart pointer? :D
|
||||
* PDU *pdu = s.next_packet();
|
||||
* // Packet takes care of the PDU*. \sa Packet::release_pdu
|
||||
* Packet packet = s.next_packet();
|
||||
* Packet packet(s.next_packet());
|
||||
*
|
||||
* Is fine, but this:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user