[pypy-issue] [issue1525] "unknown address family" when sending a packet with Scapy

Armin Rigo tracker at bugs.pypy.org
Thu Jul 4 08:56:40 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Scapy is trying to open a socket with family=AF_PACKET.  It is a known issue
that PyPy's socket module only supports the common families, and not the many
others.  Thanks for the report anyway: it shows that there is still some
interest in some of these other families.  If you or anyone else feels like
implementing AF_PACKET, he is welcome!

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1525>
________________________________________


More information about the pypy-issue mailing list