Justin Ossevoort
Justin Ossevoort
Working with packet(7) sockets basically needs options to at least modify `sll_protocol` as one can bind on an interface and choose which physical layer protocol one is interested in. From...
Thinking about this a little more. As one could get information about new interfaces becoming available through eg. netlink sockets, so I think I would prefer the latter. So I...
I did an experiment in #358 to see if setting `PYTHONIOENCODING=utf-8` would help, but that didn't appear to change anything. I'm still a bit mystified why python is choosing `ascii`...