Package jpcap


package jpcap
Provides classes and interfaces for capturing packets from a network interface, sending packets to a network interface, reading packets from a file, and writing packets to a local file.
  • Class
    Description
    This class is used to capture packets or read packets from a captured file.
    This class is used to send a packet.
    This class is used to save the captured packets into a file.
    This class represents a network interface.
    This class represents a network address assigned to a network interface.
    This interface is used to define a method to analyze the captured packets, which is used in JpcapCaptor.handlePacket() or JpcapCaptor.processPacket()