#include <decode_arp.h>
Data Fields | |
unsigned char | SenderMac [6] |
unsigned char | SenderIP [4] |
unsigned char | TargetMac [6] |
unsigned char | TargetIP [4] |
Definition at line 22 of file decode_arp.h.
unsigned char arp_ether_ip::SenderMac[6] |
Definition at line 23 of file decode_arp.h.
Referenced by DecodeARP(), HandleARPPacket(), and SendARP().
unsigned char arp_ether_ip::SenderIP[4] |
Definition at line 24 of file decode_arp.h.
Referenced by DecodeARP(), HandleARPPacket(), and SendARP().
unsigned char arp_ether_ip::TargetMac[6] |
unsigned char arp_ether_ip::TargetIP[4] |