fixtures/arp/arp_reply.rb
# frozen_string_literal: true
[
0x00, 0x26, 0x82, 0xeb, 0xea, 0xd1, # destination_mac
0x00, 0x16, 0x9d, 0x1d, 0x9c, 0xc4, # source_mac
0x08, 0x06, # ether_type
0x00, 0x01, # hardware_type
0x08, 0x00, # protocol_type
0x06, # hardware_length
0x04, # protocol_length
0x00, 0x02, # operation
0x00, 0x16, 0x9d, 0x1d, 0x9c, 0xc4, # sender_hardware_address
0xc0, 0xa8, 0x53, 0xfe, # sender_protocol_address
0x00, 0x26, 0x82, 0xeb, 0xea, 0xd1, # target_hardware_address
0xc0, 0xa8, 0x53, 0x03, # target_protocol_address
].pack('C*')