suricata
|
Go to the source code of this file.
Data Structures | |
struct | ARPHdr_ |
Macros | |
#define | ARP_HEADER_MIN_LEN 8 |
#define | ARP_HEADER_LEN 28 |
#define | ARP_HW_TYPE_ETHERNET 0x01 |
#define | ARP_PROTO_TYPE_IP 0x0800 |
#define | ARP_HW_SIZE 6 |
#define | ARP_PROTO_SIZE 4 |
Functions | |
struct ARPHdr_ | __attribute__ ((__packed__)) ARPHdr |
DNP3 link header. More... | |
Variables | |
uint16_t | hw_type |
uint16_t | proto_type |
uint8_t | hw_size |
uint8_t | proto_size |
uint16_t | opcode |
uint8_t | source_mac [6] |
uint8_t | source_ip [4] |
uint8_t | dest_mac [6] |
uint8_t | dest_ip [4] |
#define ARP_HEADER_LEN 28 |
Definition at line 28 of file decode-arp.h.
#define ARP_HEADER_MIN_LEN 8 |
Definition at line 27 of file decode-arp.h.
#define ARP_HW_SIZE 6 |
Definition at line 31 of file decode-arp.h.
#define ARP_HW_TYPE_ETHERNET 0x01 |
Definition at line 29 of file decode-arp.h.
#define ARP_PROTO_SIZE 4 |
Definition at line 32 of file decode-arp.h.
#define ARP_PROTO_TYPE_IP 0x0800 |
Definition at line 30 of file decode-arp.h.
uint8_t dest_ip[4] |
Definition at line 8 of file decode-arp.h.
uint8_t dest_mac[6] |
Definition at line 7 of file decode-arp.h.
uint8_t hw_size |
Definition at line 2 of file decode-arp.h.
uint16_t hw_type |
Definition at line 0 of file decode-arp.h.
uint16_t opcode |
Definition at line 4 of file decode-arp.h.
uint8_t proto_size |
Definition at line 3 of file decode-arp.h.
Referenced by DecodePPP().
uint16_t proto_type |
Definition at line 1 of file decode-arp.h.
uint8_t source_ip[4] |
Definition at line 6 of file decode-arp.h.
uint8_t source_mac[6] |
Definition at line 5 of file decode-arp.h.