I have 25GB .pcap files and want to send the packet bytes to CNN but converting the .pcaps file to CSV makes a large file. I know how to read packets from .pcap files and make a Dataframe or list, is there any way to convert this to PyTorch format? and make train and Test data?