- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send tcp or udp packet? #289
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I read and run SendArpReques.java in sample,according to this example,i try to build tcp packet,using TcpPacket.Builder(),IpV4Packet.Builder(),EthernetPacket.Builder(),add attribute in three layers. When i send packet to other pc which is running wireshark,i can not capture packet which i using pcap4j build.So,how to send tcp or udp packet?i want to ask that pcap4j is support to send tcp or udp packet or not?If it support,i want to know that how to build udp or tcp packet.thanks!!!!
The text was updated successfully, but these errors were encountered: