mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 05:24:26 +01:00
Marked PDU::clone_packet as deprecated.
This commit is contained in:
@@ -57,6 +57,8 @@ namespace Internals {
|
||||
PDU *pdu_from_flag(Constants::Ethernet::e flag, const uint8_t *buffer,
|
||||
uint32_t size, bool rawpdu_on_no_match = true);
|
||||
|
||||
PDU *pdu_from_flag(PDU::PDUType type, const uint8_t *buffer, uint32_t size);
|
||||
|
||||
Constants::Ethernet::e pdu_flag_to_ether_type(PDU::PDUType flag);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user