|
Returned by get_message()
Abridged attribute list:
Unique Identifier: packet_id
Arrival Time: timestamp_sec, timestamp_usec
Interface Name: indev_name, outdev_name
Interface Hardware: hw_type, hw_protocol, hw_addrlen, hw_addr
The packet itself: data_len, payload
Of all these, payload is what we care about the most
In binary format, but NetPacket::IP can parse it
|