Class PacketFu::PcapPackets
In: lib/packetfu/pcap.rb
Parent: Array

PcapPackets is a collection of PcapPacket objects.

Methods

new   read  

Included Modules

StructFu

Attributes

endian  [RW] 

Public Class methods

Public Instance methods

Reads a string to populate the object. Note, this read takes in the whole pcap file, since we need to see the magic to know what endianness we‘re dealing with.

[Validate]