segevfiner / cypcap

A Cython based Python binding for modern libpcap
https://pypi.org/project/cypcap/
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Consider adding more introspection facilities to BpfProgram #21

Closed segevfiner closed 2 years ago

segevfiner commented 2 years ago

We can add additional methods of introspection or maybe even mutation to BpfProgram such as __getitem__ and such.