mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
libtins compiles and runs under windows. Packets apparently can't be sent yet.
This commit is contained in:
@@ -10,13 +10,10 @@ using namespace Tins;
|
||||
|
||||
class RC4EAPOLTest : public testing::Test {
|
||||
public:
|
||||
static const uint8_t expected_packet[];
|
||||
};
|
||||
|
||||
const uint8_t RC4EAPOLTest::expected_packet[] = {
|
||||
|
||||
};
|
||||
|
||||
|
||||
TEST_F(RC4EAPOLTest, DefaultConstructor) {
|
||||
uint8_t empty_iv[RC4EAPOL::key_iv_size] = { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user