kaitoy / pcap4j

A Java library for capturing, crafting, and sending packets.

Home Page:https://www.pcap4j.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append to an existing pcap

asaladino opened this issue · comments

Great library by the way.

I'm using device.openLive and handle.dumpOpen. Is there a means to append packets to an existing pcap file instead of overwriting the existing file?

Thanks.