C# Class SharpPcap.Packets.ARPFields_Fields

IP protocol field encoding information.
Mostrar archivo Open project: Zepheus/Fiesta_Utils

Public Properties

Property Type Description
ARP_ADDR_SIZE_LEN int
ARP_ADDR_TYPE_LEN int
ARP_ETH_ADDR_CODE int
ARP_HEADER_LEN int
ARP_HW_LEN_POS int
ARP_HW_TYPE_POS int
ARP_IP_ADDR_CODE int
ARP_OP_LEN int
ARP_OP_POS int
ARP_OP_REP_CODE int
ARP_OP_REQ_CODE int
ARP_PR_LEN_POS int
ARP_PR_TYPE_POS int
ARP_S_HW_ADDR_POS int
ARP_S_PR_ADDR_POS int
ARP_T_HW_ADDR_POS int
ARP_T_PR_ADDR_POS int

Private Methods

Method Description
ARPFields_Fields ( )

Property Details

ARP_ADDR_SIZE_LEN public_oe static_oe property

Address type length in bytes.
public static int ARP_ADDR_SIZE_LEN
return int

ARP_ADDR_TYPE_LEN public_oe static_oe property

Address type length in bytes.
public static int ARP_ADDR_TYPE_LEN
return int

ARP_ETH_ADDR_CODE public_oe static_oe property

Type code for ethernet addresses.
public static int ARP_ETH_ADDR_CODE
return int

ARP_HEADER_LEN public_oe static_oe property

Total length in bytes of an ARP header.
public static int ARP_HEADER_LEN
return int

ARP_HW_LEN_POS public_oe static_oe property

Position of the hardware address length.
public static int ARP_HW_LEN_POS
return int

ARP_HW_TYPE_POS public_oe static_oe property

Position of the hardware address type.
public static int ARP_HW_TYPE_POS
return int

ARP_IP_ADDR_CODE public_oe static_oe property

Type code for MAC addresses.
public static int ARP_IP_ADDR_CODE
return int

ARP_OP_LEN public_oe static_oe property

Operation type length in bytes.
public static int ARP_OP_LEN
return int

ARP_OP_POS public_oe static_oe property

Position of the operation type.
public static int ARP_OP_POS
return int

ARP_OP_REP_CODE public_oe static_oe property

Code for ARP reply.
public static int ARP_OP_REP_CODE
return int

ARP_OP_REQ_CODE public_oe static_oe property

Code for ARP request.
public static int ARP_OP_REQ_CODE
return int

ARP_PR_LEN_POS public_oe static_oe property

Position of the protocol address length.
public static int ARP_PR_LEN_POS
return int

ARP_PR_TYPE_POS public_oe static_oe property

Position of the protocol address type.
public static int ARP_PR_TYPE_POS
return int

ARP_S_HW_ADDR_POS public_oe static_oe property

Position of the sender hardware address.
public static int ARP_S_HW_ADDR_POS
return int

ARP_S_PR_ADDR_POS public_oe static_oe property

Position of the sender protocol address.
public static int ARP_S_PR_ADDR_POS
return int

ARP_T_HW_ADDR_POS public_oe static_oe property

Position of the target hardware address.
public static int ARP_T_HW_ADDR_POS
return int

ARP_T_PR_ADDR_POS public_oe static_oe property

Position of the target protocol address.
public static int ARP_T_PR_ADDR_POS
return int