mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 12:01:34 +01:00
Remove parent parameter from write_serialization
This is no longer needed as each PDU knows its parent PDU already
This commit is contained in:
@@ -65,7 +65,7 @@ uint32_t PKTAP::header_size() const {
|
||||
return sizeof(header_);
|
||||
}
|
||||
|
||||
void PKTAP::write_serialization(uint8_t* /*buffer*/, uint32_t /*total_sz*/, const PDU* /*parent*/) {
|
||||
void PKTAP::write_serialization(uint8_t* /*buffer*/, uint32_t /*total_sz*/) {
|
||||
throw pdu_not_serializable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user