Hi

I got question about pycap, more like bug report (even google can't get me anywhere, sigh...)

I am now doing a simple script involving pycap
(python API to access libnet and libpcap).
In brief, this script simply intercept packets and send the response (by injecting it) before the real response arrived.

The problem occured when I tried to 'bombarded' the host, say, 2000++ packets/s. The packet capturing module worked just fine, but the injection didn't. It always yielded exception 'pycap.inject.error'.

I tried to handle it with 'try ... except'. I even instantiate this module as a different variable, but it just didn't work like before. After one failure, it would just yield the same exception over and over (and over again ...) and that's how it was.

Can anyone help me about this?I will be thankful since I don't have any alternative.