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:
@@ -139,9 +139,10 @@ namespace Tins {
|
||||
* \code
|
||||
* bool(PDU&);
|
||||
* bool(const PDU&);
|
||||
*
|
||||
* // These two are only allowed when compiling in C++11 mode
|
||||
* bool(Packet&);
|
||||
* bool(const Packet&);
|
||||
* bool(Packet&&);
|
||||
* bool(Packet);
|
||||
* \endcode
|
||||
*
|
||||
* This functor will be called using the each of the sniffed packets
|
||||
|
||||
Reference in New Issue
Block a user