amc river wrote:[color=blue]
> Hi,
>
> Anyone know of if there is a java class that extract every field of a pcap
> format file?
>
> thanks
>
>[/color]
If you mean pcap as in a sending packets to a network interface, reading
packets from a file, and writing packets to a local file.
A quick Google on java pcap will give you a few lib's you can use with
java code.
Comment