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

Duplicate Packets displayed in wireshark

NewstHet opened this issue · comments

Hey,
I use pcap4j, When I send out raw UDP packet API I see double packets outgoing on wireshark,
tho the receiving end do only one packet as intended. Any idea why ?
(Simple UDP program using other API do not recreate this issue).