Class: FFI::Packets::Icmp::Hdr::Msg::Echo

Inherits:
Struct
  • Object
show all
Includes:
DRY::NetStructHelper
Defined in:
lib/ffi/packets/icmp.rb

Overview

Echo message data structure

struct icmp_msg_echo {
  uint16_t  icmp_id;
  uint16_t  icmp_seq;
  uint8_t   icmp_data __flexarr;  /* optional data */
};