ffalcinelli / pydivert

A Python binding for WinDivert driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support more header fields

ffalcinelli opened this issue · comments

Some applications may want better flexibility upon packet modification like setting DF (Don't Fragment) flag or fragment offset (see #21 )

Yes, that sounds useful. 👍
The natural place for this to go is pydivert/packet/ip.py 🙂

Closed with a054622 😉