Package com.cysols.iodef.analysis.packet

The concrete Packet event class and its relevant concrete classes are defined in this package.

See:
          Description

Interface Summary
PacketReader An interface of packet record reader from the data repository.
 

Class Summary
AggregatedPacketEvent This class represents an aggregated packet event object, which is a sub class of AggregatedEvent.
AggregatedPacketEventFactory The concrete implementation of the AggregatedEventFactory interface.
Packet This class represents a packet itself, this value class has six values as following, and some methods accessing them.
 

Exception Summary
PacketReadException The exception means it is unable to read the stored Packet data from data repository.
 

Package com.cysols.iodef.analysis.packet Description

The concrete Packet event class and its relevant concrete classes are defined in this package. Aggregated packet events are generated from the tcpdump data by those API. Then, a reader interface is provided, so it is necessary to implement a concrete reader class for your own application.