ip_header = p[:20] tcp_udp_header = p[20:] ip_header = ip_header[:12] tcp_udp_header = tcp_udp_header[4:] it doesn't remove the ip?
ip_header = p[:20]
tcp_udp_header = p[20:]
ip_header = ip_header[:12]
tcp_udp_header = tcp_udp_header[4:]
it doesn't remove the ip?