diff --git a/DTO/beaconPacket.hpp b/DTO/beaconPacket.hpp index 292b818..35cc2fa 100644 --- a/DTO/beaconPacket.hpp +++ b/DTO/beaconPacket.hpp @@ -5,7 +5,7 @@ #include class BeaconPacket : Packet{ - std::string SSID; +public: }; #endif /* FDDB997A_BCD3_4056_BFEA_9FF6A548DACF */ diff --git a/DTO/probeRequestPacket.hpp b/DTO/probeRequestPacket.hpp index da29726..a2792b9 100644 --- a/DTO/probeRequestPacket.hpp +++ b/DTO/probeRequestPacket.hpp @@ -5,6 +5,7 @@ #include class ProbeRequestPacket : Packet{ +public: std::string requestSSID; };