Skip to content
Advertisement

Tag: netfilter

Recreate and send packet captured by nfqueue

I capture all the packets in one side with help of nfqueue, “record” them (all the data: ip info, next protocol info etc) with nfq_get_payload and deliver them into another side with help of udp. How can I restore this packet on another side and then send to myself(2 side) like there is no udp-encapsulation between? Should I use some

Advertisement