I\'ve an issue with scapy trying to run the following code:
if __name__ == \'__main__\': sniff(filter="ip",prn=packet_received, count=10)