You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rfmon-to-influx/DTO/beaconPacket.hpp

12 lines
239 B
C++

#ifndef FDDB997A_BCD3_4056_BFEA_9FF6A548DACF
#define FDDB997A_BCD3_4056_BFEA_9FF6A548DACF
#include "./packet.hpp"
#include <string>
class BeaconPacket : Packet{
std::string SSID;
};
#endif /* FDDB997A_BCD3_4056_BFEA_9FF6A548DACF */