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 PcapDumperDump open.Methods in org.jnetpcap with parameters of type PcapDumperModifier and TypeMethodDescription<U> intPcap.dispatch(int count, PcapDumper pcapDumper) Process packets from a live capture or savefile and save them directly to dump file.final intPcap0_4.dispatch(int count, PcapDumper pcapDumper) Dispatch.<U> intPcap.loop(int count, PcapDumper pcapDumper) Process packets from a live capture or savefile and save them directly to dump file.final intPcap0_4.loop(int count, PcapDumper pcapDumper) Loop.