Interface | Description |
---|---|
PcapActivityListener |
A listener interface for packet capture activities produced by implementations of a
PcapHandler . |
PcapHandler<T extends PcapActivityListener> |
Class | Description |
---|---|
PcapActivity |
A PcapActivity may be interpreted as a Network Layer 1 activity type, because all common PCAP-Files contain
individual Pcap-entries which are wrapped by this class in order to provide PCAP-specific metadata per entry.
|
PcapFileHandler<T extends PcapActivityListener> |
Implements a pcap handler for parsing one or multiple files adhering to a supported PCAP-definition (JNetPcap's
native Pcap library, libpcap, will be used).
|
PcapFilter |
Represent an intermediary between the native Berkeley Packet Filter compiler and this project external interface.
|
PcapPacketToKrakenPcapPacketAdapter |
This class is an adapter for a given
PcapPacket . |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.