user1032224
user1032224

Reputation: 11

How to create tcp/ip packets using java?

Is there any library support in java to create a packet from scratch?

I need my project to create a packet editor, with which I can edit fields in layers 2, 3 and 4, and I want to send those packets via pc NIC. It would be nice if the program is written in Java.

Do anyone know of this kind of program?

Upvotes: 1

Views: 2365

Answers (2)

Lo Juego
Lo Juego

Reputation: 1325

There are some Physical Memory Limits in Windows OS check it out:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx

Upvotes: -1

Rob Wagner
Rob Wagner

Reputation: 4421

Yes Jpcap will not only allow you to create a packet, but gives tools to send and recieve packets as well.

Upvotes: 3

Related Questions