module Pio
  # Icmp parser and generator.
  class Icmp
    def self.read(raw_data)
      format = Format.read(raw_data)