All Classes and Interfaces

Classes
Class
Description
Compares every previous entries on a one-to-one basis.
Return true if a flow has two packets or more In this example we create a new FlowFunction
Places input packets in a JFlowMap (packets are thus sorted by flow), then outputs its corresponding flow.
PacketFunction to get destination IP from a network packet
PacketFunction to get destination port from a network packet
FlowFunction to get a network flow size (number of packets in the flow)
FlowIntegerFunction to get a network packet from a flow packet and his position
PacketFunction to get a network packet size (in bytes)
PacketFunction to get payload packet lenght of a network packet (in bytes)
PacketFunction to get the protocol id of a network packet
PacketFunction to get the protocol name of a network packet
PacketFunction to get source IP from a network packet
PacketFunction to get source port from a network packet
PacketFunction to get the timestamp of a network packet
Discards packets from an input trace based on a selection criterion.
Shows how to capture packets live from a network interface, and displays their source ip.
Dummy main file
Outputs packets captured live from a network interface
Outputs packets from a source .pcap file
Discards packets from an input trace based on the content of its payload.
Displays the source IP only from UDP packets containing byte 24 and 99 This example uses PacketFilter and PayloadFilter classes
Displays the size of each arriving flow
Displays the destination IP for each packet