1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 04:34:27 +01:00

Added some arguments to ARP::ARP.

This commit is contained in:
Matias Fontanini
2011-08-18 15:43:53 -03:00
parent 23978343da
commit d6ae9d498d
3 changed files with 58 additions and 24 deletions

View File

@@ -50,7 +50,7 @@ namespace Tins {
* ARP requests and replies can be constructed easily using
* ARP::make_arp_request/reply static functions.
*/
ARP();
ARP(uint32_t target_ip = 0, uint32_t sender_ip = 0, const uint8_t *target_hw = 0, const uint8_t *sender_hw = 0);
/* Getters */
/**