Uses of Class
org.jnetpcap.PcapDumper
Packages that use PcapDumper
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapDumper in org.jnetpcap
Methods in org.jnetpcap that return PcapDumperModifier and TypeMethodDescriptionOpen a file to which to write packets.final PcapDumper
Dump open.Methods in org.jnetpcap with parameters of type PcapDumperModifier and TypeMethodDescription<U> int
Pcap.dispatch
(int count, PcapDumper pcapDumper) Process packets from a live capture or savefile and save them directly to dump file.final int
Pcap0_4.dispatch
(int count, PcapDumper pcapDumper) Dispatch.<U> int
Pcap.loop
(int count, PcapDumper pcapDumper) Process packets from a live capture or savefile and save them directly to dump file.final int
Pcap0_4.loop
(int count, PcapDumper pcapDumper) Loop.