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

Added a default interface to PacketSender.

This commit is contained in:
Matias Fontanini
2013-04-21 19:40:17 -03:00
parent 97f049580b
commit 9e20c0241f
4 changed files with 37 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ namespace Tins {
/**
* \brief Creates an instance of RadioTap.
* \param child The child PDU.(optional)
* \param child The child PDU.
*/
RadioTap(PDU *child = 0);