I would like to know about the inbuilt library functions in C to build a complete packet(along with frame) and to send it over a network... Can any one upload the ...
I want to know how to generate a packet in c. Supposed we have a type as follows:
struct ipheader { int version; int hdLen; ...