Uses of Class
org.jnetpcap.PcapHeader
Packages that use 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
Methods in org.jnetpcap that return PcapHeaderModifier and TypeMethodDescriptionPcapHeader.setNanoTimePrecision
(boolean nanoTime) Sets a flag if the timestamp for this header is calculated using nanosecond or the default microsecond precision.Methods in org.jnetpcap with parameters of type PcapHeaderModifier 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
Methods in org.jnetpcap.windows with parameters of type PcapHeaderModifier and TypeMethodDescriptionint
PcapSendQueue.queue
(PcapHeader header, byte[] packet, int offset) Adds a packet to the end of the send queue using Java byte array.