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

Fix more compilation warnings on Windows.

This commit is contained in:
Matias Fontanini
2015-04-25 18:54:43 -07:00
parent c108f6e4e6
commit 62260ab93b
4 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ namespace Tins {
* By default, RadioTap PDUs set the necesary fields to send an 802.11
* PDU as its inner pdu, avoiding packet drops. As a consequence,
* the FCS-at-end flag is on, the channel is set to 1, TSFT is set to 0,
* dbm_signal is set to 0xce, and the rx_flag and antenna fields to 0.
* dbm_signal is set to -50, and the rx_flag and antenna fields to 0.
*/
class RadioTap : public PDU {
public: