mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 05:24:26 +01:00
Modified IP, ARP, ICMP and EthernetII's clone_packet.
This commit is contained in:
@@ -309,12 +309,6 @@ namespace Tins {
|
||||
} un;
|
||||
} __attribute__((__packed__));
|
||||
|
||||
/** \brief Creates an instance of ICMP from a icmphdr pointer.
|
||||
*
|
||||
* \param ptr The icmphdr to clone.
|
||||
*/
|
||||
ICMP(const icmphdr *ptr);
|
||||
|
||||
void copy_fields(const ICMP *other);
|
||||
|
||||
/** \brief Serialices this ICMP PDU.
|
||||
|
||||
Reference in New Issue
Block a user