Tagged Questions

1
vote
1answer
328 views

Packet modification with netfilter queue?

I'm currently trying to use codes with libnetfilter_queue in userspace to modify packets that were queued in the NFQUEUE target in iptables. However I have little idea as to how to go about doing it. ...
1
vote
2answers
260 views

Library to Perform Link-Layer Packet Modification

Is there a library out there that will allow me to perform link-layer packet modification for both incoming and outgoing packets? Basically I want to do some transformations to a packet (for eg. ...
0
votes
0answers
57 views

Reinjecting packets

I'm trying to reroute packets using libnetfilter. So far I can send the packets to NFQUEUE and can modify the packet using the libnetfilter API (From the INPUT table). However I don't have any idea on ...
0
votes
2answers
1k views

Issue reading packets from a pcap file. dpkt module. What gives?

I am running the following test script to try to read packets from a sample .pcap file I have downloaded. It won't seem to run. I have all of the modules, but no examples seem to be running. import ...