1
0
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:
Matias Fontanini
2012-11-23 18:56:39 -03:00
parent 492fd611f9
commit b74a353c17
4 changed files with 174 additions and 65 deletions

View File

@@ -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:
*