1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 21:14:28 +01:00

Added PDUOption::to<>. TCP options now use this method when being converted to their appropriate types.

This commit is contained in:
Matias Fontanini
2013-12-16 14:11:53 -03:00
parent 0e54579200
commit 112a357726
13 changed files with 199 additions and 38 deletions

View File

@@ -57,7 +57,7 @@ public:
/**
* \brief IEEE 802.11 options struct.
*/
typedef PDUOption<uint8_t> option;
typedef PDUOption<uint8_t, Dot11> option;
/**
* The type used to store tagged options.