mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 20:24:26 +01:00
Several classes now use PDUOption::length_field instead of data_size.
This commit is contained in:
@@ -173,4 +173,5 @@ TEST_F(PPPoETest, SpoofedOptions) {
|
||||
);
|
||||
// probably we'd expect it to crash if it's not working, valgrind plx
|
||||
EXPECT_EQ(3, pdu.tags().size());
|
||||
EXPECT_EQ(pdu.serialize().size(), pdu.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user