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