Class WindowsPcapDumper

java.lang.Object
pcap.api.internal.PcapDumper
pcap.api.internal.WindowsPcapDumper
All Implemented Interfaces:
java.lang.AutoCloseable, Dumper

@Inclubating
public class WindowsPcapDumper
extends PcapDumper
Windows Pcap dumper handle.
Author:
Ardika Rommy Sanjaya
  • Constructor Summary

    Constructors 
    Constructor Description
    WindowsPcapDumper​(java.foreign.memory.Pointer<pcap_header.pcap_dumper> pcap_dumper)  
  • Method Summary

    Modifier and Type Method Description
    void dump​(PacketHeader header, PacketBuffer buffer)  

    Methods inherited from class pcap.api.internal.PcapDumper

    close, flush, position

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait