suricata
ARPHdr_ Struct Reference

#include <decode-arp.h>

Data Fields

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]
 

Detailed Description

Definition at line 33 of file decode-arp.h.

Field Documentation

◆ dest_ip

uint8_t ARPHdr_::dest_ip[4]

Definition at line 42 of file decode-arp.h.

◆ dest_mac

uint8_t ARPHdr_::dest_mac[6]

Definition at line 41 of file decode-arp.h.

◆ hw_size

uint8_t ARPHdr_::hw_size

Definition at line 36 of file decode-arp.h.

◆ hw_type

uint16_t ARPHdr_::hw_type

Definition at line 34 of file decode-arp.h.

◆ opcode

uint16_t ARPHdr_::opcode

Definition at line 38 of file decode-arp.h.

◆ proto_size

uint8_t ARPHdr_::proto_size

Definition at line 37 of file decode-arp.h.

◆ proto_type

uint16_t ARPHdr_::proto_type

Definition at line 35 of file decode-arp.h.

◆ source_ip

uint8_t ARPHdr_::source_ip[4]

Definition at line 40 of file decode-arp.h.

◆ source_mac

uint8_t ARPHdr_::source_mac[6]

Definition at line 39 of file decode-arp.h.


The documentation for this struct was generated from the following file: