I am making a program in python using the socket library and I would like to capture the packets being sent. my code is
from socket import socket, AF_INET, SOCK_S