mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 04:11:35 +01:00
Fixed some compilation errors/warnings and bugs when using Big Endian architectures.
This commit is contained in:
@@ -32,7 +32,7 @@ TEST_F(PPITest, ConstructorFromBuffer) {
|
||||
EXPECT_EQ(0, pdu.version());
|
||||
EXPECT_EQ(0, pdu.flags());
|
||||
EXPECT_EQ(84, pdu.length());
|
||||
EXPECT_EQ(105, pdu.dlt());
|
||||
EXPECT_EQ(105U, pdu.dlt());
|
||||
EXPECT_TRUE(pdu.find_pdu<Dot11Data>());
|
||||
EXPECT_TRUE(pdu.find_pdu<UDP>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user