Socket ICMP V6 error

2015-01-22 Thread ermanolillo
I've made a snniferr for a ICMP socket that works with IPv4. This is the code: import sys import socket import struct import select import time import signal import re HOST = raw_input(Enter the interface to listen: ) s = socket.socket(socket.AF_INET, socket.SOCK_RAW,

Re: Socket ICMP V6 error

2015-01-22 Thread ermanolillo
HOST is send by the keyboard. It´s the IPv6 address of my interface eth0. For example, FE80::0202:B3FF:FE1E:8329. Thanks -- View this message in context: http://python.6.x6.nabble.com/Socket-ICMP-V6-error-tp5083962p5083982.html Sent from the Python - python-list mailing list archive at