1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fix BaseSniffer::sniff_loop documentation.

This commit is contained in:
Matias Fontanini
2015-03-20 21:21:38 -07:00
parent b56be87315
commit 9efd00956f

View File

@@ -139,9 +139,10 @@ namespace Tins {
* \code * \code
* bool(PDU&); * bool(PDU&);
* bool(const PDU&); * bool(const PDU&);
*
* // These two are only allowed when compiling in C++11 mode
* bool(Packet&);
* bool(const Packet&); * bool(const Packet&);
* bool(Packet&&);
* bool(Packet);
* \endcode * \endcode
* *
* This functor will be called using the each of the sniffed packets * This functor will be called using the each of the sniffed packets