On Mon, 16 Jan 2017 10:17:06 +, Joseph L. Casale wrote:
>> Trying to sniff Ethernet packets, I do this:
>>
>>s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_IP)
>>
>> but it results in this:
>>
>> $ sudo python3 sniff_survey.py
>> Traceback (most recent call last)
> Trying to sniff Ethernet packets, I do this:
>
>s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_IP)
>
> but it results in this:
>
> $ sudo python3 sniff_survey.py
> Traceback (most recent call last):
> File "sniff_survey.py", line 118, in
> s = socket
Trying to sniff Ethernet packets, I do this:
s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_IP)
but it results in this:
$ sudo python3 sniff_survey.py
Traceback (most recent call last):
File "sniff_survey.py", line 118, in
s = socket.socket(socket.A