-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Ubuntu 22.04
When this issue occurs
File "/home/landon/.local/lib/python3.10/site-packages/scapy/arch/linux.py", line 195, in get_alias_address
names = names.tostring()
AttributeError: 'array.array' object has no attribute 'tostring'
Replace
names = names.tostring()
->
names = names.tobytes()
in this file
/home/{username}/.local/lib/python3.10/site-packages/scapy/arch/linux.py
Metadata
Metadata
Assignees
Labels
No labels