简体   繁体   中英

Packet manipulation library in C

I am playing with libnetfilter_queue and am looking for a good C library to work with packets captured by libnetfilter_queue. I really like the dpkt library for python and some similar library for C would be wonderful.

Any other workaround or example code for manipulating the packets are also welcome.

with regards,

raj

可以使用Netfilter的TPROXY目标(即使在* BSD上也可以使用)=> setsockopt可以从您的python代码中完成,而不会弄乱C。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM