<div dir="ltr">Hi,<br>How can one implement custom header network protocol.<br>I mean header that wraps regular network packets like ethernet, udp, tcp, etc...<br>The sending of this custom packets is done between processes running locally. <br>

ie. I get a Ethernet packet, inspect it, then add my custom header and forward <br>it to another process that listens to a socket, and expect to get data wrapped with<br>this custom header. <br><br>What is a good way to go about and implement this thing?<br>

<br>Thanks,<br>Kfir<br></div>