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

Added documentation to PacketWriter.

This commit is contained in:
Matias Fontanini
2012-09-06 20:57:32 -03:00
parent 9981819b71
commit 10681eee8f
3 changed files with 68 additions and 40 deletions

View File

@@ -73,7 +73,8 @@ namespace Tins {
*
* This operator will be called using the sniffed packets
* as arguments. The callback object <b>must not</b> delete the
* PDU parameter.
* PDU parameter. You can modify it as you wish, though. Calling
* PDU methods like PDU::release_inner_pdu is perfectly valid.
*
* Note that the Functor object will be copied using its copy
* constructor, so that object should be some kind of proxy to