<div>Hi,</div>
<div>I am&nbsp;implementing a simple network firewall for my dissertation. My firewall application will sit on the internal network gateway which has two interfaces (via vmware). My application will pick packets from external interface, take some decision by consulting ACL and send the packet on to the internal network. 
</div>
<div>I planned to use winpcap for picking up the packet and libnet to send the packet on internal network. I have tested winpcap and it is working fine. But the problem is I am not able to setup libnet on windows properly. I can also use winpcap to forward packets but I suppose that libnet has much better interface than winpcap for sending packets. Could anybody please tell me how could I use libnet on windows or should I use winpcap ?
</div>
<div>&nbsp;</div>
<div>Also, If someone know about any prebuilt traffic generator. I want to use one to test different scenerios for my firewall.</div>
<div>thank you </div>
<div>&nbsp;</div>
<div>Ahsan </div>