I am looking for a utility that can generate UDP or TCP packets from the raw data that I provide to it in a file. Of course, I must provide options for creating such packages, as shown below:
UDP port #, TCP IP address, IP type (IPv4 or IPv6), etc.
I can provide these options on the command line or in some configuration file. But it should be able to generate UDP or TCP packet from it and give it to me in some text file for viewing. I need this because I want to use this data, as in putting the data into one of the ethernet drivers.
Bob
source
share