Class PacketFu::InvalidHeader
In: lib/packetfu/invalid.rb
Parent: Struct.new(:body)

InvalidHeader catches all packets that we don‘t already have a Struct for, or for whatever reason, violates some basic packet rules for other packet types.

Methods

new   read   to_s  

Included Modules

StructFu

Public Class methods

Public Instance methods

Reads a string to populate the object.

Returns the object in string form.

[Validate]