Uses of Class
org.jnetpcap.PcapDumper
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapDumper in org.jnetpcap
Modifier and TypeMethodDescriptionOpen a file to which to write packets.final PcapDumper
Dump open.Modifier 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.