Uses of Class
org.jnetpcap.PcapHeader
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Provides support for Pcap on Microsoft Windows platforms.
-
Uses of PcapHeader in org.jnetpcap
Modifier and TypeMethodDescriptionPcapHeader.setNanoTimePrecision
(boolean nanoTime) Sets a flag if the timestamp for this header is calculated using nanosecond or the default microsecond precision.Modifier and TypeMethodDescriptionvoid
PcapHandler.OfArray.handleArray
(U user, PcapHeader header, byte[] packet) Packet handler method.void
PcapHandler.OfByteBuffer.handleByteBuffer
(U user, PcapHeader header, ByteBuffer packet) Packet handler method. -
Uses of PcapHeader in org.jnetpcap.windows
Modifier and TypeMethodDescriptionint
PcapSendQueue.queue
(PcapHeader header, byte[] packet, int offset) Add a packet to a send queue.