I'm reading a pcap file in python using scapy which contains Ethernet packets that have trailer. How can I remove these trailers?
P.S: Ethernet packets can not be less than 64 bytes (including FCS).Network adapters add padding zero bytes to end of the packet to overcome this problem. These padding bytes called "Trailer". See here for more information.
USER_AGENTexists in HTTP header. - SuB